<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-passport-min"/>
  <meta>
    <profile value="https://twniis.cdc.gov.tw/twniis/StructureDefinition/patient-reporting-niis"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><h3><b>個案資料-護照號碼</b></h3><p><b>識別碼型別</b>：Passport number <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">（ <a href="http://terminology.hl7.org/CodeSystem/v2-0203">IdentifierType</a>#PPN）</span></p><p><b>護照號碼</b>：888800371（http://hl7.org/fhir/sid/passport-TWN）</p><p><b>姓名（usual）</b>：王大明</p><p><b>性別</b>：男性</p><p><b>出生日期</b>：1983-02-15</p><p><b>聯絡電話</b>：0934-567-890</p><p><b>居住地址</b>：臺北市中正區林森南路3號</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PPN"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/passport-TWN"/>
    <value value="888800371"/>
  </identifier>
  <name>
    <use value="usual"/>
    <text value="王大明"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0934-567-890"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1983-02-15"/>
  <address>
    <text value="臺北市中正區林森南路3號"/>
  </address>
</Patient>