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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "transport-intent"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-12-28T16:55:11.085+11:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "oo" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 2 ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/ValueSet/transport-intent"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/ValueSet/transport-intent>
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986> ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3034" ]
] ) ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "TransportIntentVS"] ; #
fhir:title [ fhir:v "Transport Intent Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Orders and Observations"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Orders and Observations Workgroup" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "oo@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Distinguishes whether the transport is a proposal, plan or full order."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:immutable [ fhir:v true] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://hl7.org/fhir/transport-intent"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/transport-intent> ] ] [
fhir:system [
fhir:v "http://hl7.org/fhir/request-intent"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/request-intent> ] ;
( fhir:concept [
fhir:code [ fhir:v "proposal" ] ] [
fhir:code [ fhir:v "plan" ] ] [
fhir:code [ fhir:v "order" ] ] [
fhir:code [ fhir:v "original-order" ] ] [
fhir:code [ fhir:v "reflex-order" ] ] [
fhir:code [ fhir:v "filler-order" ] ] [
fhir:code [ fhir:v "instance-order" ] ] [
fhir:code [ fhir:v "option" ] ] ) ] )
] . #
IG © 2025+ HL7 International / Orders and Observations.
Package hl7.fhir.uv.oo-incubator#0.1.0 based on FHIR 6.0.0-ballot3.
Generated
2025-11-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
