FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | Questionnaire |
| Id | Questionnaire-REACHQuestionnaireInstance.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire-REACHQuestionnaireInstance.html |
| URL | https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/REACHQuestionnaireInstance |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-11-10 |
| Title | Rating of Everyday Arm-use in the Community and at Home (REACH)評估量表 |
| Realm | us |
| Authority | hl7 |
| Description | REACH評估量表用於評估病患在日常生活中使用上肢的頻率與能力。 |
| Purpose | 評估病患在日常生活中使用上肢的頻率與能力,協助臨床決策。 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire REACHQuestionnaireInstance
Profile: 評估問卷
| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | REACH評估量表用於評估病患在日常生活中使用上肢的頻率與能力。 | Questionnaire | https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/REACHQuestionnaireInstance#0.1.0 | |
![]() ![]() | 請選擇評估側 | 1..1 | choice | Options: 2 options |
![]() ![]() | 左上肢 REACH 評分 | 0..1 | choice | Enable When: reach-side = Value Set: Rating of Everyday Arm-use in the Community and at Home (REACH) Score ValueSet |
![]() ![]() | 右上肢 REACH 評分 | 0..1 | choice | Enable When: reach-side = Value Set: Rating of Everyday Arm-use in the Community and at Home (REACH) Score ValueSet |
Options Sets
Answer options for reach-side
{
"resourceType": "Questionnaire",
"id": "REACHQuestionnaireInstance",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/SPACQuestionnaire"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/REACHQuestionnaireInstance",
"version": "0.1.0",
"title": "Rating of Everyday Arm-use in the Community and at Home (REACH)評估量表",
"status": "active",
"subjectType": [
"Patient"
],
"date": "2025-11-10",
"publisher": "Kimsber",
"contact": [
{
"name": "Kimsber",
"telecom": [
{
"system": "url",
"value": "https://github.com/Kimsber"
}
]
}
],
"description": "REACH評估量表用於評估病患在日常生活中使用上肢的頻率與能力。",
"purpose": "評估病患在日常生活中使用上肢的頻率與能力,協助臨床決策。",
"item": [
{
"linkId": "reach-side",
"text": "請選擇評估側",
"type": "choice",
"required": true,
"answerOption": [
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "24028007",
"display": "Right"
}
},
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "7771000",
"display": "Left"
}
}
]
},
{
"linkId": "reach-left",
"text": "左上肢 REACH 評分",
"type": "choice",
"enableWhen": [
{
"question": "reach-side",
"operator": "=",
"answerCoding": {
"system": "http://snomed.info/sct",
"code": "7771000",
"display": "Left"
}
}
],
"answerValueSet": "https://build.fhir.org/ig/Kimsber/Rehab-IG/ValueSet/VSReach"
},
{
"linkId": "reach-right",
"text": "右上肢 REACH 評分",
"type": "choice",
"enableWhen": [
{
"question": "reach-side",
"operator": "=",
"answerCoding": {
"system": "http://snomed.info/sct",
"code": "24028007",
"display": "Right"
}
}
],
"answerValueSet": "https://build.fhir.org/ig/Kimsber/Rehab-IG/ValueSet/VSReach"
}
]
}