PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-ems@2.0.0-ballot
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-coverage
description: This profile constrains the Coverage resource for representing the insurance information of the patient.
package_name: ch.fhir.ig.ch-ems
derivation: constraint
name: CHEmsCoverage
type: Coverage
elements:
  contained: {mustSupport: true, index: 0}
  identifier:
    mustSupport: true
    index: 1
    slicing:
      slices:
        insuranceCardNumber:
          match: {}
          schema: {mustSupport: true, index: 1}
          max: 1
  beneficiary:
    type: Reference
    short: Insured patient
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient']
    index: 2
    elements:
      reference: {index: 3}
    required: [reference]
  payor:
    type: Reference
    short: Insurance
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization', 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient', 'http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-relatedperson']
    index: 4
    elements:
      reference: {index: 5}
    required: [reference]
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-coverage
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-coverage
version: 2.0.0-ballot