PackagesCanonicalsLogsProblems
    Packages
    PGO.02@1.02.1
    http://nictiz.nl/fhir/StructureDefinition/zib-HelpFromOthers
description: 'HelpFromOthers as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) version 3.0, release 2017.\r\n\r\nThere are often multiple people or parties involved in the care for a patient with a disorder or disability, particularly in the event of home care. Their efforts enable the patient to function more or less independently. This includes not only caregivers, but also professional help such as that offered by home care organizations, nurses, aids and helpers. Current doctors and staff from the facility to which a patient is admitted do not fall under this concept.'
package_name: PGO.02
derivation: constraint
name: Zib HelpFromOthers
type: CarePlan
elements:
  intent:
    short: plan
    pattern: {type: Code, value: plan}
    index: 0
  category:
    index: 1
    elements:
      coding:
        index: 2
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: 1
          slices:
            helpFromOthersCode:
              match: {code: '243114000'}
              schema:
                _required: true
                index: 3
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 4
                  code:
                    pattern: {type: Code, value: '243114000'}
                    index: 5
                  display:
                    pattern: {type: String, value: Supportive care}
                    index: 6
                required: [system, code]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient', 'http://hl7.org/fhir/StructureDefinition/Group']
    index: 7
  activity:
    short: HelpFromOthers
    index: 8
    elements:
      detail:
        elements:
          category: {short: TypeOfHelp, index: 9}
          code:
            short: Nature
            index: 10
            elements:
              text: {index: 11}
          scheduledString:
            type: string
            short: Frequency
            index: 12
            slicing:
              slices:
                scheduledString:
                  match: {}
                  schema: {type: string, short: Frequency, index: 12}
          performer:
            short: Aid
            refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-organization', 'http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner', 'http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson']
            type: Reference
            index: 13
          description: {short: Comment, index: 14}
package_version: 1.02.1
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-HelpFromOthers
base: http://hl7.org/fhir/StructureDefinition/CarePlan
version: null
required: [category]