MeasureReport
The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/MeasureReport| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/MeasureReport/[id] |
| Vread | GET | /fhir/R5/MeasureReport/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/MeasureReport/[id] |
| Patch | PATCH | /fhir/R5/MeasureReport/[id] |
| Delete | DELETE | /fhir/R5/MeasureReport/[id] |
| Create | POST | /fhir/R5/MeasureReport |
| Search | GET | /fhir/R5/MeasureReport?... |
| History | GET | /fhir/R5/MeasureReport/[id]/_history |
| Type-history | GET | /fhir/R5/MeasureReport/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | Additional identifier for the MeasureReport |
status | code | 1..1 | complete |
type | code | 1..1 | individual |
dataUpdateType | code | 0..1 | incremental |
measure | canonical | 0..1 | What measure was calculated |
subject | Reference | 0..1 | What individual(s) the report is for |
date | dateTime | 0..1 | When the measure was calculated |
reporter | Reference | 0..1 | Who is reporting the data |
reportingVendor | Reference | 0..1 | What vendor prepared the data |
location | Reference | 0..1 | Where the reported data is from |
period | Period | 1..1 | What period the report covers |
inputParameters | Reference | 0..1 | What parameters were provided to the report |
scoring | CodeableConcept | 0..1 | What scoring method (e.g. proportion, ratio, continuous-variable) modifier |
improvementNotation | CodeableConcept | 0..1 | increase |
group | BackboneElement | 0..* | Measure results for each group |
supplementalData | Reference | 0..* | Additional information collected for the report |
evaluatedResource | Reference | 0..* | What data was used to calculate the measure score |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
date | date | When the event occurred |
evaluated-resource | reference | An evaluated resource referenced by the measure report |
identifier | token | Account number |
location | reference | The location to return measure report results for |
measure | reference | The measure to return measure report results for |
patient | reference | The entity that caused the expenses |
period | date | The period of the measure report |
reporter | reference | The reporter to return measure report results for |
status | token | The status of the measure report |
subject | reference | The identity of a subject to search for individual measure report results for |
Reference
- Official FHIR R5 spec:
MeasureReport - Maturity: Trial Use 4 (FMM 4).