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 - TTL Representation

Active as of 2022-11-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ub04-admit-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/ub04-admit-type"];
  fhir:CodeSystem.version [ fhir:value "8.0.0"];
  fhir:CodeSystem.name [ fhir:value "Ub04AdmitTypeCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "UB04 Admit Type Code System"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2022-11-10T16:00:46+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "LinuxForHealth Team"];
  fhir:CodeSystem.description [ fhir:value "Codes for the UB04 admission type"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Emergency" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Urgent" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Elective" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The patient’s condition permits adequate time to schedule the availability of a suitable accommodation." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Newborn" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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])." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Trauma Center" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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.)" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "9" ];
     fhir:CodeSystem.concept.display [ fhir:value "Information not available" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Information not available or the source value is missing, unknown, or not on the valid value list or within the range of valid values" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.