@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.
|
@@ -6097,7 +6097,8 @@ var APPOINTMENT_SEARCH_PARAMETERS = [
|
|
|
6097
6097
|
type: "token",
|
|
6098
6098
|
jsonbPath: "$.appointmentType"
|
|
6099
6099
|
},
|
|
6100
|
-
{ code: "slot", type: "reference", jsonbPath: "$.slot[*]" }
|
|
6100
|
+
{ code: "slot", type: "reference", jsonbPath: "$.slot[*]" },
|
|
6101
|
+
{ code: "identifier", type: "token", jsonbPath: "$.identifier[*].value" }
|
|
6101
6102
|
];
|
|
6102
6103
|
|
|
6103
6104
|
// src/data/search/registry/chargeitem-search-parameters.ts
|
|
@@ -6347,7 +6348,8 @@ var ENCOUNTER_SEARCH_PARAMETERS = [
|
|
|
6347
6348
|
code: "episode-of-care",
|
|
6348
6349
|
type: "reference",
|
|
6349
6350
|
jsonbPath: "$.episodeOfCare[*]"
|
|
6350
|
-
}
|
|
6351
|
+
},
|
|
6352
|
+
{ code: "identifier", type: "token", jsonbPath: "$.identifier[*].value" }
|
|
6351
6353
|
];
|
|
6352
6354
|
|
|
6353
6355
|
// src/data/search/registry/endpoint-search-parameters.ts
|