MeasureReportType
public enum MeasureReportType: String
The type of the measure report
URL: http://hl7.org/fhir/measure-report-type ValueSet: http://hl7.org/fhir/ValueSet/measure-report-type
-
An individual report that provides information on the performance for a given measure with respect to a single patient
Declaration
Swift
case individual = "individual"
-
A patient list report that includes a listing of patients that satisfied each population criteria in the measure
Declaration
Swift
case patientList = "patient-list"
-
A summary report that returns the number of patients in each population criteria for the measure
Declaration
Swift
case summary = "summary"