From c891cecae3bf8cfaf9eed51557a82cbf599fed30 Mon Sep 17 00:00:00 2001 From: John D'Amore Date: Sun, 22 Sep 2024 09:32:34 -0400 Subject: [PATCH] FHIR-48351 clarify GET --- input/fsh/OperationDefinition-summary-uv-ips.fsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/fsh/OperationDefinition-summary-uv-ips.fsh b/input/fsh/OperationDefinition-summary-uv-ips.fsh index 1df63730..f4e643eb 100644 --- a/input/fsh/OperationDefinition-summary-uv-ips.fsh +++ b/input/fsh/OperationDefinition-summary-uv-ips.fsh @@ -13,7 +13,7 @@ Usage: #definition * publisher = "HL7 International / Patient Care" * contact.telecom.system = #url * contact.telecom.value = "http://www.hl7.org/Special/committees/patientcare" -* description = "This operation returns an IPS document in response to a POST request. The returned document MAY be generated on-demand and SHOULD represent the latest available information. This operation would not necessarily create a persisted IPS instance on the server responding to the request. When historic records or other documents are desired, this operation is not appropriate. For alternative operations and IPS generation guidance, please see [IPS Generation and Data Inclusion](./Generation-and-Data-Inclusion.html) +* description = "This operation returns an IPS document in response to a POST/GET request (see [FHIR Operations](https://hl7.org/fhir/operations.html)). The returned document MAY be generated on-demand and SHOULD represent the latest available information. This operation would not necessarily create a persisted IPS instance on the server responding to the request. When historic records or other documents are desired, this operation is not appropriate. For alternative operations and IPS generation guidance, please see [IPS Generation and Data Inclusion](./Generation-and-Data-Inclusion.html) Generally when a patient's logical id is known, that id would be used to request the patient summary from a FHIR server (see [id] pattern below). When it is not known, servers MAY support using other identifiers (see identifier parameter below). @@ -44,4 +44,4 @@ Servers MAY support profiles beyond the IPS. When supported, other profiles can * parameter[=].min = 0 * parameter[=].max = "1" * parameter[=].documentation = "The Bundle returned is a document conforming to the specified input Composition profile parameter or the International Patient Summary [Composition profile](./StructureDefinition-Composition-uv-ips.html) (if not otherwise specified)" -* parameter[=].type = #Bundle \ No newline at end of file +* parameter[=].type = #Bundle