Class TMeasureReport
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property status : string read Getstatus write Setstatus; |
The MeasureReport status. No data will be available until the MeasureReport status is complete.
|
|
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.
|
|
property measure : string read Getmeasure write Setmeasure; |
A reference to the Measure that was calculated to produce this report.
|
|
property measureElement : Tcanonical read GetmeasureElement write SetmeasureElement; |
|
|
property subject : TReference read Getsubject write Setsubject; |
Optional subject identifying the individual or individuals the report is for.
|
|
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 reporter : TReference read Getreporter write Setreporter; |
The individual, location, or organization that is reporting the data.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The reporting period for which the report was calculated.
|
|
property improvementNotation : TCodeableConcept read GetimprovementNotation write SetimprovementNotation; |
Whether improvement in the measure is noted by an increase or decrease in the measure score.
|
|
property group : TMeasureReportGroupArray read GetgroupArray; |
The results of the calculation, one for each population group in the measure.
|
|
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.
|