PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@3.0.1
    http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-careteam
description: Careteam participating in the care of a patient
package_name: medcom.fhir.dk.core
derivation: constraint
name: MedComCoreCareTeam
type: CareTeam
elements:
  id: {mustSupport: true, index: 0}
  text:
    short: The narrative text SHALL always be included when exchanging a MedCom FHIR Bundle.
    mustSupport: true
    index: 1
    elements:
      status: {mustSupport: true, index: 2}
      div: {mustSupport: true, index: 3}
  name: {mustSupport: true, index: 4}
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-organization']
    index: 5
package_version: 3.0.1
class: profile
kind: resource
url: http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-careteam
base: http://hl7.org/fhir/StructureDefinition/CareTeam
version: 3.0.1
required: [name]