This page is part of the FHIR Specification (v3.0.2: STU 3). 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 | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Simple Example of a Composition
{ "resourceType": "Composition", "id": "example", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>Consultation note for Henry Levin the 7th</p>\n\t\t\t<p>Managed by Good Health Clinic</p>\n\t\t</div>" }, "identifier": { "system": "http://healthintersections.com.au/test", "value": "1" }, "status": "final", "type": { "coding": [ { "system": "http://loinc.org", "code": "11488-4", "display": "Consult note" } ] }, "class": { "coding": [ { "system": "http://loinc.org", "code": "LP173421-1", "display": "Report" } ] }, "subject": { "reference": "Patient/xcda", "display": "Henry Levin the 7th" }, "encounter": { "reference": "Encounter/xcda" }, "date": "2012-01-04T09:10:14Z", "author": [ { "reference": "Practitioner/xcda-author", "display": "Harold Hippocrates, MD" } ], "title": "Consultation Note", "confidentiality": "N", "attester": [ { "mode": [ "legal" ], "time": "2012-01-04T09:10:14Z", "party": { "reference": "Practitioner/xcda-author", "display": "Harold Hippocrates, MD" } } ], "custodian": { "reference": "Organization/2.16.840.1.113883.19.5", "display": "Good Health Clinic" }, "relatesTo": [ { "code": "replaces", "targetReference": { "reference": "Composition/old-example" } }, { "code": "appends", "targetIdentifier": { "system": "http://example.org/fhir/NamingSystem/document-ids", "value": "ABC123" } } ], "event": [ { "code": [ { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "HEALTHREC", "display": "health record" } ] } ], "period": { "start": "2010-07-18", "end": "2012-11-12" }, "detail": [ { "reference": "Observation/example" } ] } ], "section": [ { "title": "History of present illness", "code": { "coding": [ { "system": "http://loinc.org", "code": "11348-0", "display": "History of past illness Narrative" } ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t\t<table>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<b>Code</b>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<b>Date</b>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<b>Type</b>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<b>BodySite</b>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<b>Severity</b>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Stroke</td>\n\t\t\t\t\t\t<td>2010-07-18</td>\n\t\t\t\t\t\t<td>Diagnosis</td>\n\t\t\t\t\t\t<td/>\n\t\t\t\t\t\t<td/>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Burnt Ear</td>\n\t\t\t\t\t\t<td>2012-05-24</td>\n\t\t\t\t\t\t<td>Diagnosis</td>\n\t\t\t\t\t\t<td>Left Ear</td>\n\t\t\t\t\t\t<td/>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Asthma</td>\n\t\t\t\t\t\t<td>2012-11-12</td>\n\t\t\t\t\t\t<td>Finding</td>\n\t\t\t\t\t\t<td/>\n\t\t\t\t\t\t<td>Mild</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t</div>" }, "mode": "snapshot", "orderedBy": { "coding": [ { "system": "http://hl7.org/fhir/list-order", "code": "event-date", "display": "Sorted by Event Date" } ] }, "entry": [ { "reference": "Condition/stroke" }, { "reference": "Condition/example" }, { "reference": "Condition/example2" } ] }, { "title": "History of family member diseases", "code": { "coding": [ { "system": "http://loinc.org", "code": "10157-6", "display": "History of family member diseases Narrative" } ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t\t<p>History of family member diseases - not available</p>\n\t\t\t</div>" }, "mode": "snapshot", "emptyReason": { "coding": [ { "system": "http://hl7.org/fhir/list-empty-reason", "code": "withheld", "display": "Information Withheld" } ] } } ] }
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.