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 definition : TReferenceArray read GetdefinitionArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TMedicationAdministrationStatus read GetstatusElement write SetstatusElement;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property medication : TElement read Getmedication write Setmedication;
Public property subject : TReference read Getsubject write Setsubject;
Public property context : TReference read Getcontext write Setcontext;
Public property supportingInformation : TReferenceArray read GetsupportingInformationArray;
Public property effective : TElement read Geteffective write Seteffective;
Public property performer : TMedicationAdministrationPerformerArray read GetperformerArray;
Public property notGiven : boolean read GetnotGiven write SetnotGiven;
Public property notGivenElement : Tboolean read GetnotGivenElement write SetnotGivenElement;
Public property reasonNotGiven : TCodeableConceptArray read GetreasonNotGivenArray;
Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;
Public property reasonReference : TReferenceArray read GetreasonReferenceArray;
Public property prescription : TReference read Getprescription write Setprescription;
Public property device : TReferenceArray 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;

External identifier - FHIR will generate its own internal identifiers (probably URLs) which do not need to be explicitly managed by the resource. The identifier here is one that would be used by another non-FHIR system - for example an automated medication pump would provide a record each time it operated; an administration while the patient was off the ward might be made with a different system and entered after the event. Particularly important if these records have to be updated.

Public property definition : TReferenceArray read GetdefinitionArray;

A protocol, guideline, orderset or other definition that was adhered to in whole or in part by this event.

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 : TMedicationAdministrationStatus read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConcept read Getcategory write Setcategory;

Indicates the type of medication administration and where the medication is expected to be consumed or administered.

Public property medication : TElement 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 context : TReference read Getcontext write Setcontext;

The visit, admission or other contact between patient and health care provider the medication administration was performed as part of.

Public property supportingInformation : TReferenceArray read GetsupportingInformationArray;

Additional information (for example, patient height and weight) that supports the administration of the medication.

Public property effective : TElement read Geteffective write Seteffective;

A specific date/time or interval of time during which the administration took place (or did not take place, when the 'notGiven' attribute is true). For many administrations, such as swallowing a tablet the use of dateTime is more appropriate.

Public property performer : TMedicationAdministrationPerformerArray read GetperformerArray;

The individual who was responsible for giving the medication to the patient.

Public property notGiven : boolean read GetnotGiven write SetnotGiven;

Set this to true if the record is saying that the medication was NOT administered.

Public property notGivenElement : Tboolean read GetnotGivenElement write SetnotGivenElement;
 
Public property reasonNotGiven : TCodeableConceptArray read GetreasonNotGivenArray;

A code indicating why the administration was not performed.

Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;

A code indicating why the medication was given.

Public property reasonReference : TReferenceArray read GetreasonReferenceArray;

Condition or observation that supports why the medication was administered.

Public property prescription : TReference read Getprescription write Setprescription;

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

Public property device : TReferenceArray read GetdeviceArray;

The device used in administering the medication to the patient. For example, a particular infusion 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.