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

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeCodeSystem
IdCodeSystem-transport-intent.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/oo-incubator/CodeSystem-transport-intent.html
URLhttp://hl7.org/fhir/transport-intent
Version0.1.0
Statusdraft
Date2021-01-05T10:01:24+11:00
NameTransportIntentCS
TitleTransport Intent Code System
Realmuv
Authorityhl7
DescriptionDistinguishes whether the transport is a proposal, plan or full order.
Contentcomplete

Resources that use this resource

ValueSet
transport-intentTransport Intent Value Set
R5-transport-intent-for-R4BCross-version VS for R5.TransportIntent for use in FHIR R4B
R5-transport-intent-for-R4Cross-version VS for R5.TransportIntent for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem transport-intent

This case-sensitive code system http://hl7.org/fhir/transport-intent defines the following code:

CodeDisplayDefinition
unknown UnknownThe intent is not known. When dealing with Transport, it's not always known (or relevant) how the transport was initiated - i.e. whether it was proposed, planned, ordered or just done spontaneously.

Source1

{
  "resourceType": "CodeSystem",
  "id": "transport-intent",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "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/transport-intent",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1928"
    }
  ],
  "version": "0.1.0",
  "name": "TransportIntentCS",
  "title": "Transport Intent Code System",
  "status": "draft",
  "experimental": false,
  "date": "2021-01-05T10:01:24+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"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The intent is not known.  When dealing with Transport, it's not always known (or relevant) how the transport was initiated - i.e. whether it was proposed, planned, ordered or just done spontaneously."
    }
  ]
}