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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeQuestionnaire
IdQuestionnaire-MRCQuestionnaireInstance.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire-MRCQuestionnaireInstance.html
URLhttps://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/MRCQuestionnaireInstance
Version0.1.0
Statusactive
Date2026-01-08T02:54:12+00:00
TitleMRC 評估量表
Realmus
Authorityhl7
DescriptionMRC肌力測試 (Medical Research Council Scale)

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 MRCQuestionnaireInstance

Profile: 評估問卷

Structure
LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. MRC肌力測試 (Medical Research Council Scale)Questionnairehttps://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/MRCQuestionnaireInstance#0.1.0
... abduction-arm肩關節外展1..1choiceOptions: 6 options
... flexion-forearm前臂屈曲1..1choiceOptions: 6 options
... extension-wrist手腕向上伸張1..1choiceOptions: 6 options
... mrc-total-scoreMRC總分0..1integericonicon

doco Documentation for this format

Options Sets

Answer options for abduction-arm

  • 0
  • 1
  • 2
  • 3
  • 4
  • 5

Answer options for flexion-forearm

  • 0
  • 1
  • 2
  • 3
  • 4
  • 5

Answer options for extension-wrist

  • 0
  • 1
  • 2
  • 3
  • 4
  • 5

Source1

{
  "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
    }
  ]
}