臺灣中醫實作指引
0.1.0 - ci-build

臺灣中醫實作指引, published by 衛生福利部國家中醫藥研究所. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nricmig/Nricm_TWCMIG/ and changes regularly. See the Directory of published versions

: 病人基本資料-陳美真 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientTWCM-min"/>
  <meta>
    <profile
             value="https://www.nricm.edu.tw/twcm/StructureDefinition/patient-twcm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病患基本資料</b></h3><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v2-0203">Identifier Type Codes</a>#NNxxx )</span><br/><b>身份證號(official)</b>:H221765234 (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">IdentifierType</a>#MR)</span><br/><b>病歷號(official)</b>:556789 (https://tpech.gov.taipei/)</p></blockquote><p><b>姓名(usual)</b>:陳美真</p><p><b>住宅電話</b>:(Home)0222600888<br/><b>公司電話</b>:(Work)0222678902#2231<br/><b>行動電話</b>:(Mobile)0911123123<br/><b>病人電子郵件地址</b>:lucky@gmail.com</p><p><b>性別</b>:Female</p><p><b>出生日期</b>:1976-09-06</p><p><b>病人子女數[extension: <a href="StructureDefinition-childnumber-twcm.html">childnumber</a>]</b>:0</p><p><b>病人戶籍地址</b>:(Home)(11492)台北市內湖區基湖路32號</p><p><b>病人聯絡地址</b>:(Billing)(11492)台北市內湖區基湖路32號</p><p><b>婚姻</b>:Never Married <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus">Marital Status Codes</a>#S)</span></p><p><b>緊急聯絡人姓名</b>:郭大鵬<br/><b>緊急聯絡人與病人關係</b>:unrelated friend <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v3-RoleCode">PatientRelationshipType</a>#FRND)</span></p></div>
  </text>
  <extension
             url="https://www.nricm.edu.tw/twcm/StructureDefinition/childnumber-twcm">
    <valueInteger value="0"/>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NNxxx"/>
      </coding>
    </type>
    <system value="http://www.moi.gov.tw"/>
    <value value="H221765234"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="https://tpech.gov.taipei"/>
    <value value="556789"/>
  </identifier>
  <name>
    <use value="usual"/>
    <text value="陳美真"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0222600888"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="0222678902#2231"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="0911123123"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="lucky@gmail.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1976-09-06"/>
  <address>
    <extension
               url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number">
      <valueString value="32號"/>
    </extension>
    <use value="home"/>
    <text value="台北市內湖區基湖路32號"/>
    <line value="基湖路"/>
    <city value="內湖區"/>
    <district value="台北市"/>
    <postalCode>
      <extension
                 url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw"/>
            <code value="11492"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </postalCode>
  </address>
  <address>
    <extension
               url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number">
      <valueString value="32號"/>
    </extension>
    <use value="billing"/>
    <text value="台北市內湖區基湖路32號"/>
    <line value="基湖路"/>
    <city value="內湖區"/>
    <district value="台北市"/>
    <postalCode>
      <extension
                 url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code">
        <valueCodeableConcept>
          <coding>
            <system
                    value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw"/>
            <code value="11492"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </postalCode>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="S"/>
    </coding>
  </maritalStatus>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="FRND"/>
      </coding>
    </relationship>
    <name>
      <text value="郭大鵬"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="0289760000"/>
      <use value="home"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="0228825252"/>
      <use value="work"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="0922212323"/>
      <use value="mobile"/>
    </telecom>
  </contact>
</Patient>