電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 出院病摘 住院基本資料-Encounter example - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="DMS-Enc3"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/EncounterDMS"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter DMS-Enc3</b></p><a name="DMS-Enc3"> </a><a name="hcDMS-Enc3"> </a><a name="DMS-Enc3-en-US"> </a><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-IMP">ActCode</a> IMP: inpatient encounter</p><p><b>serviceType</b>: <span title="Codes:{http://snomed.info/sct 394609007}">Medical Services</span></p><p><b>subject</b>: <a href="Patient-DMS-Pat2.html">黃睿駿 Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-DMS-Pra23.html">Practitioner 賴一施</a></td></tr></table><p><b>period</b>: 2022-07-08 12:12:00+0000 --&gt; 2022-07-09 12:12:00+0000</p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Condition</b></td><td><b>Use</b></td></tr><tr><td style="display: none">*</td><td><a href="Condition-DMS-Con10.html">Condition </a></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CC}">Chief complaint</span></td></tr></table><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 other-hcf}">使用退燒藥、已經康復無需復健、避免辛辣食物、定時量測與紀錄體溫、預約990831回診范依施醫師、出院不須帶藥</span></td></tr></table><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td style="display: none">*</td><td><a href="Location-DMS-Loc4.html">Location 病床</a></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bd}">出院床號</span></td></tr></table></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394609007"/>
    </coding>
    <text value="Medical Services"/>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/DMS-Pat2"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/DMS-Pra23"/>
    </individual>
  </participant>
  <period>
    <start value="2022-07-08T12:12:00.000Z"/>
    <end value="2022-07-09T12:12:00.000Z"/>
  </period>
  <diagnosis>
    <condition>🔗 
      <reference value="Condition/DMS-Con10"/>
    </condition>
    <use>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/>
        <code value="CC"/>
        <display value="Chief complaint"/>
      </coding>
    </use>
  </diagnosis>
  <hospitalization>
    <dischargeDisposition>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/discharge-disposition"/>
        <code value="other-hcf"/>
        <display value="Other healthcare facility"/>
      </coding>
      <text value="使用退燒藥、已經康復無需復健、避免辛辣食物、定時量測與紀錄體溫、預約990831回診范依施醫師、出院不須帶藥"/>
    </dischargeDisposition>
  </hospitalization>
  <location>
    <location>🔗 
      <reference value="Location/DMS-Loc4"/>
    </location>
    <physicalType>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
        <code value="bd"/>
        <display value="Bed"/>
      </coding>
      <text value="出院床號"/>
    </physicalType>
  </location>
</Encounter>