description: This profile sets minimum expectations for a CarePlan resource to record, search, and fetch information about a care team. It is based on the core [CarePlan]( http://hl7.org/fhir/R4/careplan.html) resource and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the CarePlan when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context. package_name: hl7.fhir.au.core derivation: constraint name: AUCoreCarePlan type: CarePlan elements: identifier: {mustSupport: true, index: 0} status: {mustSupport: true, index: 1} intent: {mustSupport: true, index: 2} category: {mustSupport: true, index: 3} subject: type: Reference mustSupport: true refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient'] index: 4 package_version: 0.2.2-preview class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-careplan base: http://hl7.org/fhir/StructureDefinition/CarePlan version: 0.2.2-preview required: [subject]