Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TFamilyMemberHistoryProcedure
Unit
bsFhir_r5
Declaration
type TFamilyMemberHistoryProcedure = class(TBackboneElement)
Description
Significant health conditions for a person related to the patient relevant in the context of care for the patient.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
The actual procedure specified. Could be a coded procedure or a less specific string depending on how much is known about the procedure and the capabilities of the creating system.
|
|
property outcome : TCodeableConcept read Getoutcome write Setoutcome; |
Indicates what happened following the procedure. If the procedure resulted in death, deceased date is captured on the relation.
|
|
property contributedToDeath : boolean read GetcontributedToDeath write SetcontributedToDeath; |
This procedure contributed to the cause of death of the related person. If contributedToDeath is not populated, then it is unknown.
|
|
property contributedToDeathElement : Tboolean read GetcontributedToDeathElement write SetcontributedToDeathElement; |
|
|
property performedAge : TAge read GetperformedAge write SetperformedAge; |
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. (choose any one of performed*, but only one)
|
|
property performedRange : TRange read GetperformedRange write SetperformedRange; |
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. (choose any one of performed*, but only one)
|
|
property performedPeriod : TPeriod read GetperformedPeriod write SetperformedPeriod; |
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. (choose any one of performed*, but only one)
|
|
property performedString : string read GetperformedString write SetperformedString; |
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. (choose any one of performed*, but only one)
|
|
property performedStringElement : Tstring read GetperformedStringElement write SetperformedStringElement; |
|
|
property performedDateTime : string read GetperformedDateTime write SetperformedDateTime; |
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. (choose any one of performed*, but only one)
|
|
property performedDateTimeElement : TdateTime_ read GetperformedDateTimeElement write SetperformedDateTimeElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
An area where general notes can be placed about this specific procedure.
|
Generated by PasDoc 0.15.0.
|