Implementation Guide (Release 2.1.0)

Publication Build: This will be filled in by the publication tooling

XML Format: Encounter-A

Download Raw xml


<Encounter xmlns="http://hl7.org/fhir">
  <id value="A"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: A</p><p><b>status</b>: finished</p><p><b>class</b>: <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">inpatient encounter</span></p><p><b>subject</b>: <a href="Patient-test2.html">Generated Summary: id: test2; Medical Record Number: 1032702 (USUAL); active; Brian Z ; ph: 555-555-5555(HOME); gender: male; birthDate: 1964-01-05</a></p><p><b>period</b>: 2016-09-10 --&gt; 2016-09-12</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <subject>
    <reference value="Patient/test2"/>
  </subject>
<!--  ?? 0..1 End time with inclusive boundary, if not ongoing  -->
  <period>
    <start value="2016-09-10"/>
  <!--  ?? 0..1 Starting time with inclusive boundary  -->
    <end value="2016-09-12"/>
  </period>
</Encounter>