Canonical Resource Management Infrastructure Implementation Guide
2.0.0 - STU 2 International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example Diabetes Condition Grouper

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "example-diabetes-grouper",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet example-diabetes-grouper</b></p><a name=\"example-diabetes-grouper\"> </a><a name=\"hcexample-diabetes-grouper\"> </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/44054006\">44054006</a></td><td style=\"color: #cccccc\">Diabetes mellitus type II</td></tr><tr><td><a href=\"http://snomed.info/id/73211009\">73211009</a></td><td style=\"color: #cccccc\">Diabetes mellitus</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "level",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/curation-coverage-level-codes",
                "code" : "partial",
                "display" : "Partial coverage"
              }
            ]
          }
        },
        {
          "url" : "levelReason",
          "valueMarkdown" : "Medication and laboratory additional-context groupers have not yet been curated or incorporated."
        },
        {
          "url" : "author",
          "valueString" : "CSTE"
        },
        {
          "url" : "assessmentDateTime",
          "valueDateTime" : "2026-02-12"
        },
        {
          "url" : "note",
          "valueMarkdown" : "Initial publication; additional groupers planned for next release."
        }
      ],
      "url" : "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-curationCoverageLevel"
    }
  ],
  "url" : "http://example.org/fhir/ValueSet/example-diabetes-grouper",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.38.48.13"
    }
  ],
  "version" : "1.0.0",
  "name" : "ExampleDiabetesGrouper",
  "title" : "Example Diabetes Condition Grouper",
  "status" : "active",
  "experimental" : true,
  "date" : "2026-07-02T00:17:19+10:00",
  "publisher" : "HL7 International / Clinical Decision Support",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Example condition grouper for diabetes-related diagnoses.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement\n\nThe SNOMED International IPS Terminology is distributed by International Health Terminology Standards Development Organisation, trading as SNOMED International, and is subject the terms of the Creative Commons Attribution 4.0 International Public License. For more information, see SNOMED IPS Terminology\n\nThe HL7 International IPS implementation guides incorporate SNOMED CT®, used by permission of the International Health Terminology Standards Development Organisation, trading as SNOMED International. SNOMED CT was originally created by the College of American Pathologists. SNOMED CT is a registered trademark of the International Health Terminology Standards Development Organisation, all rights reserved. Implementers of SNOMED CT should review usage terms or directly contact SNOMED International: info@snomed.org",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "44054006"
          },
          {
            "code" : "73211009"
          }
        ]
      }
    ]
  }
}