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 (id = "example")
<Composition xmlns="http://hl7.org/fhir"> <id value="example"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <identifier> <system value="http://healthintersections.com.au/test"/> <value value="1"/> </identifier> <date value="2012-01-04T09:10:14Z"/> <type> <coding> <system value="http://loinc.org"/> <code value="11488-4"/> <display value="Consult note"/> </coding> </type> <status value="final"/> <confidentiality value="N"/> <subject> <reference value="Patient/xcda"/> <display value="Henry Levin the 7th"/> </subject> <author> <reference value="Practitioner/xcda-author"/> <display value="Robert Dolin MD"/> </author> <attester> <mode value="legal"/> <party> <reference value="Practitioner/xcda-author"/> <display value="Robert Dolin MD"/> </party> </attester> <custodian> <reference value="Organization/2.16.840.1.113883.19.5"/> <display value="Good Health Clinic"/> </custodian> <section> <title value="History of present illness"/> <content><!-- bad example, need to find a list of actual conditions --> <reference value="List/example"/> </content> </section> </Composition>
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.