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

FHIR IG analytics

Packagefhir.rehabig
Resource TypeQuestionnaire
IdQuestionnaire-BarthelQuestionnaireInstance.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire-BarthelQuestionnaireInstance.html
URLhttps://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/BarthelQuestionnaireInstance
Version0.1.0
Statusactive
Date2026-01-08T02:54:12+00:00
Title巴氏量表
Realmus
Authorityhl7
Description巴氏量表 (Barthel Index)

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 BarthelQuestionnaireInstance

Profile: 評估問卷

Structure
LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. 巴氏量表 (Barthel Index)Questionnairehttps://build.fhir.org/ig/Kimsber/Rehab-IG/Questionnaire/BarthelQuestionnaireInstance#0.1.0
... A-feeding進食 (Feeding)0..1choiceOptions: 3 options
... B-grooming個人衛生 (Grooming)0..1choiceOptions: 2 options
... C-toiletUse上廁所 (Toilet Use)0..1choiceOptions: 3 options
... D-bathing洗澡 (Bathing)0..1choiceOptions: 2 options
... E-dressing穿脫衣服 (Dressing)0..1choiceOptions: 3 options
... F-bowels大便控制 (Bowels)0..1choiceOptions: 3 options
... G-bladder小便控制 (Bladder)0..1choiceOptions: 3 options
... H-mobility平地行走 (Mobility)0..1choiceOptions: 4 options
... I-stairs上下樓梯 (Stairs)0..1choiceOptions: 3 options
... J-transfer移位(Transfer)0..1choiceOptions: 4 options
... K-total-score-Barthel巴氏量表總分0..1integericonicon

doco Documentation for this format

Options Sets

Answer options for A-feeding

  • http://loinc.org#LA12302-8 ("Independent")
  • http://loinc.org#LA31630-9 ("Needs help cutting, spreading butter, etc., or requires modified diet")
  • http://loinc.org#LA24937-7 ("Unable")

Answer options for B-grooming

  • http://loinc.org#LA31644-0 ("Independent face/hair/teeth/shaving (implements provided)")
  • http://loinc.org#LA31643-2 ("Needs help with personal care")

Answer options for C-toiletUse

  • http://loinc.org#LA31632-5 ("Independent (on and off, dressing, wiping)")
  • http://loinc.org#LA31631-7 ("Needs some help, but can do something alone")
  • http://loinc.org#LA12304-4 ("Dependent")

Answer options for D-bathing

  • http://loinc.org#LA31636-6 ("Independent (or in shower)")
  • http://loinc.org#LA12304-4 ("Dependent")

Answer options for E-dressing

  • http://loinc.org#LA31638-2 ("Independent (including buttons, zips, laces, etc.)")
  • http://loinc.org#LA31637-4 ("Needs help but can do about half unaided")
  • http://loinc.org#LA12304-4 ("Dependent")

Answer options for F-bowels

  • http://loinc.org#LA31625-9 ("Continent")
  • http://loinc.org#LA31626-7 ("Occasional accident")
  • http://loinc.org#LA31627-5 ("Incontinent (or needs to be given enemas)")

Answer options for G-bladder

  • http://loinc.org#LA31625-9 ("Continent")
  • http://loinc.org#LA31626-7 ("Occasional accident")
  • http://loinc.org#LA31628-3 ("Incontinent, or catheterized and unable to manage alone")

Answer options for H-mobility

  • http://loinc.org#LA31642-4 ("Independent (but may use any aid; for example, stick) >50 yards")
  • http://loinc.org#LA31641-6 ("Walks with help of one person (verbal or physical) >50 yards")
  • http://loinc.org#LA31640-8 ("Wheelchair independent, including corners, >50 yards")
  • http://loinc.org#LA31639-0 ("Immobile or <50 yards")

Answer options for I-stairs

  • http://loinc.org#LA12302-8 ("Independent")
  • http://loinc.org#LA31629-1 ("Needs help (verbal, physical, carrying aid)")
  • http://loinc.org#LA24937-7 ("Unable")

Answer options for J-transfer

  • http://loinc.org#LA12302-8 ("Independent")
  • http://loinc.org#LA31635-8 ("Minor help (verbal or physical)")
  • http://loinc.org#LA31634-1 ("Major help (one or two people, physical), can sit")
  • http://loinc.org#LA31633-3 ("Unable, no sitting balance")

Source1

{
  "resourceType": "Questionnaire",
  "id": "BarthelQuestionnaireInstance",
  "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/BarthelQuestionnaireInstance",
  "version": "0.1.0",
  "title": "巴氏量表",
  "status": "active",
  "date": "2026-01-08T02:54:12+00:00",
  "publisher": "Kimsber",
  "contact": [
    {
      "name": "Kimsber",
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/Kimsber"
        }
      ]
    }
  ],
  "description": "巴氏量表 (Barthel Index)",
  "item": [
    {
      "linkId": "A-feeding",
      "text": "進食 (Feeding)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 10
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA12302-8",
            "display": "Independent"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31630-9",
            "display": "Needs help cutting, spreading butter, etc., or requires modified diet"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA24937-7",
            "display": "Unable"
          }
        }
      ]
    },
    {
      "linkId": "B-grooming",
      "text": "個人衛生 (Grooming)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31644-0",
            "display": "Independent face/hair/teeth/shaving (implements provided)"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31643-2",
            "display": "Needs help with personal care"
          }
        }
      ]
    },
    {
      "linkId": "C-toiletUse",
      "text": "上廁所 (Toilet Use)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 10
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31632-5",
            "display": "Independent (on and off, dressing, wiping)"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31631-7",
            "display": "Needs some help, but can do something alone"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA12304-4",
            "display": "Dependent"
          }
        }
      ]
    },
    {
      "linkId": "D-bathing",
      "text": "洗澡 (Bathing)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31636-6",
            "display": "Independent (or in shower)"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA12304-4",
            "display": "Dependent"
          }
        }
      ]
    },
    {
      "linkId": "E-dressing",
      "text": "穿脫衣服 (Dressing)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 10
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31638-2",
            "display": "Independent (including buttons, zips, laces, etc.)"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31637-4",
            "display": "Needs help but can do about half unaided"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA12304-4",
            "display": "Dependent"
          }
        }
      ]
    },
    {
      "linkId": "F-bowels",
      "text": "大便控制 (Bowels)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 10
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31625-9",
            "display": "Continent"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31626-7",
            "display": "Occasional accident"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31627-5",
            "display": "Incontinent (or needs to be given enemas)"
          }
        }
      ]
    },
    {
      "linkId": "G-bladder",
      "text": "小便控制 (Bladder)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 10
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31625-9",
            "display": "Continent"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31626-7",
            "display": "Occasional accident"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31628-3",
            "display": "Incontinent, or catheterized and unable to manage alone"
          }
        }
      ]
    },
    {
      "linkId": "H-mobility",
      "text": "平地行走 (Mobility)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 15
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31642-4",
            "display": "Independent (but may use any aid; for example, stick) >50 yards"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 10
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31641-6",
            "display": "Walks with help of one person (verbal or physical) >50 yards"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31640-8",
            "display": "Wheelchair independent, including corners, >50 yards"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31639-0",
            "display": "Immobile or <50 yards"
          }
        }
      ]
    },
    {
      "linkId": "I-stairs",
      "text": "上下樓梯 (Stairs)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 10
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA12302-8",
            "display": "Independent"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31629-1",
            "display": "Needs help (verbal, physical, carrying aid)"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA24937-7",
            "display": "Unable"
          }
        }
      ]
    },
    {
      "linkId": "J-transfer",
      "text": "移位(Transfer)",
      "type": "choice",
      "answerOption": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 15
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA12302-8",
            "display": "Independent"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 10
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31635-8",
            "display": "Minor help (verbal or physical)"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 5
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31634-1",
            "display": "Major help (one or two people, physical), can sit"
          }
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
              "valueDecimal": 0
            }
          ],
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA31633-3",
            "display": "Unable, no sitting balance"
          }
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "%resource.item.where(linkId != 'K-total-score-Barthel').answer.value.extension('http://hl7.org/fhir/StructureDefinition/ordinalValue').value.sum()"
          }
        },
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract",
          "valueBoolean": true
        }
      ],
      "linkId": "K-total-score-Barthel",
      "text": "巴氏量表總分",
      "type": "integer",
      "required": false,
      "readOnly": true
    }
  ]
}