PackagesCanonicalsLogsProblems
    Packages
    koppeltaalv2.00@0.16.2
    http://koppeltaal.nl/fhir/StructureDefinition/KT2CareTeam
description: The CareTeam resource represents a group of healthcare professionals and related persons who collaborate to provide coordinated care and treatment for a patient. It defines the roles and participants involved in delivering healthcare services within the Koppeltaal ecosystem.
package_name: koppeltaalv2.00
derivation: constraint
name: KT2_CareTeam
type: CareTeam
elements:
  category: {index: 4}
  managingOrganization:
    type: Reference
    refers: ['http://koppeltaal.nl/fhir/StructureDefinition/KT2Organization']
    index: 23
  encounter: {index: 6}
  reasonCode: {index: 21}
  participant:
    index: 7
    slicing:
      slices:
        contactPerson:
          match: {}
          schema: {index: 8}
          max: 0
        patient:
          match: {}
          schema: {index: 9}
          max: 0
        healthcareProfessional:
          match: {}
          schema: {index: 10}
          max: 0
        kt2contactperson:
          match: {}
          schema:
            array: true
            index: 11
            elements:
              role:
                binding: {strength: extensible, valueSet: 'http://vzvz.nl/fhir/ValueSet/koppeltaal-relatedperson-role'}
                index: 12
              member:
                type: Reference
                refers: ['http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson']
                index: 13
              onBehalfOf: {index: 14}
              period: {index: 15}
        kt2healthcareProfessional:
          match: {}
          schema:
            array: true
            index: 16
            elements:
              role:
                binding: {strength: extensible, valueSet: 'http://vzvz.nl/fhir/ValueSet/koppeltaal-practitioner-role'}
                index: 17
              member:
                type: Reference
                refers: ['http://koppeltaal.nl/fhir/StructureDefinition/KT2Practitioner']
                index: 18
              onBehalfOf: {index: 19}
              period: {index: 20}
  note: {index: 25}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        resource-origin:
          match: {url: null}
          schema: {type: Extension, url: 'http://koppeltaal.nl/fhir/StructureDefinition/resource-origin', index: 1}
          min: 0
          max: 1
  status: {index: 3}
  identifier: {index: 2}
  telecom: {index: 24}
  subject:
    type: Reference
    short: Patient treated by this care team
    refers: ['http://koppeltaal.nl/fhir/StructureDefinition/KT2Patient']
    index: 5
  reasonReference: {index: 22}
package_version: 0.16.2
extensions:
  resource-origin: {url: 'http://koppeltaal.nl/fhir/StructureDefinition/resource-origin', min: 0, max: 1, type: Extension, index: 1}
class: profile
kind: resource
url: http://koppeltaal.nl/fhir/StructureDefinition/KT2CareTeam
base: http://nictiz.nl/fhir/StructureDefinition/nl-core-CareTeam
version: 0.16.2
required: [status, identifier, subject]