FHIR IG analytics| Package | hl7.fhir.us.davinci-vbpr |
| Resource Type | MeasureReport |
| Id | MeasureReport-quality-measurereport25.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MeasureReport quality-measurereport25
Information Source: http://example.org/fhir/server
Profile: VBP Quality MeasureReport
DEQM Measure Scoring Extension: Proportion
Score: 3
Threshold
- threshold: 80 % (Details: UCUM code% = '%')
- type: HEDIS 50 Percentile
Threshold
- threshold: 85 % (Details: UCUM code% = '%')
- type: HEDIS 75 Percentile
Threshold
- threshold: 90 % (Details: UCUM code% = '%')
- type: HEDIS 90 Percentile
status: Complete
type: Summary
measure: http://example.org/Measure/measure-diabetes-HbA1c|1.0.000
date: 2021-04-02
reporter: Organization ABC Payer
period: 2020-01-01 --> 2021-03-31
improvementNotation: Increased score indicates improvement
group
population
id
pop1-numcode: Calculated Numerator
count: 18
population
id
pop2-denomcode: Calculated Denominator
count: 20
measureScore: 0.9
{
"resourceType": "MeasureReport",
"id": "quality-measurereport25",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "VBP Quality MeasureReport Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example Member Satisfaction Survey MeasureReport for the *VBP Quality MeasureReport* profile."
}
],
"source": "http://example.org/fhir/server",
"profile": [
"http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-quality-measurereport"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-measureScoring",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
"code": "proportion"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/score",
"valueDecimal": 3
},
{
"extension": [
{
"url": "threshold",
"valueQuantity": {
"value": 80,
"system": "http://unitsofmeasure.org",
"code": "%"
}
},
{
"url": "type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/threshold-type",
"code": "hedis-50-percentile"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/threshold"
},
{
"extension": [
{
"url": "threshold",
"valueQuantity": {
"value": 85,
"system": "http://unitsofmeasure.org",
"code": "%"
}
},
{
"url": "type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/threshold-type",
"code": "hedis-75-percentile"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/threshold"
},
{
"extension": [
{
"url": "threshold",
"valueQuantity": {
"value": 90,
"system": "http://unitsofmeasure.org",
"code": "%"
}
},
{
"url": "type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/threshold-type",
"code": "hedis-90-percentile"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/threshold"
}
],
"status": "complete",
"type": "summary",
"measure": "http://example.org/Measure/measure-diabetes-HbA1c|1.0.000",
"date": "2021-04-02",
"reporter": {
"reference": "Organization/vbp-payer01"
},
"period": {
"start": "2020-01-01",
"end": "2021-03-31"
},
"improvementNotation": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code": "increase",
"display": "Increased score indicates improvement"
}
]
},
"group": [
{
"population": [
{
"id": "pop1-num",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/vbp-measure-population",
"code": "calculated-numerator"
}
]
},
"count": 18
},
{
"id": "pop2-denom",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/vbp-measure-population",
"code": "calculated-denominator"
}
]
},
"count": 20
}
],
"measureScore": {
"value": 0.9
}
}
]
}