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

: 長照支付審查-縣市主管機關(Organization)範例 - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ltc-organization-feeaudit-authority-example"/>
  <meta>
    <profile
             value="http://ltc-ig.fhir.tw/StructureDefinition/Organization-twltc"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ltc-organization-feeaudit-authority-example</b></p><a name="ltc-organization-feeaudit-authority-example"> </a><a name="hcltc-organization-feeaudit-authority-example"> </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-Organization-twltc.html">長期照顧-機構</a></p></div><p><b>identifier</b>: Provider Number/65000 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}">Government</span></p><p><b>name</b>: 新北市政府衛生局</p><p><b>telecom</b>: ph: 02-22577155(Work)</p><p><b>address</b>: 新北市板橋區英士路192之1號(work)</p></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://ltc-ig.fhir.tw/identifier/feeaudit/city-cd"/>
    <value value="65000"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="govt"/>
      <display value="Government"/>
    </coding>
  </type>
  <name value="新北市政府衛生局"/>
  <telecom>
    <system value="phone"/>
    <value value="02-22577155"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="physical"/>
    <text value="新北市板橋區英士路192之1號"/>
    <line value="英士路192之1號"/>
    <city value="板橋區"/>
    <state value="新北市"/>
    <postalCode value="22054"/>
    <country value="TW"/>
  </address>
</Organization>