Dosage
open class Dosage: Element
How the medication is/was taken or should be taken.
Indicates how the medication is/was taken or should be taken by the patient.
-
How the medication is/was taken or should be taken.
Indicates how the medication is/was taken or should be taken by the patient.
Declaration
Swift
override open class var resourceType: String -
Supplemental instruction - e.g.
with meals
.Declaration
Swift
public var additionalInstruction: [CodeableConcept]? -
Take
as needed
(for x).Declaration
Swift
public var asNeededBoolean: FHIRBool? -
Take
as needed
(for x).Declaration
Swift
public var asNeededCodeableConcept: CodeableConcept? -
Amount of medication per dose.
Declaration
Swift
public var doseQuantity: Quantity? -
Amount of medication per dose.
Declaration
Swift
public var doseRange: Range? -
Upper limit on medication per administration.
Declaration
Swift
public var maxDosePerAdministration: Quantity? -
Upper limit on medication per lifetime of the patient.
Declaration
Swift
public var maxDosePerLifetime: Quantity? -
Upper limit on medication per unit of time.
Declaration
Swift
public var maxDosePerPeriod: Ratio? -
Technique for administering medication.
Declaration
Swift
public var method: CodeableConcept? -
Patient or consumer oriented instructions.
Declaration
Swift
public var patientInstruction: FHIRString? -
Amount of medication per unit of time.
Declaration
Swift
public var rateQuantity: Quantity? -
Amount of medication per unit of time.
Declaration
Swift
public var rateRange: Range? -
Amount of medication per unit of time.
Declaration
Swift
public var rateRatio: Ratio? -
How drug should enter body.
Declaration
Swift
public var route: CodeableConcept? -
The order of the dosage instructions.
Declaration
Swift
public var sequence: FHIRInteger? -
Body site to administer to.
Declaration
Swift
public var site: CodeableConcept? -
Free text dosage instructions e.g. SIG.
Declaration
Swift
public var text: FHIRString? -
When medication should be administered.
Declaration
Swift
public var timing: Timing? -
When medication should be administered.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class Dosage: Element
View on GitHub
Install in Dash
Dosage Class Reference