臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions

: 受轉介單位範例 - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="referred-unit-min"/>
  <meta>
    <profile
             value="https://sfaa.gov.tw/base/StructureDefinition/ReferralOrganization-twss-base"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization referred-unit-min</b></p><a name="referred-unit-min"> </a><a name="hcreferred-unit-min"> </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-ReferralOrganization-twss-base.html">轉介機構-Organization TWSS Base</a></p></div><p><b>active</b>: true</p><p><b>name</b>: 新北市板橋區社會福利服務中心</p><p><b>address</b>: 新北市板橋區</p></div>
  </text>
  <active value="true"/>
  <name value="新北市板橋區社會福利服務中心"/>
  <address>
    <text value="新北市板橋區"/>
    <city value="板橋區"/>
    <district value="新北市"/>
  </address>
</Organization>