Class TProcedure

Unit

Declaration

type TProcedure = class(TDomainResource)

Description

An action that is or was performed on or for a patient, practitioner, device, organization, or location. For example, this can be a physical intervention on a patient like an operation, or less invasive like long term services, counseling, or hypnotherapy. This can be a quality or safety inspection for a location, organization, or device. This can be an accreditation procedure on a practitioner for licensing. 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 instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray;
Public property instantiatesUri : TBSFHIRPrimitiveStringArray read GetinstantiatesUriArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TEventStatus read GetstatusElement write SetstatusElement;
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property focus : TReference read Getfocus write Setfocus;
Public property encounter : TReference read Getencounter write Setencounter;
Public property occurrenceDateTime : string read GetoccurrenceDateTime write SetoccurrenceDateTime;
Public property occurrenceDateTimeElement : TdateTime_ read GetoccurrenceDateTimeElement write SetoccurrenceDateTimeElement;
Public property occurrencePeriod : TPeriod read GetoccurrencePeriod write SetoccurrencePeriod;
Public property occurrenceString : string read GetoccurrenceString write SetoccurrenceString;
Public property occurrenceStringElement : Tstring read GetoccurrenceStringElement write SetoccurrenceStringElement;
Public property occurrenceAge : TAge read GetoccurrenceAge write SetoccurrenceAge;
Public property occurrenceRange : TRange read GetoccurrenceRange write SetoccurrenceRange;
Public property occurrenceTiming : TTiming read GetoccurrenceTiming write SetoccurrenceTiming;
Public property recorded : string read Getrecorded write Setrecorded;
Public property recordedElement : TdateTime_ read GetrecordedElement write SetrecordedElement;
Public property recorder : TReference read Getrecorder write Setrecorder;
Public property reportedBoolean : boolean read GetreportedBoolean write SetreportedBoolean;
Public property reportedBooleanElement : Tboolean read GetreportedBooleanElement write SetreportedBooleanElement;
Public property reportedReference : TReference read GetreportedReference write SetreportedReference;
Public property performer : TProcedurePerformerArray read GetperformerArray;
Public property location : TReference read Getlocation write Setlocation;
Public property reason : TCodeableReferenceArray read GetreasonArray;
Public property bodySite : TCodeableConceptArray read GetbodySiteArray;
Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;
Public property report : TReferenceArray read GetreportArray;
Public property complication : TCodeableReferenceArray read GetcomplicationArray;
Public property followUp : TCodeableConceptArray read GetfollowUpArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property focalDevice : TProcedureFocalDeviceArray read GetfocalDeviceArray;
Public property used : TCodeableReferenceArray read GetusedArray;
Public property supportingInfo : TReferenceArray read GetsupportingInfoArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Business identifiers assigned to this procedure by the performer or other systems which remain constant as the resource is updated and is propagated from server to server.

Public property instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray;

The URL pointing to a FHIR-defined protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure.

Public property instantiatesUri : TBSFHIRPrimitiveStringArray read GetinstantiatesUriArray;

The URL pointing to an externally maintained protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure.

Public property basedOn : TReferenceArray read GetbasedOnArray;

A reference to a resource that contains details of the request for this procedure.

Public property partOf : TReferenceArray read GetpartOfArray;

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

Public property status : string read Getstatus write Setstatus;

A code specifying the state of the procedure. Generally, this will be the in-progress or completed state.

Public property statusElement : TEventStatus read GetstatusElement write SetstatusElement;
 
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;

Captures the reason for the current state of the procedure.

Public property category : TCodeableConceptArray read GetcategoryArray;

A code that classifies the procedure for searching, sorting and display purposes (e.g. "Surgical Procedure").

Public property code : TCodeableConcept read Getcode write Setcode;

The specific procedure that is performed. Use text if the exact nature of the procedure cannot be coded (e.g. "Laparoscopic Appendectomy").

Public property subject : TReference read Getsubject write Setsubject;

On whom or on what the procedure was performed. This is usually an individual human, but can also be performed on animals, groups of humans or animals, organizations or practitioners (for licensing), locations or devices (for safety inspections or regulatory authorizations). If the actual focus of the procedure is different from the subject, the focus element specifies the actual focus of the procedure.

Public property focus : TReference read Getfocus write Setfocus;

Who is the target of the procedure when it is not the subject of record only. If focus is not present, then subject is the focus. If focus is present and the subject is one of the targets of the procedure, include subject as a focus as well. If focus is present and the subject is not included in focus, it implies that the procedure was only targeted on the focus. For example, when a caregiver is given education for a patient, the caregiver would be the focus and the procedure record is associated with the subject (e.g. patient). For example, use focus when recording the target of the education, training, or counseling is the parent or relative of a patient.

Public property encounter : TReference read Getencounter write Setencounter;

The Encounter during which this Procedure was created or performed or to which the creation of this record is tightly associated.

Public property occurrenceDateTime : string read GetoccurrenceDateTime write SetoccurrenceDateTime;

Estimated or actual date, date-time, period, or age when the procedure did occur or is occurring. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of occurrence*, but only one)

Public property occurrenceDateTimeElement : TdateTime_ read GetoccurrenceDateTimeElement write SetoccurrenceDateTimeElement;
 
Public property occurrencePeriod : TPeriod read GetoccurrencePeriod write SetoccurrencePeriod;

Estimated or actual date, date-time, period, or age when the procedure did occur or is occurring. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of occurrence*, but only one)

Public property occurrenceString : string read GetoccurrenceString write SetoccurrenceString;

Estimated or actual date, date-time, period, or age when the procedure did occur or is occurring. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of occurrence*, but only one)

Public property occurrenceStringElement : Tstring read GetoccurrenceStringElement write SetoccurrenceStringElement;
 
Public property occurrenceAge : TAge read GetoccurrenceAge write SetoccurrenceAge;

Estimated or actual date, date-time, period, or age when the procedure did occur or is occurring. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of occurrence*, but only one)

Public property occurrenceRange : TRange read GetoccurrenceRange write SetoccurrenceRange;

Estimated or actual date, date-time, period, or age when the procedure did occur or is occurring. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of occurrence*, but only one)

Public property occurrenceTiming : TTiming read GetoccurrenceTiming write SetoccurrenceTiming;

Estimated or actual date, date-time, period, or age when the procedure did occur or is occurring. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of occurrence*, but only one)

Public property recorded : string read Getrecorded write Setrecorded;

The date the occurrence of the procedure was first captured in the record regardless of Procedure.status (potentially after the occurrence of the event).

Public property recordedElement : TdateTime_ read GetrecordedElement write SetrecordedElement;
 
Public property recorder : TReference read Getrecorder write Setrecorder;

Individual who recorded the record and takes responsibility for its content.

Public property reportedBoolean : boolean read GetreportedBoolean write SetreportedBoolean;

Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report. (choose any one of reported*, but only one)

Public property reportedBooleanElement : Tboolean read GetreportedBooleanElement write SetreportedBooleanElement;
 
Public property reportedReference : TReference read GetreportedReference write SetreportedReference;

Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report. (choose any one of reported*, but only one)

Public property performer : TProcedurePerformerArray read GetperformerArray;

Indicates who or what performed the procedure and how they were involved.

Public property location : TReference read Getlocation write Setlocation;

The location where the procedure actually happened. E.g. a newborn at home, a tracheostomy at a restaurant.

Public property reason : TCodeableReferenceArray read GetreasonArray;

The coded reason or reference why the procedure was performed. This may be a coded entity of some type, be present as text, or be a reference to one of several resources that justify the procedure.

Public property bodySite : TCodeableConceptArray read GetbodySiteArray;

Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion.

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;

The outcome of the procedure - did it resolve the reasons for the procedure being performed?

Public property report : TReferenceArray read GetreportArray;

This could be a histology result, pathology report, surgical report, etc.

Public property complication : TCodeableReferenceArray read GetcomplicationArray;

Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues.

Public property followUp : TCodeableConceptArray read GetfollowUpArray;

If the procedure required specific follow up - e.g. removal of sutures. The follow up may be represented as a simple note or could potentially be more complex, in which case the CarePlan resource can be used.

Public property note : TAnnotationArray read GetnoteArray;

Any other notes and comments about the procedure.

Public property focalDevice : TProcedureFocalDeviceArray read GetfocalDeviceArray;

A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.

Public property used : TCodeableReferenceArray read GetusedArray;

Identifies medications, devices and any other substance used as part of the procedure.

Public property supportingInfo : TReferenceArray read GetsupportingInfoArray;

Other resources from the patient record that may be relevant to the procedure. The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension should not be used if more specific inline elements or extensions are available.


Generated by PasDoc 0.15.0.