電子病歷交換單張實作指引(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="IC-Enc6"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckEncounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter IC-Enc6</b></p><a name="IC-Enc6"> </a><a name="hcIC-Enc6"> </a><a name="IC-Enc6-en-US"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/Encounter唯一碼</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>serviceType</b>: <span title="Codes:{http://snomed.info/sct 394609007}">Medical Services</span></p><p><b>subject</b>: <a href="Patient-IC-Pat2.html">黃睿駿(official) 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-IC-Pra5.html">Practitioner 賴護士</a></td></tr></table><p><b>period</b>: 2022-03-30 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href="Organization-IC-Org1.html">Organization 國立臺灣大學醫學院附設醫院</a></p></div>
  </text>
  <identifier>
    <system value="https://www.vghtpe.gov.tw/Index.action"/>
    <value value="Encounter唯一碼"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="OBSENC"/>
    <display value="observation encounter"/>
  </class>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394609007"/>
    </coding>
    <text value="Medical Services"/>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/IC-Pat2"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/IC-Pra5"/>
    </individual>
  </participant>
  <period>
    <start value="2022-03-30"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/IC-Org1"/>
  </serviceProvider>
</Encounter>