Class TMeasureReport

Unit

Declaration

type TMeasureReport = class(TDomainResource)

Description

The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation. 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 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 : string read Getmeasure write Setmeasure;
Public property measureElement : Tcanonical read GetmeasureElement write SetmeasureElement;
Public property subject : TReference read Getsubject write Setsubject;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property reporter : TReference read Getreporter write Setreporter;
Public property period : TPeriod read Getperiod write Setperiod;
Public property improvementNotation : TCodeableConcept read GetimprovementNotation write SetimprovementNotation;
Public property group : TMeasureReportGroupArray read GetgroupArray;
Public property evaluatedResource : TReferenceArray read GetevaluatedResourceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A formal identifier that is used to identify this MeasureReport 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 MeasureReport status. No data will be available until the MeasureReport 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 the score for the measure for an individual member of the population; a subject-listing, which returns the list of members that meet the various criteria in the measure; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.

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

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

Public property measureElement : Tcanonical read GetmeasureElement write SetmeasureElement;
 
Public property subject : TReference read Getsubject write Setsubject;

Optional subject identifying the individual or individuals the report is for.

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 reporter : TReference read Getreporter write Setreporter;

The individual, location, or organization that is reporting the data.

Public property period : TPeriod read Getperiod write Setperiod;

The reporting period for which the report was calculated.

Public property improvementNotation : TCodeableConcept read GetimprovementNotation write SetimprovementNotation;

Whether improvement in the measure is noted by an increase or decrease in the measure score.

Public property group : TMeasureReportGroupArray read GetgroupArray;

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

Public property evaluatedResource : TReferenceArray read GetevaluatedResourceArray;

A reference to a Bundle containing the Resources that were used in the calculation of this measure.


Generated by PasDoc 0.15.0.