NHDR Implementation Guide Release 1.0
0.1.0 - ci-build
NHDR Implementation Guide Release 1.0, published by NHDR. 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/PROJ-PHILHEALTH-EA-NHDR/nhdr-fhir-ig-review-project-2/ and changes regularly. See the Directory of published versions
<Encounter xmlns="http://hl7.org/fhir">
<id value="CF3-Encounter"/>
<meta>
<profile
value="https://nhdr.gov.ph/fhir/StructureDefinition/PH-Encounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter CF3-Encounter</b></p><a name="CF3-Encounter"> </a><a name="hcCF3-Encounter"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-PH-Encounter.html">PH Encounter</a></p></div><p><b>status</b>: booked</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>period</b>: 2024-07-18 08:00:00+0800 --> 2024-07-18 10:00:00+0800</p><p><b>reasonReference</b>: <a href="Bundle-ClaimsForm3.html#Observation_CF3-Observation-Physical-Examination">Observation</a></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:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}">Discharged to home</span></td></tr></table></div>
</text>
<status value="booked"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
</class>
<period>
<start value="2024-07-18T08:00:00+08:00"/>
<end value="2024-07-18T10:00:00+08:00"/>
</period>
<reasonReference>
<reference value="Observation/CF3-Observation-Physical-Examination"/>
<display value="Observation"/>
</reasonReference>
<hospitalization>
<dischargeDisposition>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/discharge-disposition"/>
<code value="home"/>
<display value="Discharged to home"/>
</coding>
</dischargeDisposition>
</hospitalization>
</Encounter>