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

: Core Needle Biopsy Procedures - JSON Representation

Draft as of 2026-06-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "core-needle-biopsy",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet core-needle-biopsy</b></p><a name=\"core-needle-biopsy\"> </a><a name=\"hccore-needle-biopsy\"> </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/44578009\">44578009</a></td><td>Core needle biopsy of breast (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/171000119109\">171000119109</a></td><td>Core needle biopsy of lesion of breast (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/274331003\">274331003</a></td><td>Percutaneous needle biopsy 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>19100</td><td>Biopsy of breast; percutaneous, needle core</td></tr><tr><td>19081</td><td>Biopsy, breast, with placement of breast localization device, mammographic guidance</td></tr></table></li></ul></div>"
  },
  "url" : "https://example.org/fhir/ValueSet/core-needle-biopsy",
  "version" : "1.0.0",
  "name" : "CoreNeedleBiopsy",
  "title" : "Core Needle Biopsy Procedures",
  "status" : "draft",
  "date" : "2026-06-16T17:19:32+00:00",
  "description" : "SNOMED-CT and CPT codes for core needle biopsy procedures",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "44578009",
            "display" : "Core needle biopsy of breast (procedure)"
          },
          {
            "code" : "171000119109",
            "display" : "Core needle biopsy of lesion of breast (procedure)"
          },
          {
            "code" : "274331003",
            "display" : "Percutaneous needle biopsy of breast (procedure)"
          }
        ]
      },
      {
        "system" : "http://www.ama-assn.org/go/cpt",
        "concept" : [
          {
            "code" : "19100",
            "display" : "Biopsy of breast; percutaneous, needle core"
          },
          {
            "code" : "19081",
            "display" : "Biopsy, breast, with placement of breast localization device, mammographic guidance"
          }
        ]
      }
    ]
  }
}