View raw Markdown
type: codesystemcodesystem: action-condition-kind

Action Condition Kind

Concepts

CodeDisplayDefinition
applicabilityApplicabilityThe condition describes whether or not a given action is applicable.
startStartThe condition is a starting condition for the action.
stopStopThe condition is a stop, or exit condition for the action.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="action-condition-kind"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cds"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/>
  </extension>
  <url value="http://hl7.org/fhir/action-condition-kind"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.816"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.799"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ActionConditionKind"/>
  <title value="Action Condition Kind"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="Defines the kinds of conditions that can appear on actions."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/action-condition-kind"/>
  <content value="complete"/>
  <concept>
    <code value="applicability"/>
    <display value="Applicability"/>
    <definition value="The condition describes whether or not a given action is applicable."/>
  </concept>
  <concept>
    <code value="start"/>
    <display value="Start"/>
    <definition value="The condition is a starting condition for the action."/>
  </concept>
  <concept>
    <code value="stop"/>
    <display value="Stop"/>
    <definition value="The condition is a stop, or exit condition for the action."/>
  </concept>
</CodeSystem>