Class TMedicationStatement

Unit

Declaration

type TMedicationStatement = class(TDomainResource)

Description

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 medicationstatement and a medicationadministration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medicationstatement 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.

The MedicationStatement resource was previously called MedicationStatement. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TMedicationStatementStatusCodes read GetstatusElement write SetstatusElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property medication : TCodeableReference read Getmedication write Setmedication;
Public property subject : TReference read Getsubject write Setsubject;
Public property encounter : TReference read Getencounter write Setencounter;
Public property effectiveDateTime : string read GeteffectiveDateTime write SeteffectiveDateTime;
Public property effectiveDateTimeElement : TdateTime_ read GeteffectiveDateTimeElement write SeteffectiveDateTimeElement;
Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;
Public property effectiveTiming : TTiming read GeteffectiveTiming write SeteffectiveTiming;
Public property dateAsserted : string read GetdateAsserted write SetdateAsserted;
Public property dateAssertedElement : TdateTime_ read GetdateAssertedElement write SetdateAssertedElement;
Public property informationSource : TReferenceArray read GetinformationSourceArray;
Public property derivedFrom : TReferenceArray read GetderivedFromArray;
Public property reason : TCodeableReferenceArray read GetreasonArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property relatedClinicalInformation : TReferenceArray read GetrelatedClinicalInformationArray;
Public property renderedDosageInstruction : string read GetrenderedDosageInstruction write SetrenderedDosageInstruction;
Public property renderedDosageInstructionElement : Tmarkdown read GetrenderedDosageInstructionElement write SetrenderedDosageInstructionElement;
Public property dosage : TDosageArray read GetdosageArray;
Public property adherence : TMedicationStatementAdherence read Getadherence write Setadherence;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers associated with this Medication Statement that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.

Public property partOf : TReferenceArray read GetpartOfArray;

A larger event of which this particular MedicationStatement is a component or step.

Public property status : string read Getstatus write Setstatus;

A code representing the status of recording the medication statement.

Public property statusElement : TMedicationStatementStatusCodes read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

Type of medication statement (for example, drug classification like ATC, where meds would be administered, legal category of the medication.).

Public property medication : TCodeableReference read Getmedication write Setmedication;

Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.

Public property subject : TReference read Getsubject write Setsubject;

The person, animal or group who is/was taking the medication.

Public property encounter : TReference read Getencounter write Setencounter;

The encounter that establishes the context for this MedicationStatement.

Public property effectiveDateTime : string read GeteffectiveDateTime write SeteffectiveDateTime;

The interval of time during which it is being asserted that the patient is/was/will be taking the medication (or was not taking, when the MedicationStatement.adherence element is Not Taking). (choose any one of effective*, but only one)

Public property effectiveDateTimeElement : TdateTime_ read GeteffectiveDateTimeElement write SeteffectiveDateTimeElement;
 
Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;

The interval of time during which it is being asserted that the patient is/was/will be taking the medication (or was not taking, when the MedicationStatement.adherence element is Not Taking). (choose any one of effective*, but only one)

Public property effectiveTiming : TTiming read GeteffectiveTiming write SeteffectiveTiming;

The interval of time during which it is being asserted that the patient is/was/will be taking the medication (or was not taking, when the MedicationStatement.adherence element is Not Taking). (choose any one of effective*, but only one)

Public property dateAsserted : string read GetdateAsserted write SetdateAsserted;

The date when the Medication Statement was asserted by the information source.

Public property dateAssertedElement : TdateTime_ read GetdateAssertedElement write SetdateAssertedElement;
 
Public property informationSource : TReferenceArray read GetinformationSourceArray;

The person or organization that provided the information about the taking of this medication. Note: Use derivedFrom when a MedicationStatement is derived from other resources, e.g. Claim or MedicationRequest.

Public property derivedFrom : TReferenceArray read GetderivedFromArray;

Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement.

Public property reason : TCodeableReferenceArray read GetreasonArray;

A concept, Condition or observation that supports why the medication is being/was taken.

Public property note : TAnnotationArray read GetnoteArray;

Provides extra information about the Medication Statement that is not conveyed by the other attributes.

Public property relatedClinicalInformation : TReferenceArray read GetrelatedClinicalInformationArray;

Link to information that is relevant to a medication statement, for example, illicit drug use, gestational age, etc.

Public property renderedDosageInstruction : string read GetrenderedDosageInstruction write SetrenderedDosageInstruction;

The full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.

Public property renderedDosageInstructionElement : Tmarkdown read GetrenderedDosageInstructionElement write SetrenderedDosageInstructionElement;
 
Public property dosage : TDosageArray read GetdosageArray;

Indicates how the medication is/was or should be taken by the patient.

Public property adherence : TMedicationStatementAdherence read Getadherence write Setadherence;

Indicates whether the medication is or is not being consumed or administered.


Generated by PasDoc 0.15.0.