dQM CMS Content Implementation Guide
2026.1.0 - CI Build

dQM CMS Content Implementation Guide, published by cqframework. This guide is not an authorized publication; it is the continuous build for version 2026.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/dqm-content-cms-2026/ and changes regularly. See the Directory of published versions

: Medications for Diabetes or Hypercholesterolemia - JSON Representation

Draft as of 2026-06-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "diabetes-hypercholesterolemia-medications",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet diabetes-hypercholesterolemia-medications</b></p><a name=\"diabetes-hypercholesterolemia-medications\"> </a><a name=\"hcdiabetes-hypercholesterolemia-medications\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>860975</td><td>Metformin Hydrochloride 500 MG Oral Tablet</td></tr><tr><td>311040</td><td>Glipizide 5 MG Oral Tablet</td></tr><tr><td>213442</td><td>Insulin glargine 100 UNT/ML Injectable Solution</td></tr><tr><td>617310</td><td>Atorvastatin 10 MG Oral Tablet</td></tr><tr><td>859751</td><td>Rosuvastatin 10 MG Oral Tablet</td></tr><tr><td>200345</td><td>Simvastatin 20 MG Oral Tablet</td></tr><tr><td>596723</td><td>Ezetimibe 10 MG Oral Tablet</td></tr></table></li></ul></div>"
  },
  "url" : "https://example.org/fhir/ValueSet/diabetes-hypercholesterolemia-medications",
  "version" : "1.0.0",
  "name" : "DiabetesHypercholesterolemiaMedications",
  "title" : "Medications for Diabetes or Hypercholesterolemia",
  "status" : "draft",
  "date" : "2026-06-16T17:19:32+00:00",
  "description" : "RxNorm codes for medications used to treat diabetes or hypercholesterolemia",
  "compose" : {
    "include" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "concept" : [
          {
            "code" : "860975",
            "display" : "Metformin Hydrochloride 500 MG Oral Tablet"
          },
          {
            "code" : "311040",
            "display" : "Glipizide 5 MG Oral Tablet"
          },
          {
            "code" : "213442",
            "display" : "Insulin glargine 100 UNT/ML Injectable Solution"
          },
          {
            "code" : "617310",
            "display" : "Atorvastatin 10 MG Oral Tablet"
          },
          {
            "code" : "859751",
            "display" : "Rosuvastatin 10 MG Oral Tablet"
          },
          {
            "code" : "200345",
            "display" : "Simvastatin 20 MG Oral Tablet"
          },
          {
            "code" : "596723",
            "display" : "Ezetimibe 10 MG Oral Tablet"
          }
        ]
      }
    ]
  }
}