Clinical Practice Guidelines
2.0.0-ballot - ballot International flag

Clinical Practice Guidelines, 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/cqf-recommendations/ and changes regularly. See the Directory of published versions

: CPG Indicator Code System - JSON Representation

Active as of 2024-04-14

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cpg-indicator-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-indicator-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">info<a name=\"cpg-indicator-cs-info\"> </a></td><td>Information</td><td>Indicates that the recommendation is informational</td></tr><tr><td style=\"white-space:nowrap\">warning<a name=\"cpg-indicator-cs-warning\"> </a></td><td>Warning</td><td>Indicates that the recommendation is a warning</td></tr><tr><td style=\"white-space:nowrap\">critical<a name=\"cpg-indicator-cs-critical\"> </a></td><td>Critical</td><td>Indicates that the recommendation is critical and the workflow should not be allowed to proceed. When implemented, an alternative pathway should be provided, and care should be taken to ensure that the user experience is not disruptive.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode" : "shareable"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode" : "computable"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode" : "publishable"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel",
      "valueCode" : "structured"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-indicator-cs",
  "version" : "2.0.0-ballot",
  "name" : "CPGIndicatorCS",
  "title" : "CPG Indicator Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-14T20:00:23+00:00",
  "publisher" : "HL7 International / Clinical Decision Support",
  "contact" : [
    {
      "name" : "HL7 International / Clinical Decision Support",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Indicates the urgency/importance of what this recommendation conveys",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/uv/cpg/ValueSet/cpg-indicator-vs",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "info",
      "display" : "Information",
      "definition" : "Indicates that the recommendation is informational"
    },
    {
      "code" : "warning",
      "display" : "Warning",
      "definition" : "Indicates that the recommendation is a warning"
    },
    {
      "code" : "critical",
      "display" : "Critical",
      "definition" : "Indicates that the recommendation is critical and the workflow should not be allowed to proceed. When implemented, an alternative pathway should be provided, and care should be taken to ensure that the user experience is not disruptive."
    }
  ]
}