同意書實作指引(Consent Form IG)
0.1.0 - CI Build

This page is part of the 同意書實作指引 (v0.1.0: Releases Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Patient-病人基本資料 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="pat-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/fhir/StructureDefinition/Patient-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病人基本資料</b></h3><blockquote><p><b>識別碼型別</b>:全國的個人識別碼 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203">Identifier Type Codes</a>#NNTWN)</span><br/><b>身分證字號(official)</b>:A123456789 (http://www.moi.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>:8862168 (https://www.tph.mohw.gov.tw/)</p></blockquote><p><b>病人的紀錄(active)</b>:使用中</p><p><b>姓名(official)</b>:陳加玲 Chan, Chia Lin</p><p><b>性別</b>:女性</p><p><b>出生日期</b>:1990-01-01</p><p><b>年齡[extension: <a href="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition-person-age.html">person-age</a>]</b>:32</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)0911327999 <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>:2022-07-31至2024-07-31</p><p><b>聯絡地址</b>:(103)臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室</p><p><b>婚姻狀態</b>:unmarried <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus">臺灣婚姻狀態值集</a>#U)</span></p><p><b>聯絡人(official)</b>:李立偉 Li, Li Wei<br/><b> 關係</b>:father <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v3-RoleCode">PatientRelationshipType</a>#FTH)</span><br/><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)0917159753 <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>:2022-07-31至2024-07-31</p><p><b>向病人說明健康狀態時所使用的語言</b>:中文</p><p><b>紀錄的保管機構</b>: <a href="Organization-org-hosp-example.html">Organization/org-hosp-example</a> "衛生福利部臺北醫院"</p></div>
  </text>
  <extension
             url="https://twcore.mohw.gov.tw/fhir/StructureDefinition/person-age">
    <valueInteger value="32"/>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"/>
        <code value="NNTWN"/>
      </coding>
    </type>
    <system value="http://www.moi.gov.tw/"/>
    <value value="A123456789"/>
  </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="8862168"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="陳加玲"/>
    <family value="Chan"/>
    <given value="Chia Lin"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0911327999"/>
    <use value="mobile"/>
    <period>
      <start value="2022-07-31"/>
      <end value="2024-07-31"/>
    </period>
  </telecom>
  <gender value="female"/>
  <birthDate value="1990-01-01"/>
  <address>
    <text value="臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="U"/>
    </coding>
  </maritalStatus>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="FTH"/>
      </coding>
    </relationship>
    <name>
      <use value="official"/>
      <text value="李立偉"/>
      <family value="Li"/>
      <given value="Li Wei"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="0917159753"/>
      <use value="mobile"/>
      <period>
        <start value="2022-07-31"/>
        <end value="2024-07-31"/>
      </period>
    </telecom>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="zh-TW"/>
      </coding>
    </language>
  </communication>
  <managingOrganization>
    <reference value="Organization/org-hosp-example"/>
  </managingOrganization>
</Patient>