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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-MIULQuestionnaireResponseExample.json
FHIR VersionR4

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: QuestionnaireResponse MIULQuestionnaireResponseExample

LinkIDTextDefinitionAnswerdoco
.. MIULQuestionnaireResponseExampleQuestionnaire:MI-UL 評估量表
... pinch-grasp抓握能力20
... elbow-flexion肘部屈曲15
... shoulder-abduction肩外展30
... total-score-miul總分65

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "MIULQuestionnaireResponseExample",
  "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/MIULQuuestionnaireInstance",
  "status": "completed",
  "subject": {
    "reference": "Patient/stroke-patient-001"
  },
  "authored": "2025-11-12",
  "item": [
    {
      "linkId": "pinch-grasp",
      "text": "抓握能力",
      "answer": [
        {
          "valueInteger": 20
        }
      ]
    },
    {
      "linkId": "elbow-flexion",
      "text": "肘部屈曲",
      "answer": [
        {
          "valueInteger": 15
        }
      ]
    },
    {
      "linkId": "shoulder-abduction",
      "text": "肩外展",
      "answer": [
        {
          "valueInteger": 30
        }
      ]
    },
    {
      "linkId": "total-score-miul",
      "text": "總分",
      "answer": [
        {
          "valueInteger": 65
        }
      ]
    }
  ]
}