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

FHIR IG analytics

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

LinkIDTextDefinitionAnswerdoco
.. REACHQuestionnaireResponseExampleQuestionnaire:Rating of Everyday Arm-use in the Community and at Home (REACH)評估量表
... reach-side請選擇評估側SNOMED CT: 24028007 (Right)
... reach-right右上肢 REACH 評分REACH test (Rating of Everyday Arm-use in the Community and at Home): 4 (可日常使用,但在可能)

doco Documentation for this format

Source1

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