FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.13.2  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |  Library  |   

TX: CodeSystem cdshooks-indicator

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cdshooks-indicator"/>
  <meta>
    <lastUpdated value="2019-11-01T09:29:23.356+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/>
  </extension>
  <url value="http://cds-hooks.hl7.org/CodeSystem/indicator"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1066"/>
  </identifier>
  <version value="4.0.1"/>
  <name value="Indicator"/>
  <status value="draft"/>
  <experimental value="false"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="This value set captures the set of indicator codes defined by the CDS Hooks specification."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/cdshooks-indicator"/>
  <content value="complete"/>
  <concept>
    <code value="info"/>
    <display value="The response is informational"/>
  </concept>
  <concept>
    <code value="warning"/>
    <display value="The response is a warning"/>
  </concept>
  <concept>
    <code value="critical"/>
    <display value="The response is critical and indicates the workflow should not be allowed to proceed"/>
  </concept>
</CodeSystem>