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
| Draft as of 2026-06-16 |
{
"resourceType" : "ValueSet",
"id" : "chemo-radiation-breast-resection",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet chemo-radiation-breast-resection</b></p><a name=\"chemo-radiation-breast-resection\"> </a><a name=\"hcchemo-radiation-breast-resection\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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><a href=\"http://snomed.info/id/367336001\">367336001</a></td><td>Chemotherapy (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/108290001\">108290001</a></td><td>Radiation oncology AND/OR radiotherapy (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/69031006\">69031006</a></td><td>Excision of breast tissue (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/172043006\">172043006</a></td><td>Simple mastectomy (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/392090004\">392090004</a></td><td>Lumpectomy of breast (procedure)</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-CPT.html\"><code>http://www.ama-assn.org/go/cpt</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>96401</td><td>Chemotherapy administration, subcutaneous or intramuscular</td></tr><tr><td>77385</td><td>Intensity modulated radiation treatment delivery</td></tr><tr><td>19301</td><td>Partial mastectomy (lumpectomy)</td></tr><tr><td>19303</td><td>Simple complete mastectomy</td></tr></table></li></ul></div>"
},
"url" : "https://example.org/fhir/ValueSet/chemo-radiation-breast-resection",
"version" : "1.0.0",
"name" : "ChemoRadiationBreastResection",
"title" : "Chemotherapy, Radiation Therapy, or Breast Resection Procedures",
"status" : "draft",
"date" : "2026-06-16T17:19:32+00:00",
"description" : "Procedures indicating prior chemotherapy, radiation therapy, or breast resection",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "367336001",
"display" : "Chemotherapy (procedure)"
},
{
"code" : "108290001",
"display" : "Radiation oncology AND/OR radiotherapy (procedure)"
},
{
"code" : "69031006",
"display" : "Excision of breast tissue (procedure)"
},
{
"code" : "172043006",
"display" : "Simple mastectomy (procedure)"
},
{
"code" : "392090004",
"display" : "Lumpectomy of breast (procedure)"
}
]
},
{
"system" : "http://www.ama-assn.org/go/cpt",
"concept" : [
{
"code" : "96401",
"display" : "Chemotherapy administration, subcutaneous or intramuscular"
},
{
"code" : "77385",
"display" : "Intensity modulated radiation treatment delivery"
},
{
"code" : "19301",
"display" : "Partial mastectomy (lumpectomy)"
},
{
"code" : "19303",
"display" : "Simple complete mastectomy"
}
]
}
]
}
}