This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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> <system value="http://ihe.net/xds/connectathon/confidentialityCodes"/> <code value="1.3.6.1.4.1.21367.2006.7.101"/> <display value="Clinical-Staff"/> </confidentiality> <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> <reference value="MedicationAdministration/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.