FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

V2-0168.cs.json

Vocabulary Work GroupMaturity Level: N/ABallot Status: Informative

Raw JSON (canonical form)

FHIR Value set/code system definition for HL7 v2 table 0168 ( Processing Priority)

{
  "resourceType": "CodeSystem",
  "id": "v2-0168",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v2/0168",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.18.86"
  },
  "version": "2.8.2",
  "name": "v2 Processing Priority",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0168 ( Processing Priority)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0168",
  "content": "complete",
  "concept": [
    {
      "code": "A",
      "display": "As soon as possible (a priority lower than stat)",
      "designation": [
        {
          "language": "de",
          "value": "schnellsmöglich"
        },
        {
          "language": "nl",
          "value": "Zo snel mogelijk (een prioteit lager dan stat)"
        }
      ]
    },
    {
      "code": "B",
      "display": "Do at bedside or portable (may be used with other codes)",
      "designation": [
        {
          "language": "de",
          "value": "am Patientenbett"
        },
        {
          "language": "nl",
          "value": "Doe aan het bed of mobiele (mag worden gebruikt in combinatie met andere codes)"
        }
      ]
    },
    {
      "code": "C",
      "display": "Measure continuously (e.g. arterial line blood pressure)",
      "designation": [
        {
          "language": "de",
          "value": "kontinuierlich"
        },
        {
          "language": "nl",
          "value": "Meet continu (bijv. arteriële lijn bloeddruk)"
        }
      ]
    },
    {
      "code": "P",
      "display": "Preoperative (to be done prior to surgery)",
      "designation": [
        {
          "language": "de",
          "value": "präoperativ"
        },
        {
          "language": "nl",
          "value": "Preoperatief (doe voorafgaand aan operatie)"
        }
      ]
    },
    {
      "code": "R",
      "display": "Routine",
      "designation": [
        {
          "language": "de",
          "value": "Routine"
        },
        {
          "language": "nl",
          "value": "Routine"
        }
      ]
    },
    {
      "code": "S",
      "display": "Stat (do immediately)",
      "designation": [
        {
          "language": "de",
          "value": "sofort"
        },
        {
          "language": "nl",
          "value": "Stat (doe onmiddellijk)"
        }
      ]
    },
    {
      "code": "T",
      "display": "Timing critical (do as near as possible to requested time)",
      "designation": [
        {
          "language": "de",
          "value": "zum vereinbarten Zeitpunkt"
        },
        {
          "language": "nl",
          "value": "Timing kritiek (doe zo dicht mogelijk op gevraagde tijd)"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.