{
  "tableNumber": "0069",
  "id": "v2-0069",
  "name": "HospitalService",
  "title": "hospitalService",
  "description": "Code system of concepts specifying the treatment or type of surgery the patient is scheduled to receive.   Used in HL7 Version 2.x messaging in the PV1 segment.",
  "url": "http://terminology.hl7.org/CodeSystem/v2-0069",
  "concepts": [
    {
      "code": "MED",
      "display": "Medical Service"
    },
    {
      "code": "SUR",
      "display": "Surgical Service"
    },
    {
      "code": "URO",
      "display": "Urology Service"
    },
    {
      "code": "PUL",
      "display": "Pulmonary Service"
    },
    {
      "code": "CAR",
      "display": "Cardiac Service"
    }
  ]
}