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

: Room And Board Service Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "room-and-board-service",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/room-and-board-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></tr><tr><td style=\"white-space:nowrap\">1<a name=\"room-and-board-service-1\"> </a></td><td>Room and Board</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"room-and-board-service-2\"> </a></td><td>Mother and Newborn R&amp;B</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"room-and-board-service-3\"> </a></td><td>Nursery R&amp;B</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"room-and-board-service-4\"> </a></td><td>Rehabilitation R&amp;B Only</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/room-and-board-service",
  "version" : "8.0.0",
  "name" : "RoomAndBoardServiceCodeSystem",
  "title" : "Room And Board Service Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "The code for the flag indicating the type of room and board services on a facility Claim",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "1",
      "display" : "Room and Board"
    },
    {
      "code" : "2",
      "display" : "Mother and Newborn R&B"
    },
    {
      "code" : "3",
      "display" : "Nursery R&B"
    },
    {
      "code" : "4",
      "display" : "Rehabilitation R&B Only"
    }
  ]
}