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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-MASQuestionnaireResponseExample.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 MASQuestionnaireResponseExample

LinkIDTextDefinitionAnswerdoco
.. MASQuestionnaireResponseExampleQuestionnaire:MAS評估量表
... left-shoulderMAS分數代碼系統: 0 (肌張力沒有增加)
... left-wristMAS分數代碼系統: 1 (輕微增加肌張力,當受測的肢體在彎曲或伸展時,在活動範圍的最末段會呈現如卡住般 (catch)些微的張力)
... left-handMAS分數代碼系統: 1+ (輕微增加肌張力,當受測的肢體在彎曲或伸展時,會先呈現如卡住般些微的張力,並接 續著輕微的張力直到活動範圍結束,出現張力的比例小於50%的活動範圍)
... right-shoulderMAS分數代碼系統: 2 (大部分的活動範圍都呈現張力,但受影響的肢體是可以輕易活動的)
... right-wristMAS分數代碼系統: 3 (大部分的活動範圍都呈現大幅增加的張力,受影響的肢體的被動活動是困難的)
... right-handMAS分數代碼系統: 4 (受影響的肢體在彎曲或伸展時是僵硬的)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "MASQuestionnaireResponseExample",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/MASQuestionnaireResponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/MASQuestionnaireInstance",
  "status": "completed",
  "subject": {
    "reference": "Patient/stroke-patient-001",
    "display": "張先生"
  },
  "authored": "2025-10-21T14:30:00+08:00",
  "author": {
    "reference": "Practitioner/ot-therapist-001",
    "display": "復健治療師 - 李小姐"
  },
  "item": [
    {
      "linkId": "left-shoulder",
      "answer": [
        {
          "valueCoding": {
            "system": "https://build.fhir.org/ig/Kimsber/Rehab-IG/CodeSystem/mas-score",
            "code": "0"
          }
        }
      ]
    },
    {
      "linkId": "left-wrist",
      "answer": [
        {
          "valueCoding": {
            "system": "https://build.fhir.org/ig/Kimsber/Rehab-IG/CodeSystem/mas-score",
            "code": "1"
          }
        }
      ]
    },
    {
      "linkId": "left-hand",
      "answer": [
        {
          "valueCoding": {
            "system": "https://build.fhir.org/ig/Kimsber/Rehab-IG/CodeSystem/mas-score",
            "code": "1+"
          }
        }
      ]
    },
    {
      "linkId": "right-shoulder",
      "answer": [
        {
          "valueCoding": {
            "system": "https://build.fhir.org/ig/Kimsber/Rehab-IG/CodeSystem/mas-score",
            "code": "2"
          }
        }
      ]
    },
    {
      "linkId": "right-wrist",
      "answer": [
        {
          "valueCoding": {
            "system": "https://build.fhir.org/ig/Kimsber/Rehab-IG/CodeSystem/mas-score",
            "code": "3"
          }
        }
      ]
    },
    {
      "linkId": "right-hand",
      "answer": [
        {
          "valueCoding": {
            "system": "https://build.fhir.org/ig/Kimsber/Rehab-IG/CodeSystem/mas-score",
            "code": "4"
          }
        }
      ]
    }
  ]
}