Example in Quality Measure Implementation Guide5.0.0
Measure

Terminology FHIR

active

This example illustrates the use of risk adjustment variables within a measure represented as a FHIR eCQM

Measure-Terminology-FHIR.json

Resource Details

Resource Type
Measure
Resource ID
Terminology-FHIR
Identifier
http://example.org/fhir/cqi/ecqm/Measure/Identifier/exm|Terminology_FHIR
Conforms To
http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cohort-measure-cqfm
http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/computable-measure-cqfm

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Measure",
  "id": "Terminology-FHIR",
  "filename": "Measure-Terminology-FHIR.json",
  "profile": [
    "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cohort-measure-cqfm",
    "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/computable-measure-cqfm"
  ],
  "identifier": {
    "system": "http://example.org/fhir/cqi/ecqm/Measure/Identifier/exm",
    "value": "Terminology_FHIR"
  },
  "status": "active",
  "title": "Terminology FHIR",
  "description": "This example illustrates the use of risk adjustment variables within a measure represented as a FHIR eCQM"
}