primarycare-binder 1.1.129 → 1.1.131
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
|
@@ -41462,7 +41462,7 @@ var queries$1 = {
|
|
|
41462
41462
|
var obj = {
|
|
41463
41463
|
db_name: dbName,
|
|
41464
41464
|
entity: "CodeableConceptMaster",
|
|
41465
|
-
filter: "CodeableConceptMaster.Type=='SPECIALTY' AND CodeableConceptMaster.
|
|
41465
|
+
filter: "CodeableConceptMaster.Type=='SPECIALTY' AND CodeableConceptMaster.status==true",
|
|
41466
41466
|
return_fields: "MERGE(CodeableConceptMaster,{coding:(FOR cod IN TO_ARRAY(CodeableConceptMaster.coding) RETURN DOCUMENT(cod))})"
|
|
41467
41467
|
};
|
|
41468
41468
|
return obj;
|