臺灣社政領域基礎實作指引
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

: 受轉介單位範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "referred-unit-min",
  "meta" : {
    "profile" : [
      🔗 "https://sfaa.gov.tw/base/StructureDefinition/ReferralOrganization-twss-base"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "active" : true,
  "name" : "新北市板橋區社會福利服務中心",
  "address" : [
    {
      "text" : "新北市板橋區",
      "city" : "板橋區",
      "district" : "新北市"
    }
  ]
}