Class TMeasureReport
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property status : string read Getstatus write Setstatus; |
The report status. No data will be available until the report status is complete.
|
|
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.
|
|
property measure : TReference read Getmeasure write Setmeasure; |
A reference to the Measure that was evaluated to produce this report.
|
|
property patient : TReference read Getpatient write Setpatient; |
Optional Patient if the report was requested for a single patient.
|
|
property date_ : string read Getdate_ write Setdate_; |
The date this measure report was generated.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property reportingOrganization : TReference read GetreportingOrganization write SetreportingOrganization; |
Reporting Organization.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The reporting period for which the report was calculated.
|
|
property group : TMeasureReportGroupArray read GetgroupArray; |
The results of the calculation, one for each population group in the measure.
|
|
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.
|