LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: UB04 Admit Type Code System - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ub04-admit-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/ub04-admit-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ub04-admit-type-1\"> </a></td><td>Emergency</td><td>The patient requires immediate medical intervention as a result of severe, life threatening or potentially disabling conditions. Generally, the patient is admitted through the emergency room.</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ub04-admit-type-2\"> </a></td><td>Urgent</td><td>The patient requires immediate attention for the care and treatment of a physical or mental disorder. Generally, the patient is admitted to the first available and suitable accommodation.</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ub04-admit-type-3\"> </a></td><td>Elective</td><td>The patient’s condition permits adequate time to schedule the availability of a suitable accommodation.</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ub04-admit-type-4\"> </a></td><td>Newborn</td><td>The patient is a newborn delivered either inside the admitting hospital (UB04 FL 15 value 5 [A baby born inside the admitting hospital] or outside of the hospital (UB04 FL 15 value “6” [A baby born outside the admitting hospital]).</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ub04-admit-type-5\"> </a></td><td>Trauma Center</td><td>The patient visits a trauma center (A trauma center means a facility licensed or designated by the State or local government authority authorized to do so, or as verified by the American College of surgeons and involving a trauma activation.)</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"ub04-admit-type-9\"> </a></td><td>Information not available</td><td>Information not available or the source value is missing, unknown, or not on the valid value list or within the range of valid values</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/ub04-admit-type",
  "version" : "8.0.0",
  "name" : "Ub04AdmitTypeCodeSystem",
  "title" : "UB04 Admit Type Code System",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Codes for the UB04 admission type",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "1",
      "display" : "Emergency",
      "definition" : "The patient requires immediate medical intervention as a result of severe, life threatening or potentially disabling conditions. Generally, the patient is admitted through the emergency room."
    },
    {
      "code" : "2",
      "display" : "Urgent",
      "definition" : "The patient requires immediate attention for the care and treatment of a physical or mental disorder. Generally, the patient is admitted to the first available and suitable accommodation."
    },
    {
      "code" : "3",
      "display" : "Elective",
      "definition" : "The patient’s condition permits adequate time to schedule the availability of a suitable accommodation."
    },
    {
      "code" : "4",
      "display" : "Newborn",
      "definition" : "The patient is a newborn delivered either inside the admitting hospital (UB04 FL 15 value 5 [A baby born inside the admitting hospital] or outside of the hospital (UB04 FL 15 value “6” [A baby born outside the admitting hospital])."
    },
    {
      "code" : "5",
      "display" : "Trauma Center",
      "definition" : "The patient visits a trauma center (A trauma center means a facility licensed or designated by the State or local government authority authorized to do so, or as verified by the American College of surgeons and involving a trauma activation.)"
    },
    {
      "code" : "9",
      "display" : "Information not available",
      "definition" : "Information not available or the source value is missing, unknown, or not on the valid value list or within the range of valid values"
    }
  ]
}