FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: CDS Hooks Indicator - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cdshooks-indicator",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://cds-hooks.hl7.org/CodeSystem/indicator</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">info\n                  <a name=\"cdshooks-indicator-info\"> </a>\n                </td>\n                <td>Information</td>\n                <td>The response is informational and indicates that it contains additional information or relevant guidance that may be of interest</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">warning\n                  <a name=\"cdshooks-indicator-warning\"> </a>\n                </td>\n                <td>Warning</td>\n                <td>The response is a warning and indicates that it contains urgent or highly relevant information that should be considered</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">critical\n                  <a name=\"cdshooks-indicator-critical\"> </a>\n                </td>\n                <td>Critical</td>\n                <td>The response is critical and indicates that it contains information or activities that have high urgency and importance that should be immediately addressed</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "vocab"
    }
  ],
  "url" : "http://cds-hooks.hl7.org/CodeSystem/indicator",
  "version" : "5.0.0",
  "name" : "Indicator",
  "title" : "CDS Hooks Indicator",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:55:28-04:00",
  "publisher" : "HL7 International / Terminology Infrastructure",
  "contact" : [
    {
      "name" : "HL7 International / Terminology Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/Vocab"
        }
      ]
    }
  ],
  "description" : "This codesystem captures the indicator codes defined by the CDS Hooks specification. The indicator is included as an element of the cards in a CDS Hooks response and conveys the urgency and/or importance of the information in each card. See [Card Attributes](https://cds-hooks.hl7.org/1.0/#card-attributes) in the CDS Hooks specification for more information.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/cdshooks-indicator|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "info",
      "display" : "Information",
      "definition" : "The response is informational and indicates that it contains additional information or relevant guidance that may be of interest"
    },
    {
      "code" : "warning",
      "display" : "Warning",
      "definition" : "The response is a warning and indicates that it contains urgent or highly relevant information that should be considered"
    },
    {
      "code" : "critical",
      "display" : "Critical",
      "definition" : "The response is critical and indicates that it contains information or activities that have high urgency and importance that should be immediately addressed"
    }
  ]
}