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-status-reason.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/oo-incubator/CodeSystem-transport-status-reason.html
URLhttp://hl7.org/fhir/transport-status-reason
Version0.1.0
Statusdraft
Date2021-01-05T10:01:24+11:00
NameTransportStatusReasonCS
TitleTransport Status Reason Code System
Realmuv
Authorityhl7
DescriptionStatus of transport.
Contentcomplete

Resources that use this resource

ValueSet
transport-status-reasonTransport Status Reason Value Set
R5-transport-status-reason-for-R4BCross-version VS for R5.TransportStatusReason for use in FHIR R4B
R5-transport-status-reason-for-R4Cross-version VS for R5.TransportStatusReason 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-status-reason

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

CodeDisplayDefinition
declined-by-patient Declined by patientPatient declined transport.
refused-by-recipient Refused by recipientTransport was refused by recipient.
patient-not-available Patient not availableThe patient was not available for transport.
specimen-not-available Specimen not availableThe specimen was not available for transport.
wrong-request-data Wrong request dataWrong data in the transport request.
in-route-accident In route accidentAn accident has occurred in route.
request-not-acknowledged Request not acknowledgedThe transport request was not acknowledged.

Source1

{
  "resourceType": "CodeSystem",
  "id": "transport-status-reason",
  "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": 1
    }
  ],
  "url": "http://hl7.org/fhir/transport-status-reason",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1930"
    }
  ],
  "version": "0.1.0",
  "name": "TransportStatusReasonCS",
  "title": "Transport Status Reason 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": "Status of transport.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/transport-status-reason",
  "content": "complete",
  "concept": [
    {
      "code": "declined-by-patient",
      "display": "Declined by patient",
      "definition": "Patient declined transport."
    },
    {
      "code": "refused-by-recipient",
      "display": "Refused by recipient",
      "definition": "Transport was refused by recipient."
    },
    {
      "code": "patient-not-available",
      "display": "Patient not available",
      "definition": "The patient was not available for transport."
    },
    {
      "code": "specimen-not-available",
      "display": "Specimen not available",
      "definition": "The specimen was not available for transport."
    },
    {
      "code": "wrong-request-data",
      "display": "Wrong request data",
      "definition": "Wrong data in the transport request."
    },
    {
      "code": "in-route-accident",
      "display": "In route accident",
      "definition": "An accident has occurred in route."
    },
    {
      "code": "request-not-acknowledged",
      "display": "Request not acknowledged",
      "definition": "The transport request was not acknowledged."
    }
  ]
}