FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-cdshooks-indicator.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://cds-hooks.hl7.org/CodeSystem/indicator defines the following codes:

Code Display Definition
info Information The response is informational and indicates that it contains additional information or relevant guidance that may be of interest
warning Warning The response is a warning and indicates that it contains urgent or highly relevant information that should be considered
critical Critical The response is critical and indicates that it contains information or activities that have high urgency and importance that should be immediately addressed

Source1

{
  "resourceType": "CodeSystem",
  "id": "cdshooks-indicator",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "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-13T17:27:08-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.3.0",
  "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"
    }
  ]
}