MeasureReport
open class MeasureReport: DomainResource
Results of a measure evaluation.
The MeasureReport resource contains the results of evaluating a measure.
-
Results of a measure evaluation.
The MeasureReport resource contains the results of evaluating a measure.
Declaration
Swift
override open class var resourceType: String -
When the report was generated.
Declaration
Swift
public var date: DateTime? -
What data was evaluated to produce the measure score.
Declaration
Swift
public var evaluatedResources: Reference? -
Measure results for each group.
Declaration
Swift
public var group: [MeasureReportGroup]? -
Additional identifier for the Report.
Declaration
Swift
public var identifier: Identifier? -
What measure was evaluated.
Declaration
Swift
public var measure: Reference? -
What patient the report is for.
Declaration
Swift
public var patient: Reference? -
What period the report covers.
Declaration
Swift
public var period: Period? -
Who is reporting the data.
Declaration
Swift
public var reportingOrganization: Reference? -
The report status. No data will be available until the report status is complete.
Declaration
Swift
public var status: MeasureReportStatus? -
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.
Declaration
Swift
public var type: MeasureReportType? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(measure: Reference, period: Period, status: MeasureReportStatus, type: MeasureReportType) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class MeasureReport: DomainResource
View on GitHub
Install in Dash
MeasureReport Class Reference