PackagesCanonicalsLogsProblems
    Packages
    telus.dw.emr.extract-1-1-21@1.1.21
    https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwCareTeam
description: '**CHR:** Care teams are managed through the patient **Dashboard** (Care Team widget) and the patient **Summary**. Members are added via the Care Team card with role selection. The primary care team (ct0) includes the primary practitioner, referring doctor, and family doctor from the patient''s demographics.'
package_name: telus.dw.emr.extract-1-1-21
derivation: constraint
name: DwCareTeam
type: CareTeam
elements:
  id: {mustSupport: true, index: 0}
  category:
    mustSupport: true
    index: 1
    elements:
      coding:
        mustSupport: true
        index: 2
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            mustSupport: true
            index: 3
          code:
            pattern: {type: Code, value: LA28866-4}
            mustSupport: true
            index: 4
          display:
            pattern: {type: String, value: Home & Community Based Services (HCBS)-focused care team}
            mustSupport: true
            index: 5
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPatient']
    index: 6
  participant:
    mustSupport: true
    index: 7
    elements:
      id: {index: 8}
      role:
        elements:
          coding:
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/participant-role'}
            index: 9
            elements:
              system: {index: 10}
              code:
                code:
                - {system: 'http://snomed.info/sct'}
                index: 11
      member:
        type: Reference
        refers: ['https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwCareTeam', 'https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwOrganization', 'https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPatient', 'https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPractitioner', 'https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPractitionerRole']
        index: 12
    required: [id]
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwOrganization']
    index: 13
    elements:
      id: {index: 14}
      reference: {index: 15}
package_version: 1.1.21
class: profile
kind: resource
url: https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwCareTeam
base: http://hl7.org/fhir/StructureDefinition/CareTeam
version: 2.0.0
required: [managingOrganization, id, participant, subject, category]