臺灣健保事前審查實作指引
1.1.0 - ci-build

臺灣健保事前審查實作指引, published by 衛生福利部中央健康保險署. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/pas/ and changes regularly. See the Directory of published versions

: 門診病歷 - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="enc-opd"/>
  <meta>
    <profile
             value="https://nhicore.nhi.gov.tw/pas/StructureDefinition/Encounter-opd-twpas"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter enc-opd</b></p><a name="enc-opd"> </a><a name="hcenc-opd"> </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-Encounter-opd-twpas.html">門診病歷-Encounter OPD TWPAS</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>serviceType</b>: <span title="Codes:{http://snomed.info/sct 419772000}">Family practice (qualifier value)</span></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-pra-min.html">Practitioner: identifier = National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code,Medical License number</a></td></tr></table><p><b>period</b>: 2025-11-11 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href="Organization-org-hosp-example.html">Organization 臺北市立聯合醫院</a></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
  </class>
  <serviceType>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="419772000"/>
    </coding>
  </serviceType>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/pra-min"/>
    </individual>
  </participant>
  <period>
    <start value="2025-11-11"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/org-hosp-example"/>
  </serviceProvider>
</Encounter>