OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/oo-incubator/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 2 |
{
"resourceType" : "ValueSet",
"id" : "transport-intent",
"meta" : {
"lastUpdated" : "2020-12-28T16:55:11.085+11:00",
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"language" : "en",
"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-transport-intent.html\">\n <code>http://hl7.org/fhir/transport-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 a Practitioner.</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/transport-intent",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.3.3034"
}
],
"version" : "0.1.0",
"name" : "TransportIntentVS",
"title" : "Transport Intent Value Set",
"status" : "draft",
"experimental" : false,
"date" : "2020-12-28T16:55:11+11:00",
"publisher" : "HL7 International / Orders and Observations",
"contact" : [
{
"name" : "HL7 Orders and Observations Workgroup",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/orders"
},
{
"system" : "email",
"value" : "oo@lists.HL7.org"
}
]
}
],
"description" : "Distinguishes whether the transport is a proposal, plan or full order.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"immutable" : true,
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/transport-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"
}
]
}
]
}
}