This page is part of the International Patient Summary Implementation Guide (v1.1.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/uv/ips/OperationDefinition/summary | Version: 1.1.0 | |||
Standards status: Trial-use | Maturity Level: 2 | Computable Name: IpsSummary |
This operation is used to return a patient summary using the IPS profile.
URL: [base]/Patient/$summary
URL: [base]/Patient/[id]/$summary
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | identifer | 0..1 | Identifier | When the logical id of the patient is not used, servers MAY choose to support patient selection based on provided identifier | |
IN | profile | 0..1 | uri | A specific profile for the patient summary may be specified. By default, servers MAY use the Bundle profile | |
IN | graph | 0..1 | uri | Servers MAY choose to allow any graph definition to be specified, but MAY require that the client choose a graph definition from a specific list of known supported definitions. The server is not required to support a formal definition of the graph on the end point | |
OUT | return | 0..1 | Bundle | The Bundle returned is a document conforming to the specified input profile parameter or the International Patient Summary Bundle profile (if not otherwise specified) |