US Behavioral Health Profiles Implementation Guide
0.1.0 - CI Build
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
<Encounter xmlns="http://hl7.org/fhir">
<id value="discharge-encounter-example-3"/>
<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 discharge-encounter-example-3</b></p><a name="discharge-encounter-example-3"> </a><a name="hcdischarge-encounter-example-3"> </a><a name="discharge-encounter-example-3-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-OBSENC">ActCode</a> OBSENC: observation encounter</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 448951000124107}">Observation bed</span></p><p><b>subject</b>: <a href="Patient-bh-patient-example.html">James Wolff</a></p><p><b>period</b>: 2024-02-01 16:02:00-0500 --> 2024-02-02 12:00:00-0500</p><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href="Condition-panic-attack-condition-example-1.html">Panic Attack</a></p><p><b>rank</b>: 1</p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href="Condition-chest-pain-condition-example-1.html">Chest Pain</a></p><p><b>rank</b>: 2</p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href="Condition-diabetes-condition-example-1.html">Diabetes (II)</a></p><p><b>rank</b>: 3</p></blockquote><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:{https://www.nubc.org/CodeSystem/PatDischargeStatus 01}">Discharged to Home</span></td></tr></table><blockquote><p><b>location</b></p><p><b>location</b>: <a href="Location-ed-location-example-1.html">Emergency Dept.</a></p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}">Ward</span></p><p><b>period</b>: 2024-02-01 16:02:00-0500 --> 2024-02-01 22:02:00-0500</p></blockquote><blockquote><p><b>location</b></p><p><b>location</b>: <a href="Location-obs-location-example-1.html">Hospital bed - OBSERVATION</a></p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}">Ward</span></p><p><b>period</b>: 2024-02-01 16:02:00-0500 --> 2024-02-01 22:00:00-0500</p></blockquote></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="OBSENC"/>
<display value="observation encounter"/>
</class>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="448951000124107"/>
<display value="Admission to observation unit (procedure)"/>
</coding>
<text value="Observation bed"/>
</type>
<subject>🔗
<reference value="Patient/bh-patient-example"/>
<display value="James Wolff"/>
</subject>
<period>
<start value="2024-02-01T16:02:00-05:00"/>
<end value="2024-02-02T12:00:00-05:00"/>
</period>
<diagnosis>
<condition>🔗
<reference value="Condition/panic-attack-condition-example-1"/>
<display value="Panic Attack"/>
</condition>
<rank value="1"/>
</diagnosis>
<diagnosis>
<condition>🔗
<reference value="Condition/chest-pain-condition-example-1"/>
<display value="Chest Pain"/>
</condition>
<rank value="2"/>
</diagnosis>
<diagnosis>
<condition>🔗
<reference value="Condition/diabetes-condition-example-1"/>
<display value="Diabetes (II)"/>
</condition>
<rank value="3"/>
</diagnosis>
<hospitalization>
<dischargeDisposition>
<coding>
<system value="https://www.nubc.org/CodeSystem/PatDischargeStatus"/>
<code value="01"/>
<display value="Discharge to home or self-care (routine discharge)"/>
</coding>
<text value="Discharged to Home"/>
</dischargeDisposition>
</hospitalization>
<location>
<location>🔗
<reference value="Location/ed-location-example-1"/>
<display value="Emergency Dept."/>
</location>
<physicalType>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
<code value="wa"/>
<display value="Ward"/>
</coding>
</physicalType>
<period>
<start value="2024-02-01T16:02:00-05:00"/>
<end value="2024-02-01T22:02:00-05:00"/>
</period>
</location>
<location>
<location>🔗
<reference value="Location/obs-location-example-1"/>
<display value="Hospital bed - OBSERVATION"/>
</location>
<physicalType>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
<code value="wa"/>
<display value="Ward"/>
</coding>
</physicalType>
<period>
<start value="2024-02-01T16:02:00-05:00"/>
<end value="2024-02-01T22:00:00-05:00"/>
</period>
</location>
</Encounter>