@nsshunt/stsfhirclient 2.0.7 → 2.0.8
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/stsfhirclient.cjs
CHANGED
|
@@ -9468,7 +9468,7 @@ var FhirRESTClient = class {
|
|
|
9468
9468
|
};
|
|
9469
9469
|
SearchPersonResourceByFamilyName = async (params) => {
|
|
9470
9470
|
try {
|
|
9471
|
-
const retVal = await this.#InvokeResourceAPI(`${this.BaseUrl()}/Person/_searchByFamilyName`, "post", null,
|
|
9471
|
+
const retVal = await this.#InvokeResourceAPI(`${this.BaseUrl()}/Person/_searchByFamilyName`, "post", null, params);
|
|
9472
9472
|
if (retVal) return {
|
|
9473
9473
|
status: retVal.status,
|
|
9474
9474
|
body: retVal.data
|