Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TProcedure
Unit
bsFhir_r4
Declaration
type TProcedure = class(TDomainResource)
Description
An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. 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 : TCodeableConcept read Getcategory write Setcategory; |
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; |
The person, animal or group on which the procedure was performed.
|
|
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 performed : TElement read Getperformed write Setperformed; |
Estimated or actual date, date-time, period, or age when 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.
|
|
property recorder : TReference read Getrecorder write Setrecorder; |
Individual who recorded the record and takes responsibility for its content.
|
|
property asserter : TReference read Getasserter write Setasserter; |
Individual who is making the procedure statement.
|
|
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 reasonCode : TCodeableConceptArray read GetreasonCodeArray; |
The coded reason why the procedure was performed. This may be a coded entity of some type, or may simply be present as text.
|
|
property reasonReference : TReferenceArray read GetreasonReferenceArray; |
The justification of why the procedure was performed.
|
|
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 : 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.
|
|
property complicationDetail : TReferenceArray read GetcomplicationDetailArray; |
Any complications that occurred during the procedure, or in the immediate post-performance period.
|
|
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 usedReference : TReferenceArray read GetusedReferenceArray; |
Identifies medications, devices and any other substance used as part of the procedure.
|
|
property usedCode : TCodeableConceptArray read GetusedCodeArray; |
Identifies coded items that were used as part of the procedure.
|
Generated by PasDoc 0.15.0.
|