FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4 |
| Resource Type | MeasureReport |
| Id | MeasureReport-gr-scenario4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MeasureReport gr-scenario4
status: Complete
type: Individual
measure: Activity Example Generate Report Measure
subject: Example Patient Female, DoB: 1990-10-01
date: 2020-01-15
period: 2020-01-15 --> 2020-01-15
improvementNotation: Increased score indicates improvement
group
Populations
Code Count Measure Observation 1 measureScore: 100
{
"resourceType": "MeasureReport",
"id": "gr-scenario4",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "complete",
"type": "individual",
"measure": "http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport-measure",
"subject": {
"reference": "Patient/gr-scenario4-patient"
},
"date": "2020-01-15",
"period": {
"start": "2020-01-15",
"end": "2020-01-15"
},
"improvementNotation": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code": "increase"
}
]
},
"group": [
{
"population": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-population",
"code": "measure-observation"
}
]
},
"count": 1
}
],
"measureScore": {
"value": 100
}
}
]
}