This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 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
Example of QICore Encounter (id = "encounter-example-qicore")
<Encounter xmlns="http://hl7.org/fhir"> <id value="encounter-example-qicore"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Encounter with patient @qicore</div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/encounter-relatedCondition"> <extension url="condition"> <valueReference> <reference value="Condition/qicore"/> </valueReference> </extension> <extension url="role"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="8319008"/> <display value="Principal diagnosis"/> </coding> </valueCodeableConcept> </extension> </extension> <status value="finished"/> <class value="inpatient"/> <patient> <reference value="patient-example"/> </patient> <period> <start value="2015-02-09T00:00:00Z"/> <end value="2015-02-20T00:00:00Z"/> </period> <hospitalization> <dischargeDisposition> <coding> <system value="http://hl7.org/fhir/discharge-disposition"/> <code value="home"/> <display value="Home"/> </coding> </dischargeDisposition> </hospitalization> </Encounter>
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.