US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build United States of America flag

US Behavioral Health Profiles Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-behavioral-health-profiles/ and changes regularly. See the Directory of published versions

: pcp-encounter-example - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="pcp-encounter-example-4"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter pcp-encounter-example-4</b></p><a name="pcp-encounter-example-4"> </a><a name="hcpcp-encounter-example-4"> </a><a name="pcp-encounter-example-4-en-US"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/40005104253 (use: usual, )</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode</a> AMB: ambulatory</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 737470001}">Primary care encounter</span></p><p><b>subject</b>: <a href="Patient-bh-patient-example.html">James Wolff</a></p><p><b>period</b>: 2024-02-15 12:02:00-0500 --&gt; 2024-02-15 12:32:00-0500</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="urn:oid:2.16.840.1.113883.19.5.1.698.8"/>
    <value value="40005104253"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="737470001"/>
      <display value="Primary care management (procedure)"/>
    </coding>
    <text value="Primary care encounter"/>
  </type>
  <subject>🔗 
    <reference value="Patient/bh-patient-example"/>
    <display value="James Wolff"/>
  </subject>
  <period>
    <start value="2024-02-15T12:02:00-05:00"/>
    <end value="2024-02-15T12:32:00-05:00"/>
  </period>
</Encounter>