Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TProcedure
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
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.
|
|
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.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
A reference to a resource that contains details of the request for this procedure.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
A larger event of which this particular procedure is a component or step.
|
|
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.
|
|
property statusElement : TEventStatus read GetstatusElement write SetstatusElement; |
|
|
property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason; |
Captures the reason for the current state of the procedure.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
A code that classifies the procedure for searching, sorting and display purposes (e.g. "Surgical Procedure").
|
|
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").
|
|
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.
|
|
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.
|
|
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.
|
|
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)
|
|
property occurrenceDateTimeElement : TdateTime_ read GetoccurrenceDateTimeElement write SetoccurrenceDateTimeElement; |
|
|
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)
|
|
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)
|
|
property occurrenceStringElement : Tstring read GetoccurrenceStringElement write SetoccurrenceStringElement; |
|
|
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)
|
|
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)
|
|
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)
|
|
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).
|
|
property recordedElement : TdateTime_ read GetrecordedElement write SetrecordedElement; |
|
|
property recorder : TReference read Getrecorder write Setrecorder; |
Individual who recorded the record and takes responsibility for its content.
|
|
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)
|
|
property reportedBooleanElement : Tboolean read GetreportedBooleanElement write SetreportedBooleanElement; |
|
|
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)
|
|
property performer : TProcedurePerformerArray read GetperformerArray; |
Indicates who or what performed the procedure and how they were involved.
|
|
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.
|
|
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.
|
|
property bodySite : TCodeableConceptArray read GetbodySiteArray; |
Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion.
|
|
property outcome : TCodeableConcept read Getoutcome write Setoutcome; |
The outcome of the procedure - did it resolve the reasons for the procedure being performed?
|
|
property report : TReferenceArray read GetreportArray; |
This could be a histology result, pathology report, surgical report, etc.
|
|
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.
|
|
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.
|
|
property note : TAnnotationArray read GetnoteArray; |
Any other notes and comments about the procedure.
|
|
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.
|
|
property used : TCodeableReferenceArray read GetusedArray; |
Identifies medications, devices and any other substance used as part of the procedure.
|
|
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.
|