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

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

: 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 http://cds-hooks.hl7.org/CodeSystem/indicator defines the following codes:</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              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">info\n                  <a name=\"cdshooks-indicator-info\"> </a>\n                </td>\n                <td>The response is informational</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">warning\n                  <a name=\"cdshooks-indicator-warning\"> </a>\n                </td>\n                <td>The response is a warning</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">critical\n                  <a name=\"cdshooks-indicator-critical\"> </a>\n                </td>\n                <td>The response is critical and indicates the workflow should not be allowed to proceed</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.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" : "4.3.0",
  "name" : "Indicator",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:38:45-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 value set captures the set of indicator codes defined by the CDS Hooks specification.",
  "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" : "The response is informational"
    },
    {
      "code" : "warning",
      "display" : "The response is a warning"
    },
    {
      "code" : "critical",
      "display" : "The response is critical and indicates the workflow should not be allowed to proceed"
    }
  ]
}