電子病歷交換單張實作指引(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="TWCoreEncounter"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCoreEncounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter TWCoreEncounter</b></p><a name="TWCoreEncounter"> </a><a name="hcTWCoreEncounter"> </a><a name="TWCoreEncounter-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-PRENC">ActCode</a> PRENC: pre-admission</p><p><b>subject</b>: <a href="Patient-TWCorePatient.html">胖吉 綠 (official) Male, DoB: 1987-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>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}">primary performer</span></td><td>2022-08-01 17:00:14-0500 --&gt; 2022-08-01 18:00:14-0500</td><td><a href="Practitioner-TWCorePractitioner.html">Practitioner 大吉 連 (official)</a></td></tr></table><p><b>period</b>: 2022-08-01 17:00:14-0500 --&gt; 2022-08-01 18:00:14-0500</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 93880001}">Primary malignant neoplasm of lung (disorder)</span></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="PRENC"/>
  </class>
  <subject>🔗 
    <reference value="Patient/TWCorePatient"/>
  </subject>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
      </coding>
    </type>
    <period>
      <start value="2022-08-01T17:00:14-05:00"/>
      <end value="2022-08-01T18:00:14-05:00"/>
    </period>
    <individual>🔗 
      <reference value="Practitioner/TWCorePractitioner"/>
    </individual>
  </participant>
  <period>
    <start value="2022-08-01T17:00:14-05:00"/>
    <end value="2022-08-01T18:00:14-05:00"/>
  </period>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="93880001"/>
      <display value="Primary malignant neoplasm of lung (disorder)"/>
    </coding>
  </reasonCode>
</Encounter>