醫療保險理賠實作指引
1.0.0 - CI Build

醫療保險理賠實作指引 - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-C2 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient-C2"/>
  <meta>
    <profile
             value="https://claim.cgh.org.tw/iclaim/StructureDefinition/patient-iclaim"/>
  </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 <b>[extension: <a href="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix">Identifier Suffix</a>]:</b>TWN)</span><br/><b>身分證字號(official)</b>G252862637 (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>:ADCM5678 (https://www.cgh.org.tw)</p></blockquote><p><b>姓名(official)</b>:康美女</p><p><b>性別</b>:Female <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html">AdministrativeGender</a>#female)</span></p><p><b>出生日期</b>:2002-01-08</p><p><b>職業[extension: <a href="StructureDefinition-cathay-occupation.html">Occupation</a>]</b>:內勤人員 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="CodeSystem-lia-roc-occupation-values.html">Occupation</a>#00010010)</span></p><p><b>聯絡地址</b>:台北市北投區明德路365號<br/><b> 縣/市(district)</b>:台北市<br/><b> 鄉/鎮/市/區(city)</b>:北投區<br/><b> 路/街(line)</b>:明德路<br/><b> 號(number)</b>[extension: <a href="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number">tw-number</a>]:365號<br/><b> 國家(country)</b>:臺灣<br/></p></div>
  </text>
  <extension
             url="https://claim.cgh.org.tw/iclaim/StructureDefinition/cathay-occupation">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://claim.cgh.org.tw/iclaim/CodeSystem/lia-roc-occupation-values"/>
        <code value="00010010"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NNxxx">
          <extension
                     url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix">
            <extension url="suffix">
              <valueString value="TWN"/>
            </extension>
            <extension url="valueSet">
              <valueCanonical
                              value="http://hl7.org/fhir/ValueSet/iso3166-1-3"/>
            </extension>
          </extension>
        </code>
      </coding>
    </type>
    <system value="http://www.moi.gov.tw"/>
    <value value="G252862637"/>
  </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.cgh.org.tw"/>
    <value value="ADCM5678"/>
  </identifier>
  <name>
    <use value="usual"/>
    <text value="康美女"/>
  </name>
  <gender value="female"/>
  <birthDate value="2002-01-08"/>
  <address>
    <extension
               url="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number">
      <valueString value="365號"/>
    </extension>
    <text value="台北市北投區明德路365號"/>
    <line value="明德路"/>
    <city value="北投區"/>
    <district value="台北市"/>
    <country value="TW"/>
  </address>
</Patient>