MeasureReport - FHIR Resource (stu3)
This MeasureReport Resource uses the
FHIR API standard for access and structure.
Validate an MeasureReport FHIR Resource (stu3)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
date | false | dateTime | # When the report was generated
|
evaluatedResources | false | Reference | # What data was evaluated to produce the measure score
|
group | true | Data Type | # Measure results for each group
|
identifier | false | Identifier | # Additional identifier for the Report
|
measure | false | Reference | # What measure was evaluated
|
patient | false | Reference | # What patient the report is for
|
period | false | Period | # What period the report covers
|
reportingOrganization | false | Reference | # Who is reporting the data
|
status | false | code | # complete | pending | error
|
type | false | code | # individual | patient-list | summary
|
MeasureReport Structure
{
"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
}
MeasureReport Search Parameters
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 |