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

: Histologic Test Methods - JSON Representation

Draft as of 2026-06-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "histologic-test",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet histologic-test</b></p><a name=\"histologic-test\"> </a><a name=\"hchistologic-test\"> </a><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/714797009\">714797009</a></td><td>Histologic test (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/86273004\">86273004</a></td><td>Biopsy (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/119306004\">119306004</a></td><td>Specimen from breast obtained by biopsy (specimen)</td></tr><tr><td><a href=\"http://snomed.info/id/250537006\">250537006</a></td><td>Histopathology finding (finding)</td></tr></table></li></ul></div>"
  },
  "url" : "https://example.org/fhir/ValueSet/histologic-test",
  "version" : "1.0.0",
  "name" : "HistologicTest",
  "title" : "Histologic Test Methods",
  "status" : "draft",
  "date" : "2026-06-16T17:19:32+00:00",
  "description" : "SNOMED-CT codes for histologic examination methods used to confirm diagnosis",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "714797009",
            "display" : "Histologic test (procedure)"
          },
          {
            "code" : "86273004",
            "display" : "Biopsy (procedure)"
          },
          {
            "code" : "119306004",
            "display" : "Specimen from breast obtained by biopsy (specimen)"
          },
          {
            "code" : "250537006",
            "display" : "Histopathology finding (finding)"
          }
        ]
      }
    ]
  }
}