This page is part of the FHIR Specification (v1.0.2: DSTU 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
Real-world encounter example (id = "f203")
<Encounter xmlns="http://hl7.org/fhir"> <id value="f203"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f203</p><p><b>identifier</b>: Encounter_Roel_20130311 (TEMP)</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient</p><p><b>type</b>: Inpatient stay for nine days <span>(Details : {SNOMED CT code '183807002' = '183807002', given as 'Inpatient stay for nine days'})</span></p><p><b>priority</b>: High priority <span>(Details : {SNOMED CT code '394849002' = '394849002', given as 'High priority'})</span></p><p><b>patient</b>: <a>Roel</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/f201</a></td></tr></table><p><b>period</b>: 11/03/2013 --> 20/03/2013</p><p><b>reason</b>: The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy. <span>(Details )</span></p><h3>Hospitalizations</h3><table><tr><td>-</td><td><b>AdmitSource</b></td><td><b>ReAdmission</b></td><td><b>DietPreference</b></td></tr><tr><td>*</td><td>Clinical Oncology Department <span>(Details : {SNOMED CT code '309902002' = '309902002', given as 'Clinical Oncology Department'})</span></td><td>readmitted <span>(Details : {[not stated] code 'null' = '??', given as 'readmitted'})</span></td><td>Fluid balance regulation <span>(Details : {SNOMED CT code '276026009' = '276026009', given as 'Fluid balance regulation'})</span></td></tr></table><p><b>serviceProvider</b>: <a>Organization/f201</a></p></div></text><identifier> <use value="temp"/> <value value="Encounter_Roel_20130311"/> </identifier> <status value="finished"/><!-- Encounter has finished --> <class value="inpatient"/><!-- Inpatient encounter for straphylococcus infection --> <type> <coding> <system value="http://snomed.info/sct"/> <code value="183807002"/> <display value="Inpatient stay for nine days"/> </coding> </type> <priority><!-- High priority --> <coding> <system value="http://snomed.info/sct"/> <code value="394849002"/> <display value="High priority"/> </coding> </priority> <patient> <reference value="Patient/f201"/> <display value="Roel"/> </patient> <participant> <individual> <reference value="Practitioner/f201"/> </individual> </participant> <period> <start value="2013-03-11"/> <end value="2013-03-20"/> </period> <reason> <text value="The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy."/> </reason> <!-- No indication, because no referral took place --> <hospitalization> <!-- <origin> <reference value="Location/2"/> </origin> --> <admitSource> <coding> <system value="http://snomed.info/sct"/> <code value="309902002"/> <display value="Clinical Oncology Department"/> </coding> </admitSource> <reAdmission> <coding> <display value="readmitted"/> </coding> </reAdmission> <!-- accomodation details are not available --> <dietPreference> <coding> <system value="http://snomed.info/sct"/> <code value="276026009"/> <display value="Fluid balance regulation"/> </coding> </dietPreference> <!-- no special courtesy or arrangements --> <!-- <destination><!-\-Fictive-\-> <reference value="Location/f202"/> </destination> --> </hospitalization> <serviceProvider> <reference value="Organization/f201"/> </serviceProvider> </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.