{
  "tableNumber": "0263",
  "id": "v2-0263",
  "name": "LevelOfCare",
  "title": "levelOfCare",
  "description": "Code system of concepts used to identify the level of care a patient may 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-0263",
  "concepts": [
    {
      "code": "A",
      "display": "Ambulatory"
    },
    {
      "code": "E",
      "display": "Emergency"
    },
    {
      "code": "F",
      "display": "Isolation"
    },
    {
      "code": "N",
      "display": "Intensive care"
    },
    {
      "code": "C",
      "display": "Critical care"
    },
    {
      "code": "R",
      "display": "Routine"
    },
    {
      "code": "S",
      "display": "Surgery"
    }
  ]
}