primarycare-binder 1.1.104 → 1.1.105
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 +4 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -20046,7 +20046,10 @@ var dashboardQuery = {
|
|
|
20046
20046
|
period: "",
|
|
20047
20047
|
Practitioner_id: data === null || data === void 0 ? void 0 : data.Practitioner_id,
|
|
20048
20048
|
PractitionerRole_id: data === null || data === void 0 ? void 0 : data.PractitionerRole_id,
|
|
20049
|
-
RelatedPerson_id:
|
|
20049
|
+
RelatedPerson_id: [{
|
|
20050
|
+
"relatedpersonid": "0",
|
|
20051
|
+
"relationship": ""
|
|
20052
|
+
}],
|
|
20050
20053
|
specialty: data === null || data === void 0 ? void 0 : data.specialty
|
|
20051
20054
|
}],
|
|
20052
20055
|
participantHistory: [{
|