primary_care_admin_binder 0.1.73 → 0.1.74
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
|
@@ -30669,7 +30669,7 @@ var masterQuery$3 = {
|
|
|
30669
30669
|
return {
|
|
30670
30670
|
db_name: dbName$1,
|
|
30671
30671
|
entity: "Organization",
|
|
30672
|
-
filter: "Organization.OrgType any== 'CodingMaster/10010' && Organization.active ==true && Organization.isExternal==
|
|
30672
|
+
filter: "Organization.OrgType any== 'CodingMaster/10010' && Organization.active ==true && Organization.isExternal==false && Organization.activestatus==true",
|
|
30673
30673
|
return_fields: "merge(Organization,{OrgType:document(Organization.OrgType)})"
|
|
30674
30674
|
};
|
|
30675
30675
|
},
|