Class TMeasureReport

Unit

Declaration

type TMeasureReport = class(TDomainResource)

Description

The MeasureReport resource contains the results of evaluating a measure. 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 : TIdentifier read Getidentifier write Setidentifier;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TMeasureReportStatus read GetstatusElement write SetstatusElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TMeasureReportType read Gettype_Element write Settype_Element;
Public property measure : TReference read Getmeasure write Setmeasure;
Public property patient : TReference read Getpatient write Setpatient;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property reportingOrganization : TReference read GetreportingOrganization write SetreportingOrganization;
Public property period : TPeriod read Getperiod write Setperiod;
Public property group : TMeasureReportGroupArray read GetgroupArray;
Public property evaluatedResources : TReference read GetevaluatedResources write SetevaluatedResources;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.

Public property status : string read Getstatus write Setstatus;

The report status. No data will be available until the report status is complete.

Public property statusElement : TMeasureReportStatus read GetstatusElement write SetstatusElement;
 
Public property type_ : string read Gettype_ write Settype_;

The type of measure report. This may be an individual report, which provides a single patient's score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.

Public property type_Element : TMeasureReportType read Gettype_Element write Settype_Element;
 
Public property measure : TReference read Getmeasure write Setmeasure;

A reference to the Measure that was evaluated to produce this report.

Public property patient : TReference read Getpatient write Setpatient;

Optional Patient if the report was requested for a single patient.

Public property date_ : string read Getdate_ write Setdate_;

The date this measure report was generated.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property reportingOrganization : TReference read GetreportingOrganization write SetreportingOrganization;

Reporting Organization.

Public property period : TPeriod read Getperiod write Setperiod;

The reporting period for which the report was calculated.

Public property group : TMeasureReportGroupArray read GetgroupArray;

The results of the calculation, one for each population group in the measure.

Public property evaluatedResources : TReference read GetevaluatedResources write SetevaluatedResources;

A reference to a Bundle containing the Resources that were used in the evaluation of this report.


Generated by PasDoc 0.15.0.