interface Dosage {
    _asNeededBoolean?: Element;
    _patientInstruction?: Element;
    _sequence?: Element;
    _text?: Element;
    additionalInstruction?: CodeableConcept[];
    asNeededBoolean?: boolean;
    asNeededCodeableConcept?: CodeableConcept;
    doseAndRate?: DosageDoseAndRate[];
    extension?: Extension[];
    id?: id;
    maxDosePerAdministration?: Quantity;
    maxDosePerLifetime?: Quantity;
    maxDosePerPeriod?: Ratio;
    method?: CodeableConcept;
    modifierExtension?: Extension[];
    patientInstruction?: string;
    route?: CodeableConcept;
    sequence?: integer;
    site?: CodeableConcept;
    text?: string;
    timing?: Timing;
}

Properties

_asNeededBoolean?: Element

Take "as needed" (for x)

_patientInstruction?: Element

Patient or consumer oriented instructions

_sequence?: Element

The order of the dosage instructions

_text?: Element

Free text dosage instructions e.g. SIG

additionalInstruction?: CodeableConcept[]

Supplemental instruction or warnings to the patient - e.g. "with meals", "may cause drowsiness"

asNeededBoolean?: boolean

Take "as needed" (for x)

asNeededCodeableConcept?: CodeableConcept

Take "as needed" (for x)

doseAndRate?: DosageDoseAndRate[]

Amount of medication administered

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

maxDosePerAdministration?: Quantity

Upper limit on medication per administration

maxDosePerLifetime?: Quantity

Upper limit on medication per lifetime of the patient

maxDosePerPeriod?: Ratio

Upper limit on medication per unit of time

Technique for administering medication

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

patientInstruction?: string

Patient or consumer oriented instructions

How drug should enter body

sequence?: integer

The order of the dosage instructions

Body site to administer to

text?: string

Free text dosage instructions e.g. SIG

timing?: Timing

When medication should be administered