This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Structured Documents Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
This is the narrative for the resource. See also the XML, JSON or Turtle format.
Note that this is the formal definition for the document operation as an OperationDefinition on Composition. See the Operation documentation
URL: [base]/Composition/$document
URL: [base]/Composition/[id]/$document
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | id | 0..1 | uri | Identifies the composition to use. This can either be a simple id, which identifies a composition, or it can be a full URL, which identifies a composition on another server. Notes:
| |
IN | persist | 0..1 | boolean | Whether to store the document at the bundle end-point (/Bundle) or not once it is generated. Value = true or false (default is for the server to decide). If the document is stored, it's location can be inferred from the Bundle.id, but it SHOULD be provided explicitly in the HTTP Location header in the response | |
IN | graph | 0..1 | uri | Canonical reference to a GraphDefinition. If a URL is provided, it is the canonical reference to a GraphDefinition that it controls what resources are to be added to the bundle when building the document. The GraphDefinition can also specify profiles that apply to the various resources |
Notes:
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.