FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeQuestionnaire
IdQuestionnaire-employment-information.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/sfaassn2025-source/base/Questionnaire-employment-information.html
URLhttps://sfaa.gov.tw/base/Questionnaire/employment-information
Statusactive
Date2026-08-26T09:19:29+00:00
Title就業資訊 Questionnaire
Realmtw
Authoritynational
Description就業資訊評估表。

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire employment-information

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. 就業資訊評估表。Questionnairehttps://sfaa.gov.tw/base/Questionnaire/employment-information
... 20就業資訊0..1group
.... 20.1就業現況0..1choice
.... 20.2未就業原因0..1choice
.... 20.3曾任職0..1string
.... 20.4現職0..1string

doco Documentation for this format

Source1

{
  "resourceType": "Questionnaire",
  "id": "employment-information",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/Questionnaire-employment-twss-base"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sfaa.gov.tw/base/Questionnaire/employment-information",
  "title": "就業資訊 Questionnaire",
  "status": "active",
  "subjectType": [
    "Patient"
  ],
  "date": "2026-08-26T09:19:29+00:00",
  "publisher": "衛生福利部社會及家庭署",
  "contact": [
    {
      "name": "衛生福利部社會及家庭署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.twss.gov.tw/"
        }
      ]
    }
  ],
  "description": "就業資訊評估表。",
  "item": [
    {
      "linkId": "20",
      "text": "就業資訊",
      "type": "group",
      "item": [
        {
          "linkId": "20.1",
          "text": "就業現況",
          "type": "choice"
        },
        {
          "linkId": "20.2",
          "text": "未就業原因",
          "type": "choice"
        },
        {
          "linkId": "20.3",
          "text": "曾任職",
          "type": "string"
        },
        {
          "linkId": "20.4",
          "text": "現職",
          "type": "string"
        }
      ]
    }
  ]
}