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

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: Example Diabetes Condition Grouper - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "example-diabetes-grouper",
  "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" : "dateTime",
          "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-02-25T21:22:55+00: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"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "44054006"
          },
          {
            "code" : "73211009"
          }
        ]
      }
    ]
  }
}