PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-coverage
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 [AU Base Coverage](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-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:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: null
      slices:
        insurancemembernumber:
          match: {type: null}
          schema: {type: Identifier, mustSupport: true, index: 1}
          max: 1
        medicare:
          match: {type: null}
          schema: {type: Identifier, mustSupport: true, index: 2}
          max: 1
        dva:
          match: {type: null}
          schema: {type: Identifier, mustSupport: true, index: 3}
          max: 1
  status: {mustSupport: true, index: 4}
  type:
    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org.au/ValueSet/coverage-type-extended'}
    mustSupport: true
    index: 5
  beneficiary:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 6
  relationship: {mustSupport: true, index: 7}
  period: {mustSupport: true, index: 8}
  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: 9
  class:
    mustSupport: true
    index: 10
    elements:
      type: {mustSupport: true, index: 11}
      value: {mustSupport: true, index: 12}
      name: {mustSupport: true, index: 13}
package_version: 0.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-coverage
base: http://hl7.org.au/fhir/StructureDefinition/au-coverage
version: 0.2.2-preview