MedicationStatement
open class MedicationStatement: DomainResource
Record of medication being taken by a patient.
A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now, or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient’s memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains
The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient’s memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information.
-
Record of medication being taken by a patient.
A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now, or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient’s memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains
The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient’s memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information.
Declaration
Swift
override open class var resourceType: String
-
Fulfils plan, proposal or order.
Declaration
Swift
public var basedOn: [Reference]?
-
Type of medication usage.
Declaration
Swift
public var category: CodeableConcept?
-
Encounter / Episode associated with MedicationStatement.
Declaration
Swift
public var context: Reference?
-
When the statement was asserted?.
Declaration
Swift
public var dateAsserted: DateTime?
-
Additional supporting information.
Declaration
Swift
public var derivedFrom: [Reference]?
-
Details of how medication is/was taken or should be taken.
Declaration
Swift
public var dosage: [Dosage]?
-
The date/time or interval when the medication was taken.
Declaration
Swift
public var effectiveDateTime: DateTime?
-
The date/time or interval when the medication was taken.
Declaration
Swift
public var effectivePeriod: Period?
-
External identifier.
Declaration
Swift
public var identifier: [Identifier]?
-
Person or organization that provided the information about the taking of this medication.
Declaration
Swift
public var informationSource: Reference?
-
What medication was taken.
Declaration
Swift
public var medicationCodeableConcept: CodeableConcept?
-
What medication was taken.
Declaration
Swift
public var medicationReference: Reference?
-
Further information about the statement.
Declaration
Swift
public var note: [Annotation]?
-
Part of referenced event.
Declaration
Swift
public var partOf: [Reference]?
-
Reason for why the medication is being/was taken.
Declaration
Swift
public var reasonCode: [CodeableConcept]?
-
True if asserting medication was not given.
Declaration
Swift
public var reasonNotTaken: [CodeableConcept]?
-
Condition or observation that supports why the medication is being/was taken.
Declaration
Swift
public var reasonReference: [Reference]?
-
A code representing the patient or other source’s judgment about the state of the medication used that this statement is about. Generally this will be active or completed.
Declaration
Swift
public var status: MedicationStatementStatus?
-
Who is/was taking the medication.
Declaration
Swift
public var subject: Reference?
-
Indicator of the certainty of whether the medication was taken by the patient.
Declaration
Swift
public var taken: MedicationStatementTaken?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(medication: Any, status: MedicationStatementStatus, subject: Reference, taken: MedicationStatementTaken)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class MedicationStatement: DomainResource