Class TProcedure

Unit

Declaration

type TProcedure = class(TDomainResource)

Description

An action that is or was performed on a patient. This can be a physical intervention like an operation, or less invasive like counseling or hypnotherapy. 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 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 notDone : boolean read GetnotDone write SetnotDone;
Public property notDoneElement : Tboolean read GetnotDoneElement write SetnotDoneElement;
Public property notDoneReason : TCodeableConcept read GetnotDoneReason write SetnotDoneReason;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property context : TReference read Getcontext write Setcontext;
Public property performed : TElement read Getperformed write Setperformed;
Public property performer : TProcedurePerformerArray read GetperformerArray;
Public property location : TReference read Getlocation write Setlocation;
Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;
Public property reasonReference : TReferenceArray read GetreasonReferenceArray;
Public property bodySite : TCodeableConceptArray read GetbodySiteArray;
Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;
Public property report : TReferenceArray read GetreportArray;
Public property complication : TCodeableConceptArray read GetcomplicationArray;
Public property complicationDetail : TReferenceArray read GetcomplicationDetailArray;
Public property followUp : TCodeableConceptArray read GetfollowUpArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property focalDevice : TProcedureFocalDeviceArray read GetfocalDeviceArray;
Public property usedReference : TReferenceArray read GetusedReferenceArray;
Public property usedCode : TCodeableConceptArray read GetusedCodeArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

This records identifiers associated with this procedure 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 (e.g. in CDA documents, or in written / printed documentation).

Public property definition : TReferenceArray read GetdefinitionArray;

A protocol, guideline, orderset or other definition that was 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 in-progress or completed state.

Public property statusElement : TEventStatus read GetstatusElement write SetstatusElement;
 
Public property notDone : boolean read GetnotDone write SetnotDone;

Set this to true if the record is saying that the procedure was NOT performed.

Public property notDoneElement : Tboolean read GetnotDoneElement write SetnotDoneElement;
 
Public property notDoneReason : TCodeableConcept read GetnotDoneReason write SetnotDoneReason;

A code indicating why the procedure was not performed.

Public property category : TCodeableConcept read Getcategory write Setcategory;

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;

The person, animal or group on which the procedure was performed.

Public property context : TReference read Getcontext write Setcontext;

The encounter during which the procedure was performed.

Public property performed : TElement read Getperformed write Setperformed;

The date(time)/period over which the procedure was performed. 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.

Public property performer : TProcedurePerformerArray read GetperformerArray;

Limited to 'real' people rather than equipment.

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 reasonCode : TCodeableConceptArray read GetreasonCodeArray;

The coded reason why the procedure was performed. This may be coded entity of some type, or may simply be present as text.

Public property reasonReference : TReferenceArray read GetreasonReferenceArray;

The condition that is the reason why the procedure was performed.

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 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 : TCodeableConceptArray 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 complicationDetail : TReferenceArray read GetcomplicationDetailArray;

Any complications that occurred during the procedure, or in the immediate post-performance period.

Public property followUp : TCodeableConceptArray read GetfollowUpArray;

If the procedure required specific follow up - e.g. removal of sutures. The followup 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 about the procedure. E.g. the operative notes.

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 usedReference : TReferenceArray read GetusedReferenceArray;

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

Public property usedCode : TCodeableConceptArray read GetusedCodeArray;

Identifies coded items that were used as part of the procedure.


Generated by PasDoc 0.15.0.