FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-vbpr.r4b
Resource TypeMeasureReport
IdMeasureReport-quality-measurereport24.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MeasureReport

ResourceMeasureReport "quality-measurereport24"

Information Source: http://example.org/fhir/server!

Profile: VBP Quality MeasureReport

DEQM Measure Scoring Extension: Proportion (MeasureScoring#proportion)

Measure Report Category: Value-Based Performance (Measure Report Category#vbp)

Score: 2

Threshold

url

Threshold

value: 7 % (Details: UCUM code% = '%')

url

type

value: HEDIS 50 Percentile (Threshold Type Codes#hedis-50-percentile)

Threshold

url

Threshold

value: 5 % (Details: UCUM code% = '%')

url

type

value: HEDIS 75 Percentile (Threshold Type Codes#hedis-75-percentile)

Threshold

url

Threshold

value: 3 % (Details: UCUM code% = '%')

url

type

value: HEDIS 90 Percentile (Threshold Type Codes#hedis-90-percentile)

status: complete

type: summary

measure: http://example.org/Measure/measure-diabetes-HbA1c

date: 2021-04-02

reporter: Organization/vbp-payer01 "ABC Payer"

period: 2020-01-01 --> 2021-03-31

improvementNotation: Increased score indicates improvement (MeasureImprovementNotation#increase)

group

population

id

pop1-num

code: Calculated Numerator (Value-Based Performance Measure Population Type Codes#calculated-numerator)

count: 1

population

id

pop2-denom

code: Calculated Denominator (Value-Based Performance Measure Population Type Codes#calculated-denominator)

count: 6

measureScore: 0.167


Source1

{
  "resourceType": "MeasureReport",
  "id": "quality-measurereport24",
  "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 Plan All-Cause Readmissions 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/StructureDefinition/measurereport-category",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/CodeSystem/measurereport-category",
            "code": "vbp"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/score",
      "valueDecimal": 2
    },
    {
      "extension": [
        {
          "url": "threshold",
          "valueQuantity": {
            "value": 7,
            "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": 5,
            "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": 3,
            "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",
  "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": 1
        },
        {
          "id": "pop2-denom",
          "code": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/vbp-measure-population",
                "code": "calculated-denominator"
              }
            ]
          },
          "count": 6
        }
      ],
      "measureScore": {
        "value": 0.167
      }
    }
  ]
}