"status":
"patient":
"period":
"evaluatedResources":
"reportingOrganization":
"measure":
"date":
"group":
"identifier":
"type":
{
"resourceType" : "MeasureReport",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : { Identifier }, // Additional identifier for the Report
"status" : "<code>", // R! complete | pending | error
"type" : "<code>", // R! individual | patient-list | summary
"measure" : { Reference(Measure) }, // R! What measure was evaluated
"patient" : { Reference(Patient) }, // What patient the report is for
"date" : "<dateTime>", // When the report was generated
"reportingOrganization" : { Reference(Organization) }, // Who is reporting the data
"period" : { Period }, // R! What period the report covers
"group" : [{ // Measure results for each group
"identifier" : { Identifier }, // R! What group of the measure
"population" : [{ // The populations in the group
"identifier" : { Identifier }, // Population identifier as defined in the measure
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score
"count" : <integer>, // Size of the population
"patients" : { Reference(List) } // For patient-list reports, the patients in this population
}],
"measureScore" : <decimal>, // What score this group achieved
"stratifier" : [{ // Stratification results
"identifier" : { Identifier }, // What stratifier of the group
"stratum" : [{ // Stratum results, one for each unique value in the stratifier
"value" : "<string>", // R! The stratum value, e.g. male
"population" : [{ // Population results in this stratum
"identifier" : { Identifier }, // Population identifier as defined in the measure
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score
"count" : <integer>, // Size of the population
"patients" : { Reference(List) } // For patient-list reports, the patients in this population
}],
"measureScore" : <decimal> // What score this stratum achieved
}]
}]
}],
"evaluatedResources" : { Reference(Bundle) } // What data was evaluated to produce the measure score
}
The following search parameters can be used to query MeasureReport resources. Just submit them like so:
https://api.1up.health/fhir/stu3/MeasureReport?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
identifier | text | identifier |
patient | reference | patient |
status | text | status |