FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | Questionnaire |
| Id | Questionnaire-MRCQuestionnaireInstance.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire-MRCQuestionnaireInstance.html |
| URL | https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/MRCQuestionnaireInstance |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-08T02:54:12+00:00 |
| Title | MRC 評估量表 |
| Realm | us |
| Authority | hl7 |
| Description | MRC肌力測試 (Medical Research Council Scale) |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire MRCQuestionnaireInstance
Profile: 評估問卷
| LinkID | Text | Cardinality | Type | Flags | Description & Constraints |
|---|---|---|---|---|---|
![]() | MRC肌力測試 (Medical Research Council Scale) | Questionnaire | https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/MRCQuestionnaireInstance#0.1.0 | ||
![]() ![]() | 肩關節外展 | 1..1 | choice | Options: 6 options | |
![]() ![]() | 前臂屈曲 | 1..1 | choice | Options: 6 options | |
![]() ![]() | 手腕向上伸張 | 1..1 | choice | Options: 6 options | |
![]() ![]() | MRC總分 | 0..1 | integer | ||
Options Sets
Answer options for abduction-arm
Answer options for flexion-forearm
Answer options for extension-wrist
{
"resourceType": "Questionnaire",
"id": "MRCQuestionnaireInstance",
"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/MRCQuestionnaireInstance",
"version": "0.1.0",
"title": "MRC 評估量表",
"status": "active",
"date": "2026-01-08T02:54:12+00:00",
"publisher": "Kimsber",
"contact": [
{
"name": "Kimsber",
"telecom": [
{
"system": "url",
"value": "https://github.com/Kimsber"
}
]
}
],
"description": "MRC肌力測試 (Medical Research Council Scale)",
"item": [
{
"linkId": "abduction-arm",
"text": "肩關節外展",
"type": "choice",
"required": true,
"answerOption": [
{
"valueInteger": 0
},
{
"valueInteger": 1
},
{
"valueInteger": 2
},
{
"valueInteger": 3
},
{
"valueInteger": 4
},
{
"valueInteger": 5
}
]
},
{
"linkId": "flexion-forearm",
"text": "前臂屈曲",
"type": "choice",
"required": true,
"answerOption": [
{
"valueInteger": 0
},
{
"valueInteger": 1
},
{
"valueInteger": 2
},
{
"valueInteger": 3
},
{
"valueInteger": 4
},
{
"valueInteger": 5
}
]
},
{
"linkId": "extension-wrist",
"text": "手腕向上伸張",
"type": "choice",
"required": true,
"answerOption": [
{
"valueInteger": 0
},
{
"valueInteger": 1
},
{
"valueInteger": 2
},
{
"valueInteger": 3
},
{
"valueInteger": 4
},
{
"valueInteger": 5
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%resource.item.descendants().where(type='choice').answer.valueInteger.sum()"
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract",
"valueBoolean": true
}
],
"linkId": "mrc-total-score",
"text": "MRC總分",
"type": "integer",
"readOnly": true
}
]
}