臺灣長期照顧實作指引(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


<Encounter xmlns="http://hl7.org/fhir">
  <id value="ltc-encounter-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter ltc-encounter-example</b></p><a name="ltc-encounter-example"> </a><a name="hcltc-encounter-example"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href="Patient-ltc-patient-referral-chen-ming-hui-example.html">陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))</a></p><p><b>period</b>: 2024-01-10 09:00:00+0800 --&gt; 2024-01-10 11:30:00+0800</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 44054006}">糖尿病追蹤檢查</span></p><p><b>serviceProvider</b>: <a href="Organization-ltc-organization-example.html">Organization 新北市私立安康老人長期照顧中心(養護型)</a></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <subject>🔗 
    <reference value="Patient/ltc-patient-referral-chen-ming-hui-example"/>
  </subject>
  <period>
    <start value="2024-01-10T09:00:00+08:00"/>
    <end value="2024-01-10T11:30:00+08:00"/>
  </period>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="44054006"/>
      <display value="Diabetes mellitus type 2"/>
    </coding>
    <text value="糖尿病追蹤檢查"/>
  </reasonCode>
  <serviceProvider>🔗 
    <reference value="Organization/ltc-organization-example"/>
  </serviceProvider>
</Encounter>