| Class TRiskAssessmentUnit
bsFhir_r5 Declaration
type TRiskAssessment = class(TDomainResource) Description
 An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. If the element is present, it must have either a @value, an @id, or extensions  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property identifier : TIdentifierArray read GetidentifierArray; |  | 
 Business identifier assigned to the risk assessment.  |  
|  | property basedOn : TReference read GetbasedOn write SetbasedOn; |  | 
 A reference to the request that is fulfilled by this risk assessment.  |  
|  | property parent : TReference read Getparent write Setparent; |  | 
 A reference to a resource that this risk assessment is part of, such as a Procedure.  |  
|  | property status : string read Getstatus write Setstatus; |  | 
 The status of the RiskAssessment, using the same statuses as an Observation.  |  
|  | property method : TCodeableConcept read Getmethod write Setmethod; |  | 
 The algorithm, process or mechanism used to evaluate the risk.  |  
|  | property code : TCodeableConcept read Getcode write Setcode; |  | 
 The type of the risk assessment performed.  |  
|  | property subject : TReference read Getsubject write Setsubject; |  | 
 The patient or group the risk assessment applies to.  |  
|  | property encounter : TReference read Getencounter write Setencounter; |  | 
 The encounter where the assessment was performed.  |  
|  | property occurrenceDateTime : string read GetoccurrenceDateTime write SetoccurrenceDateTime; |  | 
 The date (and possibly time) the risk assessment was performed. (choose any one of occurrence*, but only one)  |  
|  | property occurrenceDateTimeElement : TdateTime_ read GetoccurrenceDateTimeElement write SetoccurrenceDateTimeElement; |  |  |  
|  | property occurrencePeriod : TPeriod read GetoccurrencePeriod write SetoccurrencePeriod; |  | 
 The date (and possibly time) the risk assessment was performed. (choose any one of occurrence*, but only one)  |  
|  | property condition : TReference read Getcondition write Setcondition; |  | 
 For assessments or prognosis specific to a particular condition, indicates the condition being assessed.  |  
|  | property performer : TReference read Getperformer write Setperformer; |  | 
 The provider, patient, related person, or software application that performed the assessment.  |  
|  | property basis : TReferenceArray read GetbasisArray; |  | 
 Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).  |  
|  | property mitigation : string read Getmitigation write Setmitigation; |  | 
 A description of the steps that might be taken to reduce the identified risk(s).  |  
|  | property mitigationElement : Tstring read GetmitigationElement write SetmitigationElement; |  |  |  
|  | property note : TAnnotationArray read GetnoteArray; |  | 
 Additional comments about the risk assessment.  |  Generated by PasDoc 0.15.0.
 |