US Meds Implementation Guide (Release 1)

This page is part of the US-Medication FHIR IG (v1.0.0: STU 1) based on FHIR R3. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions

Example: Encounter-A

Formats: Narrative, XML, JSON, Turtle

Raw xml


<Encounter xmlns="http://hl7.org/fhir/STU3">
  <id value="A"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: A</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://hl7.org/fhir/STU3/v3/ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</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: 05/01/1964</a></p><p><b>period</b>: 10/09/2016 --&gt; 12/09/2016</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://hl7.org/fhir/STU3/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>