Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Example ValueSet/task-intent (JSON)

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetTaskIntent

{
  "resourceType" : "ValueSet",
  "id" : "task-intent",
  "meta" : {
    "lastUpdated" : "2022-09-10T05:52:37.223+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>This value set includes codes based on the following rules:</p>\n      <ul>\n        <li>Include all codes defined in\n          <a href=\"codesystem-task-intent.html\">\n            <code>http://hl7.org/fhir/task-intent</code>\n          </a>\n        </li>\n        <li>Include these codes as defined in\n          <a href=\"codesystem-request-intent.html\">\n            <code>http://hl7.org/fhir/request-intent</code>\n          </a>\n          <table class=\"none\">\n            <tr>\n              <td style=\"white-space:nowrap\">\n                <b>Code</b>\n              </td>\n              <td>\n                <b>Display</b>\n              </td>\n              <td>\n                <b>Definition</b>\n              </td>\n            </tr>\n            <tr>\n              <td>\n                <a href=\"codesystem-request-intent.html#request-intent-proposal\">proposal</a>\n              </td>\n              <td>Proposal</td>\n              <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>\n            </tr>\n            <tr>\n              <td>\n                <a href=\"codesystem-request-intent.html#request-intent-plan\">plan</a>\n              </td>\n              <td>Plan</td>\n              <td>The request represents an intention to ensure something occurs without providing an authorization for others to act.</td>\n            </tr>\n            <tr>\n              <td>\n                <a href=\"codesystem-request-intent.html#request-intent-order\">order</a>\n              </td>\n              <td>Order</td>\n              <td>The request represents a request/demand and authorization for action by the requestor.</td>\n            </tr>\n            <tr>\n              <td>\n                <a href=\"codesystem-request-intent.html#request-intent-original-order\">original-order</a>\n              </td>\n              <td>Original Order</td>\n              <td>The request represents an original authorization for action.</td>\n            </tr>\n            <tr>\n              <td>\n                <a href=\"codesystem-request-intent.html#request-intent-reflex-order\">reflex-order</a>\n              </td>\n              <td>Reflex Order</td>\n              <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>\n            </tr>\n            <tr>\n              <td>\n                <a href=\"codesystem-request-intent.html#request-intent-filler-order\">filler-order</a>\n              </td>\n              <td>Filler Order</td>\n              <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>\n            </tr>\n            <tr>\n              <td>\n                <a href=\"codesystem-request-intent.html#request-intent-instance-order\">instance-order</a>\n              </td>\n              <td>Instance Order</td>\n              <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>\n            </tr>\n            <tr>\n              <td>\n                <a href=\"codesystem-request-intent.html#request-intent-option\">option</a>\n              </td>\n              <td>Option</td>\n              <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>\n            </tr>\n          </table>\n        </li>\n      </ul>\n    </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" : 2
  }],
  "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-ballot",
  "name" : "TaskIntent",
  "title" : "TaskIntent",
  "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.",
  "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"
      }]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.