PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@2.3.1
    http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDrink
description: An Observation as defined by the Dutch HCIM Zorginformatiebouwsteen AbilityToDrink v3.1(2017EN).\r\n\r\nBeing able to independently prepare and drink beverages is part of self-care. Limitations in this ability indicate a reduced ability to cope for oneself.\r\nThis activity and activities such as those including eating, getting dressed and bathing are also known as activities of daily living (ADL). These are the activities people go through in daily life. The extent to which a person is able to do all these activities by themselves is a measure for their total ability to do things independently.
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: Zib AbilityToDrink
type: Observation
elements:
  code:
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: 1
          slices:
            AbilityToDrink:
              match: {code: '288852001'}
              schema:
                _required: true
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 3
                  code:
                    pattern: {type: Code, value: '288852001'}
                    index: 4
                  display: {defaultValueString: Ability to drink, index: 5}
                required: [system, code]
    required: [coding]
  value:
    short: Drinking
    choices: [valueCodeableConcept]
    index: 7
  valueCodeableConcept: {short: Drinking, type: CodeableConcept, choiceOf: value, index: 8}
  component:
    index: 9
    slicing:
      rules: open
      discriminator:
      - {path: code, type: pattern}
      min: null
      slices:
        DrinkingLimitations:
          match:
            code:
              coding:
              - {code: '288851008', system: 'http://snomed.info/sct'}
          schema:
            index: 10
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '288851008', system: 'http://snomed.info/sct'}
                index: 11
              value:
                short: DrinkingLimitations
                choices: [valueCodeableConcept]
                index: 13
              valueCodeableConcept: {type: CodeableConcept, short: DrinkingLimitations, choiceOf: value, index: 14}
package_version: 2.3.1
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDrink
base: http://fhir.nl/fhir/StructureDefinition/nl-core-observation
version: 1.0.2
required: [value, valueCodeableConcept]