http://cds-hooks.hl7.org/CodeSystem/indicator|5.0.0

name
Indicator
package
hl7.fhir.r5.core@5.0.0
content
complete
status
draft

CDS Hooks Indicator

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.

{
  "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.",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : null,
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "FHIR Project team",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "Indicator",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "CDS Hooks Indicator",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "vocab"
  } ],
  "status" : "draft",
  "id" : "4dd5d1fa-e3c1-53a8-b7e4-c5ec99c00227",
  "valueSet" : "http://hl7.org/fhir/ValueSet/cdshooks-indicator",
  "url" : "http://cds-hooks.hl7.org/CodeSystem/indicator",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1066",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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"
  } ],
  "caseSensitive" : true,
  "version" : "5.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    } ]
  } ]
}