{
  "tableNumber": "0116",
  "id": "v2-0116",
  "name": "BedStatus",
  "title": "bedStatus",
  "description": "Code system of concepts which specify the state of a bed in an inpatient setting, and is used to determine if a patient may be assigned to it or not.  Used in HL7 Version 2.x messaging in the DLD and PV1 segments.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0116",
  "concepts": [
    {
      "code": "C",
      "display": "Closed"
    },
    {
      "code": "H",
      "display": "Housekeeping"
    },
    {
      "code": "O",
      "display": "Occupied"
    },
    {
      "code": "U",
      "display": "Unoccupied"
    },
    {
      "code": "K",
      "display": "Contaminated"
    },
    {
      "code": "I",
      "display": "Isolated"
    }
  ]
}