PackagesCanonicalsLogsProblems
    Packages
    socialcaredataservice.stu3@0.0.3
    https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/CareConnect-CDS-CareTeam-1
description: Constrained version of CareConnect-CareTeam-1 Profile (v1.0.0) to support the CareDataService (CDS).  The CareConnect-CDS-CareTeam-1 resource will be used to share information about the Key Workers who a involved with a Patient from a Social Care perspective.
package_name: socialcaredataservice.stu3
derivation: constraint
name: CareConnect-CDS-CareTeam-1
type: CareTeam
elements:
  category:
    mustSupport: true
    index: 0
    elements:
      coding:
        index: 1
        elements:
          system:
            pattern: {type: Uri, value: 'http://hl7.org/fhir/care-team-category'}
            index: 2
          code:
            pattern: {type: Code, value: longitudinal}
            index: 3
        required: [system, code]
    required: [coding]
  name:
    pattern: {type: String, value: Social Care Team}
    mustSupport: true
    index: 4
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/CareConnect-CDS-Patient-1']
    index: 5
  participant:
    mustSupport: true
    index: 6
    elements:
      role:
        index: 7
        elements:
          text: {index: 8}
        required: [text]
      member:
        type: Reference
        refers: ['https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/CareConnect-CDS-Practitioner-1']
        index: 9
    required: [role, member]
  managingOrganization: {short: Local Authority Responsible for Social Care for the Person (i.e. Patient), mustSupport: true, index: 10}
package_version: 0.0.3
class: profile
kind: resource
url: https://fhir.nottinghamshire.gov.uk/STU3/StructureDefinition/CareConnect-CDS-CareTeam-1
base: https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-CareTeam-1
version: 0.0.1
required: [name, participant, subject, category]