@nsshunt/stsfhirclient 2.0.10 → 2.0.12
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
|
@@ -15440,6 +15440,7 @@ var FhirSocketClientIndividual = class extends FhirSocketClient {
|
|
|
15440
15440
|
this.WithAccessToken(accessToken);
|
|
15441
15441
|
return this.EmitCommand("GenericSearchTesting", {
|
|
15442
15442
|
...this.GetBaseParams(resource),
|
|
15443
|
+
resourceObject: params,
|
|
15443
15444
|
baseUrlNoParams: `${this.options.baseUrl}/${resource}`,
|
|
15444
15445
|
searchUrl: `${this.options.baseUrl}/${resource}/_genericSearchTesting`,
|
|
15445
15446
|
wantsRepresentation: true
|