LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Er Or Observation Room Service Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "er-or-observation-room-service",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/er-or-observation-room-service</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=\"er-or-observation-room-service-1\"> </a></td><td>Emergency Room</td><td>Indicates an ER revenue code (0450-0459) is present on a facility claim line for a given claim</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"er-or-observation-room-service-2\"> </a></td><td>Observation Room</td><td>Indicates an Observation Room revenue code (0762) is present on a facility claim line for a given claim</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"er-or-observation-room-service-3\"> </a></td><td>ER and Observation Room</td><td>Indicates and ER and Observation Room revenue code (0450-0459, 0762) is present facility claim lines for a given claim</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/er-or-observation-room-service",
"version" : "8.0.0",
"name" : "ErOrObservationRoomServiceCodeSystem",
"title" : "Er Or Observation Room Service Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Er Or Observation Room Service codes for claims",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "1",
"display" : "Emergency Room",
"definition" : "Indicates an ER revenue code (0450-0459) is present on a facility claim line for a given claim"
},
{
"code" : "2",
"display" : "Observation Room",
"definition" : "Indicates an Observation Room revenue code (0762) is present on a facility claim line for a given claim"
},
{
"code" : "3",
"display" : "ER and Observation Room",
"definition" : "Indicates and ER and Observation Room revenue code (0450-0459, 0762) is present facility claim lines for a given claim"
}
]
}