PackagesCanonicalsLogsProblems
    Packages
    de.gematik.epa.medication@1.0.2
    https://gematik.de/fhir/epa-medication/StructureDefinition/medication-id-vaccine-extension
description: Indicator of whether this is a vaccine.
package_name: de.gematik.epa.medication
derivation: constraint
name: MedicationIsVaccineExtension
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'https://gematik.de/fhir/epa-medication/StructureDefinition/medication-id-vaccine-extension'}
    index: 1
  value:
    short: Vaccine Indicator
    choices: [valueBoolean]
    index: 6
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema:
            short: Vaccine Indicator
            choices: [valueBoolean]
            _required: true
            index: 6
          min: 1
          max: 1
  valueBoolean:
    short: Vaccine Indicator
    type: boolean
    choiceOf: value
    index: 7
    slicing:
      slices:
        valueBoolean:
          match: {}
          schema: {short: Vaccine Indicator, type: boolean, _required: true, choiceOf: value, index: 7}
          min: 1
          max: 1
package_version: 1.0.2
extensions: {}
class: extension
kind: complex-type
url: https://gematik.de/fhir/epa-medication/StructureDefinition/medication-id-vaccine-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.2
required: [value, valueBoolean]