--- type: "codesystem" title: "Action Condition Kind" codesystem: "action-condition-kind" --- # Action Condition Kind - **Official URL**: http://hl7.org/fhir/action-condition-kind - **Version**: 6.0.0 - **Status**: active - **Name**: ActionConditionKind - **Title**: Action Condition Kind - **Publisher**: HL7 (FHIR Project) - **Description**: Defines the kinds of conditions that can appear on actions. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | applicability | Applicability | The condition describes whether or not a given action is applicable. | | start | Start | The condition is a starting condition for the action. | | stop | Stop | The condition is a stop, or exit condition for the action. | ## CodeSystem XML ```xml <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> ```