description: A care team is a group of health professionals and other people involved in caring for a patient for one or more problems. package_name: nictiz.fhir.nl.r4.zib2020 derivation: constraint name: ZibCareTeam abstract: true type: CareTeam elements: name: {short: CareTeamName, index: 0} participant: index: 1 slicing: rules: open discriminator: - {path: member.resolve(), type: profile} min: null slices: contactPerson: match: {} schema: index: 2 elements: member: short: CareTeamMember refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-ContactPerson'] type: Reference index: 3 required: [member] patient: match: {} schema: index: 4 elements: member: short: CareTeamMember refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-Patient'] type: Reference index: 5 required: [member] healthcareProfessional: match: {} schema: index: 6 elements: role: index: 7 slicing: rules: open discriminator: - {path: $this, type: value} min: null slices: healthProfessionalRole: match: {} schema: short: HealthProfessionalRole binding: {strength: required, valueSet: 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.17.1.5--20200901000000'} index: 8 max: 1 member: short: CareTeamMember refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-HealthProfessional-PractitionerRole'] type: Reference index: 9 required: [member] reasonReference: type: Reference short: Problem refers: ['http://hl7.org/fhir/StructureDefinition/Condition', 'http://nictiz.nl/fhir/StructureDefinition/zib-Problem'] index: 10 package_version: 0.12.0-beta.2 class: profile kind: resource url: http://nictiz.nl/fhir/StructureDefinition/zib-CareTeam base: http://hl7.org/fhir/StructureDefinition/CareTeam version: null