PackagesCanonicalsLogsProblems
    Packages
    swiss.mednet.fhir@0.17.0
    https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement-dosage
description: MedNet Interface (MNI) - Medication Statement Dosage
package_name: swiss.mednet.fhir
derivation: constraint
name: MNIMedicationStatementDosage
type: Dosage
elements:
  id: {short: 'The id is unique within the space of all resources of the same type on the same server It can be any combination of upper- or lower-case ASCII letters ''A''..''Z'', and ''a''..''z'', numerals (''0''..''9''), ''-'' and ''.'' with a length limit of 64 characters. (This might be an integer, an un-prefixed OID, UUID or any other identifier pattern that meets these constraints.)', mustSupport: true, index: 0}
  timing:
    mustSupport: true
    index: 1
    elements:
      repeat:
        mustSupport: true
        index: 2
        elements:
          when:
            short: MORN (Morning) | NOON (Noon) | EVE (Evening) | NIGHT (Night)
            binding: {strength: required, valueSet: 'https://mednet.swiss/fhir/ValueSet/mni-takingTimeForPosology'}
            mustSupport: true
            array: true
            min: 1
            index: 3
        required: [when]
    required: [repeat]
  doseAndRate:
    mustSupport: true
    index: 4
    elements:
      doseQuantity:
        mustSupport: true
        index: 5
        elements:
          value: {mustSupport: true, index: 6}
        required: [value]
    required: [doseQuantity]
package_version: 0.17.0
class: complex-type
kind: complex-type
url: https://mednet.swiss/fhir/StructureDefinition/mni-medicationStatement-dosage
base: http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-structured
version: 0.17.0
required: [doseAndRate, timing]