PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.4.0
    http://hl7.org/fhir/StructureDefinition/CareTeam
description: The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care.
package_name: hl7.fhir.r5.core
derivation: specialization
name: CareTeam
type: CareTeam
elements:
  category:
    short: Type of team
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/care-team-category'}
    isSummary: true
    index: 2
  managingOrganization:
    short: Organization responsible for the care team
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    array: true
    isSummary: true
    index: 15
  name: {short: 'Name of the team, such as crisis assessment team', type: string, isSummary: true, index: 3}
  participant:
    constraint:
      ctm-1: {human: CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner, source: 'http://hl7.org/fhir/StructureDefinition/CareTeam', severity: error, expression: onBehalfOf.exists() implies (member.resolve() is Practitioner)}
    short: Members of the team
    type: BackboneElement
    array: true
    index: 6
    elements:
      role:
        short: Type of involvement
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/participant-role'}
        isSummary: true
        index: 7
      member:
        short: Who is involved
        refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        type: Reference
        isSummary: true
        index: 8
      onBehalfOf:
        short: Organization of the practitioner
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
        type: Reference
        isSummary: true
        index: 9
      coverage:
        short: When the member is generally available within this care team
        choices: [coveragePeriod, coverageTiming]
        index: 11
      coveragePeriod: {short: When the member is generally available within this care team, type: Period, choiceOf: coverage, index: 12}
      coverageTiming: {short: When the member is generally available within this care team, type: Timing, choiceOf: coverage, index: 13}
  note: {type: Annotation, short: Comments made about the CareTeam, array: true, index: 17}
  reason:
    short: Why the care team exists
    type: CodeableReference
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinical-findings'}
    index: 14
  status:
    isModifier: true
    short: proposed | active | suspended | inactive | entered-in-error
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/care-team-status|4.4.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  identifier: {short: External Ids for this team, type: Identifier, array: true, isSummary: true, index: 0}
  telecom: {type: ContactPoint, short: A contact detail for the care team (that applies to all members), array: true, index: 16}
  period: {short: Time period team covers, type: Period, isSummary: true, index: 5}
  subject:
    short: Who care team is for
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 4
package_version: 4.4.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/CareTeam
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.4.0