primary_care_admin_binder 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21846,7 +21846,7 @@ var queries$c = {
|
|
|
21846
21846
|
db_name: dbName,
|
|
21847
21847
|
entity: "CodeableConceptMaster",
|
|
21848
21848
|
sort: "document(CodeableConceptMaster.coding[0]).display",
|
|
21849
|
-
filter: "CodeableConceptMaster.Type=='
|
|
21849
|
+
filter: "CodeableConceptMaster.Type=='ACCOUNTENTITYTYPE' AND CodeableConceptMaster.activestatus==true",
|
|
21850
21850
|
return_fields: "MERGE(CodeableConceptMaster,{coding:(FOR cod IN TO_ARRAY(CodeableConceptMaster.coding) RETURN DOCUMENT(cod))})"
|
|
21851
21851
|
};
|
|
21852
21852
|
},
|