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

name
Indicator
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft

This value set captures the set of indicator codes defined by the CDS Hooks specification.

{
  "description" : "This value set captures the set of indicator codes defined by the CDS Hooks specification.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : null,
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "FHIR Project team",
  "content" : "complete",
  "name" : "Indicator",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : null,
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "vocab"
  } ],
  "status" : "draft",
  "id" : "6d608430-5da1-5641-9ae5-53fce3ae003c",
  "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" : "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"
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    } ]
  } ]
}