{
  "tableNumber": "0262",
  "id": "v2-0262",
  "name": "PrivacyLevel",
  "title": "privacyLevel",
  "description": "Code system of concepts used to identify the level of privacy a patient will be afforded when assigned to this location definition.  Used in HL7 Version 2.x messaging in the LCH segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0262",
  "concepts": [
    {
      "code": "F",
      "display": "Isolation"
    },
    {
      "code": "P",
      "display": "Private room"
    },
    {
      "code": "J",
      "display": "Private room - medically justified"
    },
    {
      "code": "Q",
      "display": "Private room - due to overflow"
    },
    {
      "code": "S",
      "display": "Semi-private room"
    },
    {
      "code": "W",
      "display": "Ward"
    }
  ]
}