@openhi/constructs 0.0.181 → 0.0.183
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.
|
@@ -11529,7 +11529,8 @@ var APPOINTMENT_SEARCH_PARAMETERS = [
|
|
|
11529
11529
|
type: "token",
|
|
11530
11530
|
jsonbPath: "$.appointmentType"
|
|
11531
11531
|
},
|
|
11532
|
-
{ code: "slot", type: "reference", jsonbPath: "$.slot[*]" }
|
|
11532
|
+
{ code: "slot", type: "reference", jsonbPath: "$.slot[*]" },
|
|
11533
|
+
{ code: "identifier", type: "token", jsonbPath: "$.identifier[*].value" }
|
|
11533
11534
|
];
|
|
11534
11535
|
|
|
11535
11536
|
// src/data/search/registry/chargeitem-search-parameters.ts
|
|
@@ -11779,7 +11780,8 @@ var ENCOUNTER_SEARCH_PARAMETERS = [
|
|
|
11779
11780
|
code: "episode-of-care",
|
|
11780
11781
|
type: "reference",
|
|
11781
11782
|
jsonbPath: "$.episodeOfCare[*]"
|
|
11782
|
-
}
|
|
11783
|
+
},
|
|
11784
|
+
{ code: "identifier", type: "token", jsonbPath: "$.identifier[*].value" }
|
|
11783
11785
|
];
|
|
11784
11786
|
|
|
11785
11787
|
// src/data/search/registry/endpoint-search-parameters.ts
|