Class TMedicationAdministration

Unit

Declaration

type TMedicationAdministration = class(TDomainResource)

Description

Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. 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 basedOn : TReferenceArray read GetbasedOnArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TMedicationAdministrationStatusCodes read GetstatusElement write SetstatusElement;
Public property statusReason : TCodeableConceptArray read GetstatusReasonArray;
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 supportingInformation : TReferenceArray read GetsupportingInformationArray;
Public property occurenceDateTime : string read GetoccurenceDateTime write SetoccurenceDateTime;
Public property occurenceDateTimeElement : TdateTime_ read GetoccurenceDateTimeElement write SetoccurenceDateTimeElement;
Public property occurencePeriod : TPeriod read GetoccurencePeriod write SetoccurencePeriod;
Public property occurenceTiming : TTiming read GetoccurenceTiming write SetoccurenceTiming;
Public property recorded : string read Getrecorded write Setrecorded;
Public property recordedElement : TdateTime_ read GetrecordedElement write SetrecordedElement;
Public property isSubPotent : boolean read GetisSubPotent write SetisSubPotent;
Public property isSubPotentElement : Tboolean read GetisSubPotentElement write SetisSubPotentElement;
Public property subPotentReason : TCodeableConceptArray read GetsubPotentReasonArray;
Public property performer : TMedicationAdministrationPerformerArray read GetperformerArray;
Public property reason : TCodeableReferenceArray read GetreasonArray;
Public property request : TReference read Getrequest write Setrequest;
Public property device : TCodeableReferenceArray read GetdeviceArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property dosage : TMedicationAdministrationDosage read Getdosage write Setdosage;
Public property eventHistory : TReferenceArray read GeteventHistoryArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers associated with this Medication Administration 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 basedOn : TReferenceArray read GetbasedOnArray;

A plan that is fulfilled in whole or in part by this MedicationAdministration.

Public property partOf : TReferenceArray read GetpartOfArray;

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

Public property status : string read Getstatus write Setstatus;

Will generally be set to show that the administration has been completed. For some long running administrations such as infusions, it is possible for an administration to be started but not completed or it may be paused while some other process is under way.

Public property statusElement : TMedicationAdministrationStatusCodes read GetstatusElement write SetstatusElement;
 
Public property statusReason : TCodeableConceptArray read GetstatusReasonArray;

A code indicating why the administration was not performed.

Public property category : TCodeableConceptArray read GetcategoryArray;

The type of medication administration (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 that was 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 or animal or group receiving the medication.

Public property encounter : TReference read Getencounter write Setencounter;

The visit, admission, or other contact between patient and health care provider during which the medication administration was performed.

Public property supportingInformation : TReferenceArray read GetsupportingInformationArray;

Additional information (for example, patient height and weight) that supports the administration of the medication. This attribute can be used to provide documentation of specific characteristics of the patient present at the time of administration. For example, if the dose says "give "x" if the heartrate exceeds "y"", then the heart rate can be included using this attribute.

Public property occurenceDateTime : string read GetoccurenceDateTime write SetoccurenceDateTime;

A specific date/time or interval of time during which the administration took place (or did not take place). For many administrations, such as swallowing a tablet the use of dateTime is more appropriate. (choose any one of occurence*, but only one)

Public property occurenceDateTimeElement : TdateTime_ read GetoccurenceDateTimeElement write SetoccurenceDateTimeElement;
 
Public property occurencePeriod : TPeriod read GetoccurencePeriod write SetoccurencePeriod;

A specific date/time or interval of time during which the administration took place (or did not take place). For many administrations, such as swallowing a tablet the use of dateTime is more appropriate. (choose any one of occurence*, but only one)

Public property occurenceTiming : TTiming read GetoccurenceTiming write SetoccurenceTiming;

A specific date/time or interval of time during which the administration took place (or did not take place). For many administrations, such as swallowing a tablet the use of dateTime is more appropriate. (choose any one of occurence*, but only one)

Public property recorded : string read Getrecorded write Setrecorded;

The date the occurrence of the MedicationAdministration was first captured in the record - potentially significantly after the occurrence of the event.

Public property recordedElement : TdateTime_ read GetrecordedElement write SetrecordedElement;
 
Public property isSubPotent : boolean read GetisSubPotent write SetisSubPotent;

An indication that the full dose was not administered.

Public property isSubPotentElement : Tboolean read GetisSubPotentElement write SetisSubPotentElement;
 
Public property subPotentReason : TCodeableConceptArray read GetsubPotentReasonArray;

The reason or reasons why the full dose was not administered.

Public property performer : TMedicationAdministrationPerformerArray read GetperformerArray;

The performer of the medication treatment. For devices this is the device that performed the administration of the medication. An IV Pump would be an example of a device that is performing the administration. Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers.

Public property reason : TCodeableReferenceArray read GetreasonArray;

A code, Condition or observation that supports why the medication was administered.

Public property request : TReference read Getrequest write Setrequest;

The original request, instruction or authority to perform the administration.

Public property device : TCodeableReferenceArray read GetdeviceArray;

The device that is to be used for the administration of the medication (for example, PCA Pump).

Public property note : TAnnotationArray read GetnoteArray;

Extra information about the medication administration that is not conveyed by the other attributes.

Public property dosage : TMedicationAdministrationDosage read Getdosage write Setdosage;

Describes the medication dosage information details e.g. dose, rate, site, route, etc.

Public property eventHistory : TReferenceArray read GeteventHistoryArray;

A summary of the events of interest that have occurred, such as when the administration was verified.


Generated by PasDoc 0.15.0.