{
  "resourceType": "ValueSet",
  "id": "task-intent",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"codesystem-task-intent.html\"><code>http://hl7.org/fhir/task-intent</code></a></li><li>Include these codes as defined in <a href=\"codesystem-request-intent.html\"><code>http://hl7.org/fhir/request-intent</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-proposal\">proposal</a></td><td>Proposal</td><td>The request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-plan\">plan</a></td><td>Plan</td><td>The request represents an intention to ensure something occurs without providing an authorization for others to act.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-order\">order</a></td><td>Order</td><td>The request represents a request/demand and authorization for action by the requestor.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-original-order\">original-order</a></td><td>Original Order</td><td>The request represents an original authorization for action.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-reflex-order\">reflex-order</a></td><td>Reflex Order</td><td>The request represents an automatically generated supplemental authorization for action based on a parent authorization together with initial results of the action taken against that parent authorization.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-filler-order\">filler-order</a></td><td>Filler Order</td><td>The request represents the view of an authorization instantiated by a fulfilling system representing the details of the fulfiller's intention to act upon a submitted order.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-instance-order\">instance-order</a></td><td>Instance Order</td><td>An order created in fulfillment of a broader order that represents the authorization for a single activity occurrence.  E.g. The administration of a single dose of a drug.</td></tr><tr><td><a href=\"codesystem-request-intent.html#request-intent-option\">option</a></td><td>Option</td><td>The request represents a component or option for a RequestOrchestration that establishes timing, conditionality and/or other constraints among a set of requests.  Refer to [[[RequestOrchestration]]] for additional information on how this status is used.</td></tr></table></li></ul></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/task-intent",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.1240"
    }
  ],
  "version": "5.0.0",
  "name": "TaskIntent",
  "title": "Task Intent",
  "status": "draft",
  "experimental": false,
  "date": "2020-12-28T16:55:11+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Distinguishes whether the task is a proposal, plan or full order.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/task-intent"
      },
      {
        "system": "http://hl7.org/fhir/request-intent",
        "concept": [
          {
            "code": "proposal"
          },
          {
            "code": "plan"
          },
          {
            "code": "order"
          },
          {
            "code": "original-order"
          },
          {
            "code": "reflex-order"
          },
          {
            "code": "filler-order"
          },
          {
            "code": "instance-order"
          },
          {
            "code": "option"
          }
        ]
      }
    ]
  }
}