臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0

臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions

: 長期照顧住民範例 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ltc-patient-chen-ming-hui"/>
  <meta>
    <profile value="http://ltc-ig.fhir.tw/StructureDefinition/LTCPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ltc-patient-chen-ming-hui</b></p><a name="ltc-patient-chen-ming-hui"> </a><a name="hcltc-patient-chen-ming-hui"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-LTCPatient.html">長期照顧-住民基本資料</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">Provider Number/R2024001 (use: official, )</td></tr><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">Chen Ming Hui(Official)</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 0912345678(Mobile)</li><li>新北市中和區安康路二段123號3樓301室(home)</li><li>台北市大安區和平東路二段76號2樓(billing)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Next-of-Kin">Next-of-Kin:</td><td colspan="3"><ul><li>陳志強</li><li>ph: 0987654321(Mobile)</li><li>ph: 02-27031234(Home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-ltc-organization-example.html">Organization 新北市私立安康老人長期照顧中心(養護型)</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
        <display value="Provider Number"/>
      </coding>
    </type>
    <system value="http://www.ankang-ltc.tw"/>
    <value value="R2024001"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NNxxx"/>
        <display
                 value="National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code"/>
      </coding>
      <text value="National Person Identifier (TWN)"/>
    </type>
    <system value="http://www.moi.gov.tw"/>
    <value value="A123456789"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="Chen Ming Hui"/>
  </name>
  <name>
    <use value="usual"/>
    <text value="陳明慧"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0912345678"/>
    <use value="mobile"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1945-03-15"/>
  <address>
    <use value="home"/>
    <text value="新北市中和區安康路二段123號3樓301室"/>
    <line value="安康路二段123號3樓301室"/>
    <city value="中和區"/>
    <state value="新北市"/>
    <postalCode value="23511"/>
    <country value="TW"/>
  </address>
  <address>
    <use value="billing"/>
    <text value="台北市大安區和平東路二段76號2樓"/>
    <line value="和平東路二段76號2樓"/>
    <city value="大安區"/>
    <state value="台北市"/>
    <postalCode value="10663"/>
    <country value="TW"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
        <display value="Next-of-Kin"/>
      </coding>
    </relationship>
    <name>
      <use value="usual"/>
      <text value="陳志強"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="0987654321"/>
      <use value="mobile"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="02-27031234"/>
      <use value="home"/>
    </telecom>
  </contact>
  <managingOrganization>🔗 
    <reference value="Organization/ltc-organization-example"/>
  </managingOrganization>
</Patient>