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

FHIR IG analytics

Packagecms.fhir.qmd
Resource TypeValueSet
IdValueSet-cms-measure-scoring.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/cqframework/cms-qmd/ValueSet-cms-measure-scoring.html
URLhttp://ecqi.healthit.gov/fhir/uv/cqm/ValueSet/cms-measure-scoring
Version0.8.0-cibuild
Statusactive
Date2026-08-07T19:55:47+00:00
NameCMSMeasureScoring
TitleCMS Measure Scoring
Realmuv
DescriptionThe CMS measure scoring value set identifies codes currently supported in the CMS dQM authoring environment.

Resources that use this resource

StructureDefinition
cms.fhir.qmd#currentcms-scoringCMS Scoring

Resources that this resource uses

CodeSystem
hl7.terminology#currentmeasure-scoringMeasure Scoring

Narrative

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

Generated Narrative: ValueSet cms-measure-scoring

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/measure-scoring version 📍4.0.0
    CodeDisplayDefinition
    proportionProportionThe measure is a proportion scoring measure, defined as the result of a fraction (number of events in the numerator divided by the number of events in the denominator). Proportion measures typically define an initial population, then denominator and numerator inclusion and exclusion criteria.
    ratioRatioThe measure is a ratio scoring measure, defined as the result of a ratio calculation. This is similar to a proportion scoring, with the exception that the numerator and denominator may be drawn from different initial populations. Ratio measures typically define initial population(s) and then numerator and denominator inclusion and exclusion criteria.
    continuous-variableContinuous VariableThe measure is a continuous variable scoring measure, defined by a measure observation calculation performed for each member of the population. Continuous variable measures typically define an initial population, then measure population inclusion and exclusion criteria, as well as a measure observation.
    compositeCompositeThe measure score combines multiple component measures into a single measure score. Composite measures are typically defined by referencing other measures, and use the Composite Scoring code system to define possible composite scoring methods.
    cohortCohortThe measure is a cohort definition, meaning the measure is simply the definition of a population, and the score is a count of the members of that population. Cohort measures typically define only an initial population to determine membership.

Source1

{
  "resourceType": "ValueSet",
  "id": "cms-measure-scoring",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ecqi.healthit.gov/fhir/uv/cqm/ValueSet/cms-measure-scoring",
  "version": "0.8.0-cibuild",
  "name": "CMSMeasureScoring",
  "title": "CMS Measure Scoring",
  "status": "active",
  "experimental": false,
  "date": "2026-08-07T19:55:47+00:00",
  "publisher": "Centers for Medicare & Medicaid Services (CMS)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cms.gov"
        }
      ]
    }
  ],
  "description": "The CMS measure scoring value set identifies codes currently supported in the CMS dQM authoring environment.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
        "version": "4.0.0",
        "concept": [
          {
            "code": "proportion"
          },
          {
            "code": "ratio"
          },
          {
            "code": "continuous-variable"
          },
          {
            "code": "composite"
          },
          {
            "code": "cohort"
          }
        ]
      }
    ]
  }
}