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

: 居住狀況評估 Questionnaire - JSON Representation

Active as of 2026-08-10

Raw json | Download

{
  "resourceType" : "Questionnaire",
  "id" : "living-condition-assessment",
  "meta" : {
    "profile" : [
      🔗 "https://sfaa.gov.tw/base/StructureDefinition/Questionnaire-living-condition-twss-base"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>居住狀況評估問卷</b></h3><p>本問卷定義住所、房屋、居住環境與同住狀況之評估題目。</p></div>"
  },
  "url" : "https://sfaa.gov.tw/base/Questionnaire/living-condition-assessment",
  "title" : "居住狀況評估 Questionnaire",
  "status" : "active",
  "subjectType" : [
    "Patient"
  ],
  "date" : "2026-08-10T08:34:13+00:00",
  "publisher" : "衛生福利部社會及家庭署",
  "contact" : [
    {
      "name" : "衛生福利部社會及家庭署",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.twss.gov.tw/"
        }
      ]
    }
  ],
  "description" : "記錄個案住所、房屋、居住環境、臥房與同住狀況的評估表單。",
  "item" : [
    {
      "linkId" : "1",
      "text" : "居住狀況",
      "type" : "group",
      "item" : [
        {
          "linkId" : "1.1",
          "text" : "住所類型",
          "type" : "choice"
        },
        {
          "linkId" : "1.2",
          "text" : "房屋類型",
          "type" : "choice"
        },
        {
          "linkId" : "1.3",
          "text" : "居住環境",
          "type" : "choice"
        },
        {
          "linkId" : "1.4",
          "text" : "是否有獨立臥房",
          "type" : "choice"
        },
        {
          "linkId" : "1.5",
          "text" : "目前生活情形",
          "type" : "choice"
        },
        {
          "linkId" : "1.6",
          "text" : "同住狀況",
          "type" : "choice"
        }
      ]
    }
  ]
}