This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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
Simple Example of a Composition
{ "resourceType": "Composition", "id": "example", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "identifier": { "system": "http://healthintersections.com.au/test", "value": "1" }, "date": "2012-01-04T09:10:14Z", "type": { "coding": [ { "system": "http://loinc.org", "code": "11488-4", "display": "Consult note" } ] }, "status": "final", "confidentiality": "N", "subject": { "reference": "Patient/xcda", "display": "Henry Levin the 7th" }, "author": [ { "reference": "Practitioner/xcda-author", "display": "Robert Dolin MD" } ], "attester": [ { "mode": [ "legal" ], "party": { "reference": "Practitioner/xcda-author", "display": "Robert Dolin MD" } } ], "custodian": { "reference": "Organization/2.16.840.1.113883.19.5", "display": "Good Health Clinic" }, "section": [ { "title": "History of present illness", "content": { "reference": "List/example" } } ] }
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.