--- type: "valueset" title: "Task Intent" valueset: "task-intent" --- # Task Intent - **Official URL**: http://hl7.org/fhir/ValueSet/task-intent - **Version**: 6.0.0 - **Status**: active - **Name**: TaskIntent - **Title**: Task Intent - **Publisher**: HL7 (FHIR Project) - **Description**: Distinguishes whether the task is a proposal, plan or full order. ## Content (Compose) - **System**: http://hl7.org/fhir/task-intent - **System**: http://hl7.org/fhir/request-intent | **Concepts**: proposal, plan, order, original-order, reflex-order, filler-order, instance-order, option ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <date value="2020-12-28T16:55:11+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="Distinguishes whether the task is a proposal, plan or full order."/> <immutable value="true"/> <compose> <include> <system value="http://hl7.org/fhir/task-intent"/> </include> <include> <system value="http://hl7.org/fhir/request-intent"/> <concept> <code value="proposal"/> </concept> <concept> <code value="plan"/> </concept> <concept> <code value="order"/> </concept> <concept> <code value="original-order"/> </concept> <concept> <code value="reflex-order"/> </concept> <concept> <code value="filler-order"/> </concept> <concept> <code value="instance-order"/> </concept> <concept> <code value="option"/> </concept> </include> </compose> </ValueSet> ```