PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.medication@1.1.1
    https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeDosage
description: Specifications for a medication dosage for use in Belgian profiles.
package_name: hl7.fhir.be.medication
derivation: constraint
name: BeDosage
type: Dosage
elements:
  text: {mustSupport: true, index: 0}
  patientInstruction: {mustSupport: true, index: 1}
  timing:
    elements:
      event: {mustSupport: true, index: 2}
      code: {mustSupport: true, index: 3}
  route:
    binding: {strength: required, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/BeRouteOfAdministrationVS'}
    index: 4
  doseAndRate:
    elements:
      dose:
        mustSupport: true
        choices: [doseQuantity]
        index: 11
        slicing:
          slices:
            doseQuantity:
              match: {}
              schema:
                mustSupport: true
                choices: [doseQuantity]
                index: 11
              min: 0
              max: 1
      doseRange:
        type: Range
        mustSupport: true
        choiceOf: dose
        index: 9
        slicing:
          slices:
            doseRange:
              match: {}
              schema: {type: Range, mustSupport: true, choiceOf: dose, index: 9}
              min: 0
              max: 1
      doseQuantity:
        type: Quantity
        mustSupport: true
        choiceOf: dose
        index: 12
        slicing:
          slices:
            doseQuantity:
              match: {}
              schema: {type: Quantity, mustSupport: true, choiceOf: dose, index: 12}
              min: 0
              max: 1
package_version: 1.1.1
class: complex-type
kind: complex-type
url: https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeDosage
base: http://hl7.org/fhir/StructureDefinition/Dosage
version: 1.1.1