description: This profile sets minimum expectations for a Coverage resource to record, search, and fetch information about a patient's public or private insurance coverage. It is based on the core [Coverage]( http://hl7.org/fhir/R4/coverage.html) resource and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Coverage 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: AUCoreCoverage type: Coverage elements: identifier: {type: Identifier, mustSupport: true, index: 0} status: {mustSupport: true, index: 1} type: {mustSupport: true, index: 2} beneficiary: type: Reference mustSupport: true refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient'] index: 3 relationship: {mustSupport: true, index: 4} period: {mustSupport: true, index: 5} payor: type: Reference mustSupport: true refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson'] index: 6 class: mustSupport: true index: 7 elements: type: {mustSupport: true, index: 8} value: {mustSupport: true, index: 9} name: {mustSupport: true, index: 10} package_version: 0.1.0-draft class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-coverage base: http://hl7.org/fhir/StructureDefinition/Coverage version: 0.1.0-draft