PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@emed-1.0.0
    http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-structured-normal-medicationrequest
description: Normal dosing (IHE PHARM 1.3.6.1.4.1.19376.1.5.3.1.4.7.1)
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHEMEDDosageStructuredNormalMedicationRequest
type: Dosage
elements:
  extension: {index: 0}
  sequence: {short: The order of the dosage instructions, index: 1}
  text: {index: 2}
  timing:
    short: When medication should be administered
    index: 3
    elements:
      repeat:
        short: When the event is to occur
        index: 4
        elements:
          bounds:
            short: Length/Range of lengths, or (Start and/or end) limits
            choices: []
            index: 6
          when: {short: Code for time period of occurrence, index: 7}
        required: [when, bounds]
    required: [repeat]
  route:
    short: Route of administration
    binding: {strength: required, valueSet: 'http://fhir.ch/ig/ch-emed/ValueSet/edqm-routeofadministration'}
    index: 8
    elements:
      coding:
        index: 9
        elements:
          system: {index: 10}
          code: {index: 11}
          display: {index: 12}
  doseAndRate:
    short: Amount of medication administered
    index: 13
    elements:
      dose:
        choices: [doseRange, doseQuantity]
        index: 15
      doseRange: {type: Range, choiceOf: dose, index: 16}
      doseQuantity: {type: Quantity, choiceOf: dose, index: 17}
package_version: emed-1.0.0
extensions: {}
class: complex-type
kind: complex-type
url: http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-structured-normal-medicationrequest
base: http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-dosage-structured-normal
version: 1.0.0
required: [doseAndRate, timing]