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

FHIR IG analytics

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

LinkIDTextDefinitionAnswerdoco
.. BarthelIndexExampleQuestionnaire:巴氏量表
... A-feeding進食 (Feeding)LOINC: LA31630-9 (Needs help cutting, spreading butter, etc., or requires modified diet)
... B-grooming個人衛生 (Grooming)LOINC: LA31643-2 (Needs help with personal care)
... C-toiletUse上廁所 (Toilet Use)LOINC: LA31631-7 (Needs some help, but can do something alone)
... D-bathing洗澡 (Bathing)LOINC: LA12304-4 (Dependent)
... E-dressing穿脫衣服 (Dressing)LOINC: LA31637-4 (Needs help but can do about half unaided)
... F-bowels大便控制 (Bowels)LOINC: LA31627-5 (Incontinent (or needs to be given enemas))
... G-bladder小便控制 (Bladder)LOINC: LA31626-7 (Occasional accident)
... H-mobility平地行走 (Mobility)LOINC: LA31640-8 (Wheelchair independent, including corners, >50 yards)
... I-stairs上下樓梯 (Stairs)LOINC: LA31629-1 (Needs help (verbal, physical, carrying aid))
... J-transfer移位(Transfer)LOINC: LA12302-8 (Independent)
... K-total-score-Barthel巴氏量表總分100

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "BarthelIndexExample",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/BarthelQuestionnaireResponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "https://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/BarthelQuestionnaireInstance",
  "status": "completed",
  "subject": {
    "reference": "Patient/stroke-patient-001",
    "display": "張先生"
  },
  "authored": "2025-10-11T14:30:00+08:00",
  "author": {
    "reference": "Practitioner/ot-therapist-001",
    "display": "復健治療師 - 李小姐"
  },
  "item": [
    {
      "linkId": "A-feeding",
      "text": "進食 (Feeding)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31630-9"
          }
        }
      ]
    },
    {
      "linkId": "B-grooming",
      "text": "個人衛生 (Grooming)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31643-2"
          }
        }
      ]
    },
    {
      "linkId": "C-toiletUse",
      "text": "上廁所 (Toilet Use)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31631-7"
          }
        }
      ]
    },
    {
      "linkId": "D-bathing",
      "text": "洗澡 (Bathing)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA12304-4"
          }
        }
      ]
    },
    {
      "linkId": "E-dressing",
      "text": "穿脫衣服 (Dressing)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31637-4"
          }
        }
      ]
    },
    {
      "linkId": "F-bowels",
      "text": "大便控制 (Bowels)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31627-5"
          }
        }
      ]
    },
    {
      "linkId": "G-bladder",
      "text": "小便控制 (Bladder)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31626-7"
          }
        }
      ]
    },
    {
      "linkId": "H-mobility",
      "text": "平地行走 (Mobility)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31640-8"
          }
        }
      ]
    },
    {
      "linkId": "I-stairs",
      "text": "上下樓梯 (Stairs)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31629-1"
          }
        }
      ]
    },
    {
      "linkId": "J-transfer",
      "text": "移位(Transfer)",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA12302-8"
          }
        }
      ]
    },
    {
      "linkId": "K-total-score-Barthel",
      "text": "巴氏量表總分",
      "answer": [
        {
          "valueInteger": 100
        }
      ]
    }
  ]
}