臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 病人基本資料-居留證號碼及病歷號 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="pat-residentNumber-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病人基本資料-居留證號碼及病歷號</b></h3><blockquote><p><b>識別碼型別</b>:Permanent Resident Card Number <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v2-0203">Identifier Type Codes</a>#PRC)</span><br/><b>身分證字號(official)</b>:Z596839485 (http://www.immigration.gov.tw)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v2-0203">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:4958603 (https://www.tph.mohw.gov.tw)</p></blockquote><p><b>病人的紀錄(active)</b>:使用中</p><p><b>姓名(official)</b>:陳曉明 Chan, Xiao Ming</p><p><b>性別</b>:男性</p><p><b>出生日期</b>:1999-04-20</p><p><b>聯絡方式</b>:Phone <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://hl7.org/fhir/R4/valueset-contact-point-system.html">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:(Mobile)0939405869 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://build.fhir.org/codesystem-contact-point-use.html">ContactPointUse</a>#mobile)</span><br/><b>聯絡電話使用效期</b>:2023-01-01至2026-01-01</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRC"/>
      </coding>
    </type>
    <system value="http://www.immigration.gov.tw"/>
    <value value="Z596839485"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="https://www.tph.mohw.gov.tw"/>
    <value value="4958603"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="陳曉明"/>
    <family value="Chen"/>
    <given value="Xiao Ming"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0939405869"/>
    <use value="mobile"/>
    <period>
      <start value="2023-01-01"/>
      <end value="2026-01-01"/>
    </period>
  </telecom>
  <gender value="male"/>
  <birthDate value="1999-04-20"/>
</Patient>