PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.0.0
    http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety
description: 'ParticipationInSociety as defined by the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) version 3.1, release 2017.\r\n\r\nParticipation in society pertains to the patient’s initiative to participate in social activities in daily life, such as practicing a profession and hobbies. Participation in society also describes the patient’s social network.'
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: Zib ParticipationInSociety
type: Observation
elements:
  code:
    elements:
      coding:
        index: 0
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: 1
          slices:
            participationInSocietyCode:
              match: {code: '314845004'}
              schema:
                _required: true
                index: 1
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 2
                  code:
                    pattern: {type: Code, value: '314845004'}
                    index: 3
                  display:
                    pattern: {type: String, value: Patient participation status}
                    index: 4
                required: [system, code]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location']
    index: 5
  performer:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-organization', 'http://fhir.nl/fhir/StructureDefinition/nl-core-patient', 'http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner', 'http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson']
    index: 6
  comment: {short: Comment, index: 7}
  component:
    index: 8
    slicing:
      rules: open
      discriminator:
      - {path: code.coding.code, type: value}
      min: null
      slices:
        socialNetwork:
          match:
            code:
              coding: {code: null}
          schema:
            index: 9
            elements:
              code:
                elements:
                  coding:
                    index: 10
                    slicing:
                      rules: open
                      discriminator:
                      - {path: code, type: value}
                      min: 1
                      slices:
                        socialNetworkCode:
                          match: {code: '365469004'}
                          schema:
                            _required: true
                            index: 11
                            elements:
                              system:
                                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                                index: 12
                              code:
                                pattern: {type: Code, value: '365469004'}
                                index: 13
                              display:
                                pattern: {type: String, value: 'Household, family and support network finding (finding)'}
                                index: 14
                            required: [system, code]
                required: [coding]
              valueString:
                type: string
                short: SocialNetwork
                index: 15
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema: {type: string, short: SocialNetwork, index: 15}
        hobby:
          match:
            code:
              coding: {code: null}
          schema:
            index: 16
            elements:
              code:
                elements:
                  coding:
                    index: 17
                    slicing:
                      rules: open
                      discriminator:
                      - {path: code, type: value}
                      min: 1
                      slices:
                        hobbyCode:
                          match: {code: '405081003'}
                          schema:
                            _required: true
                            index: 18
                            elements:
                              system:
                                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                                index: 19
                              code:
                                pattern: {type: Code, value: '405081003'}
                                index: 20
                              display:
                                pattern: {type: String, value: Leisure behavior (observable entity)}
                                index: 21
                            required: [system, code]
                required: [coding]
              valueString:
                type: string
                short: Hobby
                index: 22
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema: {type: string, short: Hobby, index: 22}
        workSituation:
          match:
            code:
              coding: {code: null}
          schema:
            index: 23
            elements:
              code:
                elements:
                  coding:
                    index: 24
                    slicing:
                      rules: open
                      discriminator:
                      - {path: code, type: value}
                      min: 1
                      slices:
                        workSituationCode:
                          match: {code: '364703007'}
                          schema:
                            _required: true
                            index: 25
                            elements:
                              system:
                                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                                index: 26
                              code:
                                pattern: {type: Code, value: '364703007'}
                                index: 27
                              display:
                                pattern: {type: String, value: Employment detail (observable entity)}
                                index: 28
                            required: [system, code]
                required: [coding]
              valueString:
                type: string
                short: WorkSituation
                index: 29
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema: {type: string, short: WorkSituation, index: 29}
package_version: 1.0.0
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety
base: http://hl7.org/fhir/StructureDefinition/Observation
version: '1.0'
required: [subject]