Class TRiskAssessment
Unit
bsFhir_r4
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
Hierarchy
Overview
Methods
Properties
Description
Methods
|
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 occurrence : TElement read Getoccurrence write Setoccurrence; |
The date (and possibly time) the risk assessment was performed.
|
|
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 or software application that performed the assessment.
|
|
property reasonCode : TCodeableConceptArray read GetreasonCodeArray; |
The reason the risk assessment was performed.
|
|
property reasonReference : TReferenceArray read GetreasonReferenceArray; |
Resources supporting the reason the risk assessment was performed.
|
|
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.
|