旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
1.0.0 - ci-build

This page is part of the 旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引 (v1.0.0: Releases Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 個案資料-居留證號 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-residentNumber-min"/>
  <meta>
    <profile
             value="https://vacc.cdc.gov.tw/vacc/StructureDefinition/patient-vacc"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>個案資料-居留證號</b></h3><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">IdentifierType</a>#PRC)</span></p><p><b>居留號碼</b>:A912345678 (http://www.immigration.gov.tw)</p><p><b>姓名(usual)</b>:陳小明</p><p><b>性別</b>:男性</p><p><b>出生日期</b>:1995-09-22</p><p><b>國籍[extension: <a href="http://hl7.org/fhir/StructureDefinition/patient-nationality">patient-nationality</a>]</b>:AU (Australia) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://terminology.hl7.org/CodeSystem-ISO3166Part1.html">ISO3166Part1</a>#AU)</span></p><p><b>聯絡電話</b>:0912-845-948</p><p><b>居住地址</b>:嘉義市西區世賢路一段789號 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="CodeSystem-twvacc-address-values.html">TWAddress</a>#I02)</span></p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system value="urn:iso:std:iso:3166"/>
          <code value="AU"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <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="A912345678"/>
  </identifier>
  <name>
    <use value="usual"/>
    <text value="陳小明"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0912-845-948"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1995-09-22"/>
  <address>
    <text value="嘉義市西區世賢路一段789號"/>
    <postalCode>
      <extension
                 url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-address-values"/>
            <code value="I02"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </postalCode>
  </address>
</Patient>