FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeValueSet
IdValueSet-transport-intent.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/oo-incubator/ValueSet-transport-intent.html
URLhttp://hl7.org/fhir/ValueSet/transport-intent
Version0.1.0
Statusdraft
Date2020-12-28T16:55:11+11:00
NameTransportIntentVS
TitleTransport Intent Value Set
Realmuv
Authorityhl7
DescriptionDistinguishes whether the transport is a proposal, plan or full order.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
request-intentRequestIntent
transport-intentTransport Intent Code System

Narrative

Note: links and images are rebased to the (stated) source

This value set includes codes based on the following rules:

  • Include all codes defined in http://hl7.org/fhir/transport-intent
  • Include these codes as defined in http://hl7.org/fhir/request-intent
    Code Display Definition
    proposal Proposal 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.
    plan Plan The request represents an intention to ensure something occurs without providing an authorization for others to act.
    order Order The request represents a request/demand and authorization for action by a Practitioner.
    original-order Original Order The request represents an original authorization for action.
    reflex-order Reflex Order 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.
    filler-order Filler Order 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.
    instance-order Instance Order 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.
    option Option 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.

Source1

{
  "resourceType": "ValueSet",
  "id": "transport-intent",
  "meta": {
    "lastUpdated": "2020-12-28T16:55:11.085+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}