FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Questionnaire |
| Id | Questionnaire-ltc-questionnaire-caregiver.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Lorex/TWLongTermCare_IG_Build/Questionnaire-ltc-questionnaire-caregiver.html |
| URL | http://ltc-ig.fhir.tw/Questionnaire/ltc-questionnaire-caregiver |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-04-03T13:32:05+00:00 |
| Name | LTCQuestionnaireCaregiver |
| Realm | tw |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire ltc-questionnaire-caregiver
Profile: 長期照顧-問卷
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Questionnaire | http://ltc-ig.fhir.tw/Questionnaire/ltc-questionnaire-caregiver#1.0.0 | ||
![]() ![]() | 是否有照顧者 | 0..1 | choice | Options: 3 options |
![]() ![]() | 主要照顧者關係 | 0..1 | choice | Options: 3 options |
Options Sets
Answer options for caregiver-1
Answer options for caregiver-2
{
"resourceType": "Questionnaire",
"id": "ltc-questionnaire-caregiver",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCQuestionnaire"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://ltc-ig.fhir.tw/Questionnaire/ltc-questionnaire-caregiver",
"version": "1.0.0",
"name": "LTCQuestionnaireCaregiver",
"status": "active",
"date": "2026-04-03T13:32:05+00:00",
"publisher": "經濟部產業發展署",
"contact": [
{
"name": "經濟部產業發展署",
"telecom": [
{
"system": "url",
"value": "https://www.ida.gov.tw/"
}
]
}
],
"item": [
{
"linkId": "caregiver-1",
"text": "是否有照顧者",
"type": "choice",
"answerOption": [
{
"valueString": "否"
},
{
"valueString": "是,固定"
},
{
"valueString": "是,無固定"
}
]
},
{
"linkId": "caregiver-2",
"text": "主要照顧者關係",
"type": "choice",
"answerOption": [
{
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SPS",
"display": "spouse"
}
},
{
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "CHILD",
"display": "child"
}
},
{
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "O",
"display": "other"
}
}
]
}
]
}