FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

FHIR Clinical Documents, published by HL7 International / Structured Documents. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-clinical-document/ and changes regularly. See the Directory of published versions

: encounter-example - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter-example"/>
  <meta>
    <lastUpdated value="2024-05-07T11:28:17.000+00:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter encounter-example</b></p><a name="encounter-example"> </a><a name="hcencounter-example"> </a><a name="encounter-example-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Last updated: 2024-05-07 11:28:17+0000</p></div><p><b>identifier</b>: S100</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title="Codes:">Orthopedic Admission</span></p><p><b>subject</b>: <a href="Patient-patient-example.html">Eve Everiewoman</a></p><p><b>period</b>: 2024-05-03 13:28:17+0000 --&gt; 2024-05-07 11:28:17+0000</p><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Discharged to care of GP</span></td></tr></table></div>
  </text>
  <identifier>
    <value value="S100"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <type>
    <text value="Orthopedic Admission"/>
  </type>
  <subject>🔗 
    <reference value="Patient/patient-example"/>
    <display value="Eve Everiewoman"/>
  </subject>
  <period>
    <start value="2024-05-03T13:28:17.000+00:00"/>
    <end value="2024-05-07T11:28:17.000+00:00"/>
  </period>
  <hospitalization>
    <dischargeDisposition>
      <text value="Discharged to care of GP"/>
    </dischargeDisposition>
  </hospitalization>
</Encounter>