Class TRiskAssessment

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property basedOn : TReference read GetbasedOn write SetbasedOn;
Public property parent : TReference read Getparent write Setparent;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TObservationStatus read GetstatusElement write SetstatusElement;
Public property method : TCodeableConcept read Getmethod write Setmethod;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property encounter : TReference read Getencounter write Setencounter;
Public property occurrence : TElement read Getoccurrence write Setoccurrence;
Public property condition : TReference read Getcondition write Setcondition;
Public property performer : TReference read Getperformer write Setperformer;
Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;
Public property reasonReference : TReferenceArray read GetreasonReferenceArray;
Public property basis : TReferenceArray read GetbasisArray;
Public property prediction : TRiskAssessmentPredictionArray read GetpredictionArray;
Public property mitigation : string read Getmitigation write Setmitigation;
Public property mitigationElement : Tstring read GetmitigationElement write SetmitigationElement;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Business identifier assigned to the risk assessment.

Public property basedOn : TReference read GetbasedOn write SetbasedOn;

A reference to the request that is fulfilled by this risk assessment.

Public property parent : TReference read Getparent write Setparent;

A reference to a resource that this risk assessment is part of, such as a Procedure.

Public property status : string read Getstatus write Setstatus;

The status of the RiskAssessment, using the same statuses as an Observation.

Public property statusElement : TObservationStatus read GetstatusElement write SetstatusElement;
 
Public property method : TCodeableConcept read Getmethod write Setmethod;

The algorithm, process or mechanism used to evaluate the risk.

Public property code : TCodeableConcept read Getcode write Setcode;

The type of the risk assessment performed.

Public property subject : TReference read Getsubject write Setsubject;

The patient or group the risk assessment applies to.

Public property encounter : TReference read Getencounter write Setencounter;

The encounter where the assessment was performed.

Public property occurrence : TElement read Getoccurrence write Setoccurrence;

The date (and possibly time) the risk assessment was performed.

Public property condition : TReference read Getcondition write Setcondition;

For assessments or prognosis specific to a particular condition, indicates the condition being assessed.

Public property performer : TReference read Getperformer write Setperformer;

The provider or software application that performed the assessment.

Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;

The reason the risk assessment was performed.

Public property reasonReference : TReferenceArray read GetreasonReferenceArray;

Resources supporting the reason the risk assessment was performed.

Public property basis : TReferenceArray read GetbasisArray;

Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).

Public property prediction : TRiskAssessmentPredictionArray read GetpredictionArray;

Describes the expected outcome for the subject.

Public property mitigation : string read Getmitigation write Setmitigation;

A description of the steps that might be taken to reduce the identified risk(s).

Public property mitigationElement : Tstring read GetmitigationElement write SetmitigationElement;
 
Public property note : TAnnotationArray read GetnoteArray;

Additional comments about the risk assessment.


Generated by PasDoc 0.15.0.