{
  "resourceType": "CodeSystem",
  "id": "action-condition-kind",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ActionConditionKind</h2><div><p>Defines the kinds of conditions that can appear on actions</p></div><p>This code system http://hl7.org/fhir/action-condition-kind defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>applicability\r\n                  <a name=\"action-condition-kind-applicability\"></a></td><td>Applicability</td><td>The condition describes whether or not a given action is applicable</td></tr><tr><td>start\r\n                  <a name=\"action-condition-kind-start\"></a></td><td>Start</td><td>The condition is a starting condition for the action</td></tr><tr><td>stop\r\n                  <a name=\"action-condition-kind-stop\"></a></td><td>Stop</td><td>The condition is a stop, or exit condition for the action</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/action-condition-kind",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.799"
  },
  "version": "3.0.1",
  "name": "ActionConditionKind",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Defines the kinds of conditions that can appear on actions",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind",
  "content": "complete",
  "concept": [
    {
      "code": "applicability",
      "display": "Applicability",
      "definition": "The condition describes whether or not a given action is applicable"
    },
    {
      "code": "start",
      "display": "Start",
      "definition": "The condition is a starting condition for the action"
    },
    {
      "code": "stop",
      "display": "Stop",
      "definition": "The condition is a stop, or exit condition for the action"
    }
  ]
}