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.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://cds-hooks.hl7.org/CodeSystem/indicator"
  }, {
    "name" : "version",
    "valueString" : "5.0.0"
  } ]
}