OO Incubator Implementation Guide
0.1.0 - ci-build International flag

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

: Transport Intent Value Set

Page standards status: Trial-use Maturity Level: 2

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="transport-intent"/>
  <meta>
    <lastUpdated value="2020-12-28T16:55:11.085+11:00"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/>
    <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-transport-intent.html">
            <code>http://hl7.org/fhir/transport-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 a Practitioner.</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>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/transport-intent"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3034"/>
  </identifier>
  <version value="0.1.0"/>
  <name value="TransportIntentVS"/>
  <title value="Transport Intent Value Set"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2020-12-28T16:55:11+11:00"/>
  <publisher value="HL7 International / Orders and Observations"/>
  <contact>
    <name value="HL7 Orders and Observations Workgroup"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/orders"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="oo@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="Distinguishes whether the transport is a proposal, plan or full order."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <immutable value="true"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/transport-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>