{
  "tableNumber": "0432",
  "id": "v2-0432",
  "name": "AdmissionLevelOfCare",
  "title": "admissionLevelOfCare",
  "description": "Code system of concepts  specifying the acuity level assigned to the patient at the time of admission.  Used in HL7 Version 2.x messaging in the PV2 segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0432",
  "concepts": [
    {
      "code": "AC",
      "display": "Acute"
    },
    {
      "code": "CH",
      "display": "Chronic"
    },
    {
      "code": "CO",
      "display": "Comatose"
    },
    {
      "code": "CR",
      "display": "Critical"
    },
    {
      "code": "IM",
      "display": "Improved"
    },
    {
      "code": "MO",
      "display": "Moribund"
    }
  ]
}