FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-REACHQuestionnaireResponseExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse REACHQuestionnaireResponseExample
Profile: 評估問卷回覆-總體
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Rating of Everyday Arm-use in the Community and at Home (REACH)評估量表 | ||
![]() ![]() | 請選擇評估側 | SNOMED CT: 24028007 (Right) | |
![]() ![]() | 右上肢 REACH 評分 | REACH test (Rating of Everyday Arm-use in the Community and at Home): 4 (可日常使用,但在可能) | |
{
"resourceType": "QuestionnaireResponse",
"id": "REACHQuestionnaireResponseExample",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/SPACQuestionnaireResponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/REACHQuestionnaireInstance",
"status": "completed",
"subject": {
"reference": "Patient/stroke-patient-001"
},
"authored": "2025-11-10",
"item": [
{
"linkId": "reach-side",
"text": "請選擇評估側",
"answer": [
{
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "24028007",
"display": "Right"
}
}
]
},
{
"linkId": "reach-right",
"text": "右上肢 REACH 評分",
"answer": [
{
"valueCoding": {
"system": "https://build.fhir.org/ig/Kimsber/Rehab-IG/CodeSystem/CSReach",
"code": "4"
}
}
]
}
]
}