Skip to content

Commit

Permalink
Merge pull request #46 from HL7/jddamore-patch-1
Browse files Browse the repository at this point in the history
FHIR-48351 clarify GET
  • Loading branch information
rhausam authored Sep 22, 2024
2 parents deff66a + c891cec commit 03e3f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/fsh/OperationDefinition-summary-uv-ips.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
* parameter[=].type = #Bundle

0 comments on commit 03e3f97

Please sign in to comment.