Medication
open class Medication: DomainResource
Definition of a Medication.
This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.
-
Definition of a Medication.
This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.
Declaration
Swift
override open class var resourceType: String
-
Codes that identify this medication.
Declaration
Swift
public var code: CodeableConcept?
-
powder | tablets | capsule +.
Declaration
Swift
public var form: CodeableConcept?
-
Picture of the medication.
Declaration
Swift
public var image: [Attachment]?
-
Active or inactive ingredient.
Declaration
Swift
public var ingredient: [MedicationIngredient]?
-
True if a brand.
Declaration
Swift
public var isBrand: FHIRBool?
-
True if medication does not require a prescription.
Declaration
Swift
public var isOverTheCounter: FHIRBool?
-
Manufacturer of the item.
Declaration
Swift
public var manufacturer: Reference?
-
Details about packaged medications.
Declaration
Swift
public var package: MedicationPackage?
-
A code to indicate if the medication is in active use.
Declaration
Swift
public var status: MedicationStatus?
-
A code to indicate if the medication is in active use.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Medication: DomainResource