http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|8.0.0-ballot

The US Core CareTeam Profile inherits from the FHIR [CareTeam](https://hl7.org/fhir/R4/careteam.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the CareTeam resource for identifying the Care Team members associated with a patient to promote interoperability and adoption through common implementation. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
description: The US Core CareTeam Profile inherits from the FHIR [CareTeam](https://hl7.org/fhir/R4/careteam.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the CareTeam resource for identifying the Care Team members associated with a patient to promote interoperability and adoption through common implementation. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
derivation: constraint
name: USCoreCareTeam
type: CareTeam
elements:
  status:
    mustSupport: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/care-team-status'}
    index: 0
  subject: {mustSupport: true, index: 1}
  participant:
    mustSupport: true
    index: 2
    elements:
      role:
        mustSupport: true
        binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1099.30'}
        index: 3
      member: {mustSupport: true, index: 4}
    required: [role, member]
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam
base: http://hl7.org/fhir/StructureDefinition/CareTeam
version: 8.0.0-ballot
required: [participant, subject]