PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@vacd-1.0.0
    http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-document-vaccination-record
description: Definition of the bundle for the vaccination record document. This document is allowed to be used in context of the Swiss EPR but can also used in context of dataexchange next tu the Swiss EPR.
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHVACDDocumentVaccinationRecord
type: Bundle
elements:
  identifier:
    short: Identification number of the document
    index: 0
    elements:
      system: {index: 1}
      value: {index: 2}
    required: [value, system]
  type:
    pattern: {type: Code, value: document}
    index: 3
  timestamp: {short: The document's creation date and time, index: 4}
  entry:
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: null
      slices:
        Composition:
          match: {}
          schema:
            short: Vaccination Record composition
            _required: true
            index: 6
            elements:
              resource: {type: Resource, index: 7}
            required: [resource]
package_version: vacd-1.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-document-vaccination-record
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-document-epr
version: 1.0.0
required: [identifier]