#' INTERVENTIONS FOR DIAGNOSIS AND TREATMENTS
#'
#' @param col A column that typically starts with "REF_INTD" or "REF_INTT"
#'
#' @return It translations of the code into human friendly values.
#' @export
ref_intd <- function(col) {
col_value <- case.(col == 00.00, 'None',
col == 00.01, 'Therapeutic ultrasound of vessels of head and neck',
# col == 00.02, 'Therapeutic ultrasound of heart',
# col == 00.03, 'Therapeutic ultrasound of peripheral vascular vessels',
# col == 00.09, 'Other therapeutic ultrasound',
# col == 00.10, 'Implantation of chemotherapeutic agent',
# col == 00.11, 'Infusion of drotrecogin alfa (activated)',
# col == 00.12, 'Administration of inhaled nitric oxide',
# col == 00.13, 'Injection or infusion of nesiritide',
# col == 00.14, 'Injection or infusion of oxazolidinone class of antibiotics',
# col == 00.15, 'High-dose infusion interleukin-2 [il-2]',
# col == 00.16, 'Pressurized treatment of venous bypass graft w/ pharmaceutical substance',
# col == 00.17, 'Infusion of vasopressor agent',
# col == 00.18, 'Infusion of immunosuppressive antibody therapy',
# col == 00.19, 'Disruption of blood brain barrier via infusion [bbbd]',
# col == 00.21, 'Intravascular imaging of extracranial cerebral vessels',
# col == 00.22, 'Intravascular imaging of intrathoracic vessels',
# col == 00.23, 'Intravascular imaging of peripheral vessels',
# col == 00.24, 'Intravascular imaging of coronary vessels',
# col == 00.25, 'Intravascular imaging of renal vessels',
# col == 00.28, 'Intravascular imaging, other specified vessel(s)',
# col == 00.29, 'Intravascular imaging, unspecified vessel(s)',
# col == 00.31, 'Computer assisted surgery with ct/cta',
# col == 00.32, 'Computer assisted surgery with mr/mra',
# col == 00.33, 'Computer assisted surgery with fluoroscopy',
# col == 00.34, 'Imageless computer assisted surgery',
# col == 00.35, 'Computer assisted surgery with multiple datasets',
# col == 00.39, 'Other computer assisted surgery',
# col == 00.40, 'Procedure on single vessel',
# col == 00.41, 'Procedure on two vessels',
# col == 00.42, 'Procedure on three vessels',
# col == 00.43, 'Procedure on four or more vessels',
# col == 00.44, 'Procedure on vessel bifurcation',
# col == 00.45, 'Insertion of one vascular stent',
# col == 00.46, 'Insertion of two vascular stents',
# col == 00.47, 'Insertion of three vascular stents',
# col == 00.48, 'Insertion of four or more vascular stents',
# col == 00.49, 'Supersaturated oxygen therapy',
# col == 00.50, 'Implantation of cardiac resynchronization pacemaker',
# col == 00.51, 'Implant of cardiac resynchronization defibrillator, total system [crt-d]',
# col == 00.52, 'Implantation or replacement of transvenous lead into LV coronary venous',
# col == 00.53, 'Implantation or replacement of cardiac resynchronization crt-p',
# col == 00.54, 'Implantation or replacement of cardiac resynchronization crt-d',
# col == 00.55, 'Insertion of drug-eluting stent(s) of other peripheral vessel(s)',
# col == 00.56, 'Insertion or replacement of implantable pressure sensor w lead intracardiac',
# col == 00.57, 'Implantation/replacement of subcutaneous device for intracardiac great ves',
# col == 00.58, 'Insertion of intra-aneurysm sac pressure monitoring device',
# col == 00.59, 'Intravascular pressure measurement of coronary arteries',
# col == 00.60, 'Insertion of drug-eluting stent(s) of superficial femoral artery',
# col == 00.61, 'Percutaneous angioplasty of extracranial vessel(s)',
# col == 00.62, 'Percutaneous angioplasty of intracranial vessel(s)',
# col == 00.63, 'Percutaneous insertion of carotid artery stent(s)',
# col == 00.64, 'Percutaneous insertion of other extracranial artery stent(s)',
# col == 00.65, 'Percutaneous insertion of intracranial vascular stent(s)',
# col == 00.66, 'Percutaneous transluminal coronary angioplasty [PTCA]',
# col == 00.67, 'Intravascular pressure measurement of intrathoracic arteries',
# col == 00.68, 'Intravascular pressure measurement of peripheral arteries',
# col == 00.69, 'Intravascular pressure measurement, other vessels',
# col == 00.70, 'Revision of hip replacement, both acetabular and femoral components',
# col == 00.71, 'Revision of hip replacement, acetabular component',
# col == 00.72, 'Revision of hip replacement, femoral component',
# col == 00.73, 'Revision of hip replacement, acetabular liner and/or femoral head only',
# col == 00.74, 'Hip replacement bearing surface, metal on polyethylene',
# col == 00.75, 'Hip replacement bearing surface, metal-on-metal',
# col == 00.76, 'Hip replacement bearing surface, ceramic-on-ceramic',
# col == 00.77, 'Hip replacement bearing surface, ceramic-on-polyethylene',
# col == 00.80, 'Revision of knee replacement, total (all components)',
# col == 00.81, 'Revision of knee replacement, tibial component',
# col == 00.82, 'Revision of knee replacement, femoral component',
# col == 00.83, 'Revision of knee replacement, patellar component',
# col == 00.84, 'Revision of total knee replacement, tibial insert (liner)',
# col == 00.85, 'Resurfacing hip, total, acetabulum and femoral head',
# col == 00.86, 'Resurfacing hip, partial, femoral head',
# col == 00.87, 'Resurfacing hip, partial, acetabulum',
# col == 00.91, 'Transplant from live related donor',
# col == 00.92, 'Transplant from live non-related donor',
# col == 00.93, 'Transplant from cadaver',
# col == 00.94, 'Intra-operative neurophysiologic monitoring',
# col == 00.95, 'Injection or infusion of glucarpidase',
# col == 00.96, 'Infusion of 4-Factor Prothrombin Complex Concentrate',
# col == 01.01, 'Cisternal puncture',
# col == 01.02, 'Ventriculopuncture through previously implanted catheter',
# col == 01.09, 'Other cranial puncture',
# col == 01.10, 'Intracranial pressure monitoring',
# col == 01.10, '*Intracranial Pressure Monitoring',
# col == 01.11, 'Closed [percutaneous] [needle] biopsy of cerebral meninges',
# col == 01.12, 'Open biopsy of cerebral meninges',
# col == 01.13, 'Closed [percutaneous] [needle] biopsy of brain',
# col == 01.14, 'Open biopsy of brain',
# col == 01.15, 'Biopsy of skull',
# col == 01.16, 'Intracranial oxygen monitoring',
# col == 01.16, 'Intracranial Oxygen Monitoring',
# col == 01.17, 'Brain temperature monitoring',
# col == 01.17, 'Brain Temperature Monitoring',
# col == 01.18, 'Other diagnostic procedures on brain and cerebral meninges',
# col == 01.19, 'Other diagnostic procedures on skull',
# col == 01.20, 'Cranial implantation or replacement of neurostimulator pulse generator',
# col == 01.21, 'Incision and drainage of cranial sinus',
# col == 01.22, 'Removal of intracranial neurostimulator',
# col == 01.23, 'Reopening of craniotomy site',
# col == 01.24, 'Other craniotomy',
# col == 01.24, 'Craniotomy, Other',
# col == 01.25, 'Other craniectomy',
# col == 01.25, 'Craniectomy, Other',
# col == 01.26, 'Insertion of catheter into cranial cavity',
# col == 01.27, 'Removal of catheter from cranial cavity',
# col == 01.28, 'Placement of intracerebral catheter(s) via burr hole(s)',
# col == 01.29, 'Removal of cranial neurostimulator pulse generator',
# col == 01.31, 'Incision of cerebral meninges',
# col == 01.31, 'Incision, Cerebral Meninges',
# col == 01.32, 'Lobotomy and tractotomy',
# col == 01.39, 'Other incision of brain*',
# col == 01.39, 'Incision, Brain, Other',
# col == 01.41, 'Operations on thalamus',
# col == 01.42, 'Operations on globus pallidus',
# col == 01.51, 'Excision of lesion or tissue of cerebral meninges',
# col == 01.52, 'Hemispherectomy',
# col == 01.53, 'Lobectomy of brain',
# col == 01.59, 'Other excision or destruction of lesion or tissue of brain',
# col == 01.59, 'Excision/Destruction, Brain, Other',
# col == 01.6, 'Excision of lesion of skull',
# col == 02.01, 'Opening of cranial suture',
# col == 02.02, 'Elevation of skull fracture fragments',
# col == 02.02, 'Elevation, Skull Fracture Fragments',
# col == 02.03, 'Formation of cranial bone flap',
# col == 02.04, 'Bone graft to skull',
# col == 02.05, 'Insertion of skull plate',
# col == 02.06, 'Other cranial osteoplasty',
# col == 02.07, 'Removal of skull plate',
# col == 02.11, 'Simple suture of dura mater of brain',
# col == 02.11, 'Simple Suture of Dura Mater of Brain',
# col == 02.12, 'Other repair of cerebral meninges',
# col == 02.12, 'Repair, Cerebral Meninges, Other',
# col == 02.13, 'Ligation of meningeal vessel',
# col == 02.14, 'Choroid plexectomy',
# col == 02.2, 'Ventriculostomy',
# col == 02.21, 'Insertion or replacement of external ventricular drain [EVD]',
# col == 02.21, '*Insertion or Replacement of External Ventricular Drain (EVD)',
# col == 02.22, 'Intracranial ventricular shunt or anastomosis',
# col == 02.22, '*Intracranial Ventricular Shunt or Anastomosis',
# col == 02.31, 'Ventricular shunt to structure in head and neck',
# col == 02.32, 'Ventricular shunt to circulatory system',
# col == 02.33, 'Ventricular shunt to thoracic cavity',
# col == 02.34, 'Ventricular shunt to abdominal cavity and organs',
# col == 02.35, 'Ventricular shunt to urinary system',
# col == 02.39, 'Ventricular shunt to extracranial site NEC',
# col == 02.39, 'Insertion, Ventricular Shunt to Other',
# col == 02.41, 'Irrigation and exploration of ventricular shunt',
# col == 02.42, 'Replacement of ventricular shunt',
# col == 02.43, 'Removal of ventricular shunt',
# col == 02.91, 'Lysis of cortical adhesions',
# col == 02.92, 'Repair of brain',
# col == 02.93, 'Implantation of intracranial neurostimulator',
# col == 02.93, 'Implantation, Neurostimulator Intracranial',
# col == 02.94, 'Insert/replace skull tongs or halo traction device',
# col == 02.94, '*Insertion/Replacement Skull Tongs/Halo Traction Device',
# col == 02.95, 'Removal of skull tongs or halo traction device',
# col == 02.96, 'Insertion of sphenoidal electrodes',
# col == 02.99, 'Other operation on skull, brain, and cerebral meninges',
# col == 02.99, 'Operation, Skull/Brain/Meninges, Other',
# col == 03.01, 'Removal of foreign body from spinal canal',
# col == 03.02, 'Reopening of laminectomy site',
# col == 03.09, 'Other exploration and decompression of spinal canal',
# col == 03.09, 'Exploration/Decompression, Spinal Canal, Other',
# col == 03.1, 'Division of intraspinal nerve root',
# col == 03.21, 'Percutaneous chordotomy',
# col == 03.29, 'Other chordotomy',
# col == 03.31, 'Spinal tap',
# col == 03.32, 'Biopsy of spinal cord or spinal meninges',
# col == 03.39, 'Other diagnostic procedures on spinal cord and spinal canal structures',
# col == 03.4, 'Excision or destruction of lesion of spinal cord or spinal meninges',
# col == 03.4, 'Excision/Destruction, Spinal Cord/Meninges',
# col == 03.51, 'Repair of spinal meningocele',
# col == 03.52, 'Repair of spinal myelomeningocele',
# col == 03.53, 'Repair of vertebral fracture',
# col == 03.53, 'Repair, Fx, Vertebra',
# col == 03.59, 'Other repair and plastic operations on spinal cord structures',
# col == 03.6, 'Lysis of adhesions of spinal cord and nerve roots',
# col == 03.71, 'Spinal subarachnoid-peritoneal shunt',
# col == 03.72, 'Spinal subarachnoid-ureteral shunt',
# col == 03.79, 'Other shunt of spinal theca',
# col == 03.8, 'Injection of destructive agent into spinal canal',
# col == 03.90, 'Insertion catheter in spinal canal for infusion of therapeutic substance',
# col == 03.91, 'Injection of anesthetic into spinal canal for analgesia',
# col == 03.92, 'Injection of other agent into spinal canal',
# col == 03.93, 'Insert/replace spinal neurostimulator',
# col == 03.94, 'Removal of spinal neurostimulator',
# col == 03.95, 'Spinal blood patch',
# col == 03.96, 'Percutaneous denervation of facet',
# col == 03.97, 'Revision of spinal thecal shunt',
# col == 03.98, 'Removal of spinal thecal shunt',
# col == 03.99, 'Other operation on spinal cord and spinal canal structures',
# col == 03.99, 'Operation, Spinal Cord/Canal, Other',
# col == 04.01, 'Excision of acoustic neuroma',
# col == 04.02, 'Division of trigeminal nerve',
# col == 04.03, 'Division or crushing of other cranial and peripheral nerves',
# col == 04.04, 'Other incision of cranial and peripheral nerves',
# col == 04.05, 'Gasserian ganglionectomy',
# col == 04.06, 'Other cranial or peripheral ganglionectomy',
# col == 04.07, 'Other excision or avulsion of cranial and peripheral nerves',
# col == 04.07, 'Excision/Avulsion, Cranial/Peripheral Nerve, Other',
# col == 04.11, 'Closed biopsy of cranial or peripheral nerve or ganglion',
# col == 04.12, 'Open biopsy of cranial or peripheral nerve or ganglion',
# col == 04.19, 'Other diagnostic procedures on cranial and peripheral nerves and ganglia',
# col == 04.2, 'Destruction of cranial and peripheral nerves',
# col == 04.3, 'Suture of cranial and peripheral nerves',
# col == 04.3, 'Suture, Cranial/Peripheral Nerve, Other',
# col == 04.41, 'Decompression of trigeminal nerve root',
# col == 04.42, 'Other cranial nerve decompression',
# col == 04.43, 'Release of carpal tunnel',
# col == 04.44, 'Release of tarsal tunnel',
# col == 04.49, 'Other peripheral nerve or ganglion decompression or lysis of adhesions',
# col == 04.49, 'Decompression/Lysis, Periph Nerve/Ganglion, Other',
# col == 04.5, 'Cranial or peripheral nerve graft',
# col == 04.6, 'Transposition of cranial and peripheral nerves',
# col == 04.71, 'Hypoglossal-facial anastomosis',
# col == 04.72, 'Accessory-facial anastomosis',
# col == 04.73, 'Accessory-hypoglossal anastomosis',
# col == 04.74, 'Other anastomosis of cranial or peripheral nerve',
# col == 04.74, 'Anastomosis, Cranial/Peripheral Nerve, Other',
# col == 04.75, 'Revision of previous repair of cranial and peripheral nerves',
# col == 04.76, 'Repair of old traumatic injury of cranial and peripheral nerves',
# col == 04.79, 'Other neuroplasty',
# col == 04.79, 'Neuroplasty, Other',
# col == 04.80, 'Peripheral nerve injection, not otherwise specified',
# col == 04.81, 'Injection of anesthetic into peripheral nerve for analgesia',
# col == 04.89, 'Injection of other agent, except neurolytic',
# col == 04.91, 'Neurectasis',
# col == 04.92, 'Implantation or replacement of peripheral neurostimulator',
# col == 04.93, 'Removal of peripheral neurostimulator',
# col == 04.99, 'Other operation on cranial and peripheral nerves',
# col == 05.0, 'Division of sympathetic nerve or ganglion',
# col == 05.11, 'Biopsy of sympathetic nerve or ganglion',
# col == 05.19, 'Other diagnostic procedures on sympathetic nerves or ganglia',
# col == 05.21, 'Sphenopalatine ganglionectomy',
# col == 05.22, 'Cervical sympathectomy',
# col == 05.23, 'Lumber sympathectomy',
# col == 05.24, 'Presacral sympathectomy',
# col == 05.25, 'Periarterial sympathectomy',
# col == 05.29, 'Other sympathectomy and ganglionectomy',
# col == 05.31, 'Injection of anesthetic into sympathetic nerve for analgesia',
# col == 05.32, 'Injection of neurolytic agent into sympathetic nerve',
# col == 05.39, 'Other injection into sympathetic nerve or ganglion',
# col == 05.81, 'Repair of sympathetic nerve or ganglion',
# col == 05.89, 'Other operations on sympathetic nerves or ganglion',
# col == 05.9, 'Other operations on nervous system',
# col == 06.01, 'Aspiration of thyroid field',
# col == 06.02, 'Reopening of wound of thyroid field',
# col == 06.09, 'Other incision of thyroid field',
# col == 06.09, 'Incision of Thyroid Field NEC',
# col == 06.11, 'Closed [percutaneous] [needle] biopsy of thyroid gland',
# col == 06.12, 'Open biopsy of thyroid gland',
# col == 06.13, 'Biopsy of parathyroid gland',
# col == 06.19, 'Other diagnostic procedures on thyroid and parathyroid glands',
# col == 06.2, 'Unilateral thyroid lobectomy',
# col == 06.31, 'Excision of lesion of thyroid',
# col == 06.39, 'Other partial thyroidectomy',
# col == 06.4, 'Complete thyroidectomy',
# col == 06.50, 'Substernal thyroidectomy, not otherwise specified',
# col == 06.51, 'Partial substernal thyroidectomy',
# col == 06.52, 'Complete substernal thyroidectomy',
# col == 06.6, 'Excision of lingual thyroid',
# col == 06.7, 'Excision of thyroglossal duct or tract',
# col == 06.81, 'Complete parathyroidectomy',
# col == 06.89, 'Other parathyroidectomy',
# col == 06.91, 'Division of thyroid isthmus',
# col == 06.92, 'Ligation of thyroid vessels',
# col == 06.93, 'Suture of thyroid gland',
# col == 06.94, 'Thyroid tissue reimplantation',
# col == 06.95, 'Parathyroid tissue reimplantation',
# col == 06.98, 'Other operations on thyroid glands',
# col == 06.99, 'Other operations on parathyroid glands',
# col == 07.00, 'Exploration of adrenal field, not otherwise specified',
# col == 07.01, 'Unilateral exploration of adrenal field',
# col == 07.02, 'Bilateral exploration of adrenal field',
# col == 07.11, 'Closed [percutaneous] [needle] biopsy of adrenal gland',
# col == 07.12, 'Open biopsy of adrenal gland',
# col == 07.13, 'Biopsy of pituitary gland, transfrontal approach',
# col == 07.14, 'Biopsy of pituitary gland, transsphenoidal approach',
# col == 07.15, 'Biopsy of pituitary gland, unspecified approach',
# col == 07.16, 'Biopsy of thymus',
# col == 07.17, 'Biopsy of pineal gland',
# col == 07.19, 'Other diagnostic procedures on adrenal, pituitary, pineal, thymus',
# col == 07.21, 'Excision of lesion of adrenal gland',
# col == 07.22, 'Unilateral adrenalectomy',
# col == 07.29, 'Other partial adrenalectomy',
# col == 07.3, 'Bilateral adrenalectomy',
# col == 07.41, 'Incision of adrenal gland',
# col == 07.42, 'Division of nerves of adrenal gland',
# col == 07.43, 'Ligation of adrenal gland',
# col == 07.44, 'Repair of adrenal gland',
# col == 07.45, 'Reimplantation of adrenal tissue',
# col == 07.49, 'Other operation on adrenal glands, nerves and vessels',
# col == 07.51, 'Exploration of pineal field',
# col == 07.52, 'Incision of pineal gland',
# col == 07.53, 'Partial excision of pineal gland',
# col == 07.54, 'Total excision of pineal gland',
# col == 07.59, 'Other operations on pineal gland',
# col == 07.61, 'Partial excision of pituitary gland, transfrontal approach',
# col == 07.62, 'Partial excision of pituitary gland, transsphenoidal approach',
# col == 07.63, 'Partial excision of pituitary gland, unspecified approach',
# col == 07.64, 'Total excision of pituitary gland, transfrontal approach',
# col == 07.65, 'Total excision of pituitary gland, transsphenoidal approach',
# col == 07.68, 'Total excision of pituitary gland, other specified approach',
# col == 07.69, 'Total excision of pituitary gland, unspecified approach',
# col == 07.71, 'Exploration of pituitary fossa',
# col == 07.72, 'Incision of pituitary gland',
# col == 07.79, 'Other pituitary gland procedure',
# col == 07.80, 'Thymectomy, not otherwise specified',
# col == 07.81, 'Other partial excision of thymus',
# col == 07.82, 'Other total excision of thymus',
# col == 07.83, 'Thoracoscopic partial excision of thymus',
# col == 07.84, 'Thoracoscopic total excision of thymus',
# col == 07.91, 'Exploration of thymus field',
# col == 07.92, 'Other incision of thymus',
# col == 07.93, 'Repair of thymus',
# col == 07.94, 'Transplantation of thymus',
# col == 07.95, 'Thoracoscopic incision of thymus',
# col == 07.98, 'Other and unspecified thoracoscopic operations on thymus',
# col == 07.99, 'Other and unspecified operations on thymus',
# col == 08.01, 'Incision of lid margin',
# col == 08.02, 'Severing of blepharorrhaphy',
# col == 08.09, 'Other incision of eyelid',
# col == 08.11, 'Biopsy of eyelid',
# col == 08.19, 'Other diagnostic procedures on eyelid',
# col == 08.20, 'Removal of lesion of eyelid, not otherwise specified',
# col == 08.21, 'Excision of chalazion',
# col == 08.22, 'Excision of other minor lesion of eyelid',
# col == 08.23, 'Excision of major lesion of eyelid, partial-thickness',
# col == 08.24, 'Excision of major lesion of eyelid, full-thickness',
# col == 08.25, 'Destruction of lesion of eyelid',
# col == 08.31, 'Repair of blepharoptosis by frontalis muscle technique with suture',
# col == 08.32, 'Repair of blepharoptosis by frontalis muscle technique with fascial sling',
# col == 08.33, 'Repair of blepharoptosis by resection/advancement of levator/aponeurosis',
# col == 08.34, 'Repair of blepharoptosis by other levator muscle techniques',
# col == 08.35, 'Repair of blepharoptosis by tarsal technique',
# col == 08.36, 'Repair of blepharoptosis by other techniques',
# col == 08.37, 'Reduction of overcorrection of ptosis',
# col == 08.38, 'Correction of lid retraction',
# col == 08.41, 'Repair of entropion or ectropion by thermocauterization',
# col == 08.42, 'Repair of entropion or ectropion by suture technique',
# col == 08.43, 'Repair of entropion or ectropion with wedge resection',
# col == 08.44, 'Repair of entropion or ectropion with lid reconstruction',
# col == 08.49, 'Other repair of entropion or ectropion',
# col == 08.51, 'Canthotomy',
# col == 08.52, 'Blepharorrhaphy',
# col == 08.59, 'Other operation of lid position',
# col == 08.61, 'Reconstruction of eyelid with skin flap or graft',
# col == 08.61, 'Reconstruction, Eyelid, Skin Flap/Graft',
# col == 08.62, 'Reconstruction of eyelid with mucous membrane flap or graft',
# col == 08.63, 'Reconstruction of eyelid with hair follicle graft',
# col == 08.64, 'Reconstruction of eyelid with tarsoconjunctival flap',
# col == 08.69, 'Other reconstruction of eyelid with flap or graft',
# col == 08.70, 'Reconstruction of eyelid, not otherwise specified',
# col == 08.70, 'Reconstruction, Eyelid, Not Otherwise Specified',
# col == 08.71, 'Reconstruction of eyelid involving lid margin, partial-thickness',
# col == 08.72, 'Other reconstruction of eyelid, partial-thickness',
# col == 08.73, 'Reconstruction of eyelid involving lid margin, full-thickness',
# col == 08.74, 'Other reconstruction of eyelid, full-thickness',
# col == 08.81, 'Linear repair of laceration of eyelid or eyebrow',
# col == 08.81, 'Repair, Eyelid/Eyebrow, Laceration, Linear',
# col == 08.82, 'Repair of laceration involving lid margin, partial-thickness',
# col == 08.83, 'Other repair of laceration of eyelid, partial-thickness',
# col == 08.84, 'Repair of laceration involving lid margin, full-thickness',
# col == 08.84, 'Repair, Eyelid Margin, Laceration, Full Thickness',
# col == 08.85, 'Other repair of laceration of eyelid, full-thickness',
# col == 08.85, 'Repair, Eyelid, Full Thickness, Laceration, Other',
# col == 08.86, 'Lower eyelid rhytidectomy',
# col == 08.87, 'Upper eyelid rhytidectomy',
# col == 08.89, 'Other eyelid repair',
# col == 08.91, 'Electrosurgical epilation of eyelid',
# col == 08.92, 'Cryosurgical epilation of eyelid',
# col == 08.93, 'Other epilation of eyelid',
# col == 08.99, 'Other operation on eyelids',
# col == 09.0, 'Incision of lacrimal gland',
# col == 09.11, 'Biopsy of lacrimal gland',
# col == 09.12, 'Biopsy of lacrimal sac',
# col == 09.19, 'Other diagnostic procedures on lacrimal system',
# col == 09.20, 'Excision of lacrimal gland, not otherwise specified',
# col == 09.21, 'Excision of lesion of lacrimal gland',
# col == 09.22, 'Other partial dacryoadenectomy',
# col == 09.23, 'Total dacryoadenectomy',
# col == 09.3, 'Other operations on lacrimal gland',
# col == 09.41, 'Probing of lacrimal punctum',
# col == 09.42, 'Probing of lacrimal canaliculi',
# col == 09.43, 'Probing of nasolacrimal duct',
# col == 09.44, 'Intubation of nasolacrimal duct',
# col == 09.49, 'Other manipulation of lacrimal passage',
# col == 09.51, 'Incision of lacrimal punctum',
# col == 09.52, 'Incision of lacrimal canaliculi',
# col == 09.53, 'Incision of lacrimal sac',
# col == 09.59, 'Other incision of lacrimal passages',
# col == 09.6, 'Excision of lacrimal sac and passage',
# col == 09.71, 'Correction of everted punctum',
# col == 09.72, 'Other repair of punctum',
# col == 09.73, 'Repair of canaliculus',
# col == 09.81, 'Dacryocystorhinostomy [dcr]',
# col == 09.82, 'Conjunctivocystorhinostomy',
# col == 09.83, 'Conjunctivorhinostomy with insertion of tube or stent',
# col == 09.91, 'Obliteration of lacrimal punctum',
# col == 09.99, 'Other operation on lacrimal system',
# col == 10.0, 'Removal of embedded foreign body from conjunctiva by incision',
# col == 10.1, 'Other incision of conjunctiva',
# col == 10.21, 'Biopsy of conjunctiva',
# col == 10.29, 'Other diagnostic procedures on conjunctiva',
# col == 10.31, 'Excision of lesion or tissue of conjunctiva',
# col == 10.32, 'Destruction of lesion of conjunctiva',
# col == 10.33, 'Other destructive procedures on conjunctiva',
# col == 10.41, 'Repair of symblepharon with free graft',
# col == 10.42, 'Reconstruction of conjunctival cul-de-sac with free graft',
# col == 10.43, 'Other reconstruction of conjunctival cul-de-sac',
# col == 10.44, 'Other free graft to conjunctiva',
# col == 10.49, 'Other conjunctivoplasty',
# col == 10.5, 'Lysis of adhesions of conjunctiva and eyelid',
# col == 10.6, 'Repair of laceration of conjunctiva',
# col == 10.91, 'Subconjunctival injection',
# col == 10.99, 'Other operation on conjunctiva',
# col == 11.0, 'Magnetic removal of embedded foreign body from cornea',
# col == 11.1, 'Incision of cornea',
# col == 11.21, 'Scraping of cornea for smear or culture',
# col == 11.22, 'Biopsy of cornea',
# col == 11.29, 'Other diagnostic procedures on cornea',
# col == 11.31, 'Transposition of pterygium',
# col == 11.32, 'Excision of pterygium with corneal graft',
# col == 11.39, 'Other excision of pterygium',
# col == 11.41, 'Mechanical removal of corneal epithelium',
# col == 11.42, 'Thermocauterization of corneal lesion',
# col == 11.43, 'Cryotherapy of corneal lesion',
# col == 11.49, 'Other removal or destruction of corneal lesion',
# col == 11.51, 'Suture of corneal laceration',
# col == 11.51, 'Suture, Laceration, Cornea',
# col == 11.52, 'Repair of postoperative wound dehiscence of cornea',
# col == 11.53, 'Repair of corneal laceration or wound with conjunctival flop',
# col == 11.59, 'Other repair of cornea',
# col == 11.60, 'Corneal transplant, not otherwise specified',
# col == 11.61, 'Lamellar keratoplasty with autograft',
# col == 11.62, 'Other lamellar keratoplasty',
# col == 11.63, 'Penetrating keratoplasty with autograft',
# col == 11.64, 'Other penetrating keratoplasty',
# col == 11.69, 'Other corneal transplant',
# col == 11.71, 'Keratomileusis',
# col == 11.72, 'Keratophakia',
# col == 11.73, 'Keratoprosthesis',
# col == 11.74, 'Thermokeratoplasty',
# col == 11.75, 'Radial keratotomy',
# col == 11.76, 'Epikeratophakia',
# col == 11.79, 'Other reconstructive and refractive surgery on cornea',
# col == 11.91, 'Tattooing of cornea',
# col == 11.92, 'Removal of artificial implant from cornea',
# col == 11.99, 'Other operation on cornea',
# col == 12.00, 'Removal of intraocular foreign body from anterior segment of eye, NOS',
# col == 12.01, 'Removal of intraocular foreign body from anterior segment of eye w/ magnet',
# col == 12.02, 'Removal of foreign body from anterior segment of eye w/o use of magn',
# col == 12.11, 'Iridotomy with transfixion',
# col == 12.12, 'Other iridotomy',
# col == 12.13, 'Excision of prolapsed iris',
# col == 12.14, 'Other iridectomy',
# col == 12.21, 'Diagnostic aspiration of anterior chamber of eye',
# col == 12.22, 'Biopsy of iris',
# col == 12.29, 'Other procedures on iris, ciliary body, sclera, and anterior chamber',
# col == 12.31, 'Lysis of goniosynechiae',
# col == 12.32, 'Lysis of other anterior synechiae',
# col == 12.33, 'Lysis of posterior synechiae',
# col == 12.34, 'Lysis of corneovitreal adhesions',
# col == 12.35, 'Coreoplasty',
# col == 12.39, 'Other iridoplasty',
# col == 12.40, 'Removal of lesion of anterior segment of eye, not otherwise specified',
# col == 12.41, 'Destruction of lesion of iris, nonexcisional',
# col == 12.42, 'Excision of lesion of iris',
# col == 12.43, 'Destruction of lesion of ciliary body, nonexcisional',
# col == 12.44, 'Excision of lesion of ciliary body',
# col == 12.51, 'Goniopuncture without goniotomy',
# col == 12.52, 'Goniotomy without goniopuncture',
# col == 12.53, 'Goniotomy with goniopuncture',
# col == 12.54, 'Trabeculotomy ab externo',
# col == 12.55, 'Cyclodialysis',
# col == 12.59, 'Other facilitation of intraocular circulation',
# col == 12.61, 'Trephination of sclera with iridectomy',
# col == 12.62, 'Thermocauterization of sclera with iridectomy',
# col == 12.63, 'Iridencleisis and iridotasis',
# col == 12.64, 'Trabeculectomy ab externo',
# col == 12.65, 'Other scleral fistulization with iridectomy',
# col == 12.66, 'Postoperative revision of scleral fistulization procedure',
# col == 12.67, 'Insertion of aqueous drainage device',
# col == 12.69, 'Other fistulizing procedure',
# col == 12.71, 'Cyclodiathermy',
# col == 12.72, 'Cyclocryotherapy',
# col == 12.73, 'Cyclophotocoagulation',
# col == 12.74, 'Diminution of ciliary body, not otherwise specified',
# col == 12.79, 'Other glaucoma procedures',
# col == 12.81, 'Suture of laceration of sclera',
# col == 12.82, 'Repair of scleral fistula',
# col == 12.83, 'Revision of operative wound of anterior segment, not elsewhere classified',
# col == 12.84, 'Excision or destruction of lesion of sclera',
# col == 12.85, 'Repair of scleral staphyloma with graft',
# col == 12.86, 'Other repair of scleral staphyloma',
# col == 12.87, 'Scleral reinforcement with graft',
# col == 12.88, 'Other scleral reinforcement',
# col == 12.89, 'Other operations on sclera',
# col == 12.91, 'Therapeutic evacuation of anterior chamber',
# col == 12.92, 'Injection into anterior chamber',
# col == 12.93, 'Removal or destruction of epithelial downgrowth from anterior chamber',
# col == 12.97, 'Other operations on iris',
# col == 12.98, 'Other operations on ciliary body',
# col == 12.99, 'Other operations on anterior chamber',
# col == 13.00, 'Removal of foreign body from lens, not otherwise specified',
# col == 13.01, 'Removal of foreign body from lens with use of magnet',
# col == 13.02, 'Removal of foreign body from lens without use of magnet',
# col == 13.11, 'Intracapsular extraction of lens by temporal inferior route',
# col == 13.19, 'Other intracapsular extraction of lens',
# col == 13.2, 'Extracapsular extraction of lens by linear extraction technique',
# col == 13.3, 'Extracapsular extraction of lens by simple aspiration technique',
# col == 13.41, 'Phacoemulsification and aspiration of cataract',
# col == 13.42, 'Mechanical phacofragmentation/aspiration of cataract by posterior route',
# col == 13.43, 'Mechanical phacofragmentation and other aspiration of cataract',
# col == 13.51, 'Extracapsular extraction of lens by temporal inferior route',
# col == 13.59, 'Other extracapsular extraction of lens',
# col == 13.64, 'Discission of secondary membrane [after cataract]',
# col == 13.65, 'Excision of secondary membrane [after cataract]',
# col == 13.66, 'Mechanical fragmentation of secondary membrane [after cataract]',
# col == 13.69, 'Other cataract extraction',
# col == 13.70, 'Insertion of pseudophakos, not otherwise specified',
# col == 13.71, 'Insertion of lens prosthesis at time of cataract extraction 1-stage',
# col == 13.72, 'Secondary insertion of intraocular lens prosthesis',
# col == 13.8, 'Removal of implanted lens',
# col == 13.9, 'Other Lens Operations (pre 2007)',
# col == 13.90, 'Operation on lens, not elsewhere classified',
# col == 13.91, 'Implantation of intraocular telescope prosthesis',
# col == 14.00, 'Removal of foreign body from posterior segment of eye, NOS',
# col == 14.01, 'Removal of foreign body from posterior segment of eye with use of magnet',
# col == 14.02, 'Removal of foreign body from posterior segment of eye w/o use of magnet',
# col == 14.11, 'Diagnostic aspiration of vitreous',
# col == 14.19, 'Other diagnostic procedures on retina/choroid/vitreous/posterior chamber',
# col == 14.21, 'Destruction of chorioretinal lesion by diathermy',
# col == 14.22, 'Destruction of chorioretinal lesion by cryotherapy',
# col == 14.23, 'Destruction of chorioretinal lesion by xenon arc photocoagulation',
# col == 14.24, 'Destruction of chorioretinal lesion by laser photocoagulation',
# col == 14.25, 'Destruction of chorioretinal lesion by photocoagulation of NFS type',
# col == 14.26, 'Destruction of chorioretinal lesion by radiation therapy',
# col == 14.27, 'Destruction of chorioretinal lesion by implantation of radiation source',
# col == 14.29, 'Other destruction of chorioretinal lesion',
# col == 14.30, 'Repair, Retinal Tear (pre 2004)',
# col == 14.31, 'Repair of retinal tear by diathermy',
# col == 14.32, 'Repair of retinal tear by cryotherapy',
# col == 14.33, 'Repair of retinal tear by xenon arc photocoagulation',
# col == 14.34, 'Repair of retinal tear by laser photocoagulation',
# col == 14.35, 'Repair of retinal tear by photocoagulation of unspecified type',
# col == 14.39, 'Other repair of retinal tear',
# col == 14.41, 'Scleral buckling with implant',
# col == 14.49, 'Other scleral buckling',
# col == 14.51, 'Repair of retinal detachment with diathermy',
# col == 14.52, 'Repair of retinal detachment with cryotherapy',
# col == 14.53, 'Repair of retinal detachment with xenon arc photocoagulation',
# col == 14.54, 'Repair of retinal detachment with laser photocoagulation',
# col == 14.55, 'Repair of retinal detachment with photocoagulation of unspecified type',
# col == 14.59, 'Other repair of retinal detachment',
# col == 14.6, 'Removal of surgically implanted material from posterior segment of eye',
# col == 14.71, 'Removal of vitreous, anterior approach',
# col == 14.72, 'Other removal of vitreous',
# col == 14.73, 'Mechanical vitrectomy by anterior approach',
# col == 14.74, 'Other mechanical vitrectomy',
# col == 14.75, 'Injection of vitreous substitute',
# col == 14.79, 'Other operations on vitreous',
# col == 14.81, 'Implantation of epiretinal visual prosthesis',
# col == 14.82, 'Removal of epiretinal visual prosthesis',
# col == 14.83, 'Revision or replacement of epiretinal visual prosthesis',
# col == 14.9, 'Other operations on retina, choroid, and posterior chamber',
# col == 15.01, 'Biopsy of extraocular muscle or tendon',
# col == 15.09, 'Other diagnostic procedures on extraocular muscles and tendons',
# col == 15.11, 'Recession of one extraocular muscle',
# col == 15.12, 'Advancement of one extraocular muscle',
# col == 15.13, 'Resection of one extraocular muscle',
# col == 15.19, 'Other operations on 1 extraocular muscle temporary detachment from globe',
# col == 15.21, 'Lengthening procedure on one extraocular muscle',
# col == 15.22, 'Shortening procedure on one extraocular muscle',
# col == 15.29, 'Other operations on one extraocular muscle',
# col == 15.3, 'Operations on >1 extraocular muscles temporary detachment from globe',
# col == 15.4, 'Other operations on two or more extraocular muscles, one or both eyes',
# col == 15.5, 'Transposition of extraocular muscles',
# col == 15.6, 'Revision of extraocular muscle surgery',
# col == 15.7, 'Repair of injury of extraocular muscle',
# col == 15.9, 'Other operations on extraocular muscles and tendon',
# col == 16.01, 'Orbitotomy with bone flap',
# col == 16.02, 'Orbitotomy with insertion of orbital implant',
# col == 16.09, 'Other orbitotomy',
# col == 16.1, 'Removal of penetrating foreign body from eye, not otherwise specified',
# col == 16.21, 'Ophthalmoscopy',
# col == 16.22, 'Diagnostic aspiration of orbit',
# col == 16.23, 'Biopsy of eyeball and orbit',
# col == 16.29, 'Other diagnostic procedures on orbit and eyeball',
# col == 16.31, 'Removal of ocular contents with synchronous implant into scleral shell',
# col == 16.39, 'Other evisceration of eyeball',
# col == 16.41, 'Enucleation eyeball & synchronous implant in tenons capsule w/ attachment',
# col == 16.42, 'Enucleation of eyeball with other synchronous implant',
# col == 16.49, 'Other enucleation of eyeball',
# col == 16.49, 'Enucleation, Eyeball, Other',
# col == 16.51, 'Exenteration of orbit with removal of adjacent structures',
# col == 16.52, 'Exenteration of orbit with therapeutic removal of orbital bone',
# col == 16.59, 'Other exenteration of orbit',
# col == 16.61, 'Secondary insertion of ocular implant',
# col == 16.62, 'Revision and reinsertion of ocular implant',
# col == 16.63, 'Revision of enucleation socket with graft',
# col == 16.64, 'Other revision of enucleation socket',
# col == 16.65, 'Secondary graft to exenteration cavity',
# col == 16.66, 'Other revision of exenteration cavity',
# col == 16.69, 'Other secondary procedures after removal of eyeball',
# col == 16.71, 'Removal of ocular implant',
# col == 16.72, 'Removal of orbital implant',
# col == 16.81, 'Repair of wound of orbit',
# col == 16.82, 'Repair of rupture of eyeball',
# col == 16.89, 'Other repair of injury of eyeball or orbit',
# col == 16.89, 'Repair, Eyeball/Orbit Injury, Other',
# col == 16.91, 'Retrobulbar injection of therapeutic agent',
# col == 16.92, 'Excision of lesion of orbit',
# col == 16.93, 'Excision of lesion of eye, unspecified structure',
# col == 16.98, 'Other operations on orbit',
# col == 16.99, 'Other operations on eyeball',
# col == 17.11, 'Laparoscopic repair of direct inguinal hernia with graft or prosthesis',
# col == 17.12, 'Laparoscopic repair of indirect inguinal hernia with graft or prosthesis',
# col == 17.13, 'Laparoscopic repair of inguinal hernia with graft or prosthesis NFS',
# col == 17.21, 'Laparoscopic bilateral direct inguinal hernia repair w/ graft/prosthesis',
# col == 17.22, 'Laparoscopic bilateral indirect inguinal hernia repair w/ graft/prosth',
# col == 17.23, 'Laparoscopic bilateral inguinal hernia repair direct & indirect w/ graft',
# col == 17.24, 'Laparoscopic bilateral inguinal hernia repair w/ graft/prosthesis NFS',
# col == 17.31, 'Laparoscopic multiple segmental resection of large intestine',
# col == 17.32, 'Laparoscopic cecectomy',
# col == 17.33, 'Laparoscopic right hemicolectomy',
# col == 17.34, 'Laparoscopic resection of transverse colon',
# col == 17.35, 'Laparoscopic left hemicolectomy',
# col == 17.36, 'Laparoscopic sigmoidectomy',
# col == 17.39, 'Other laparoscopic partial excision of large intestine',
# col == 17.41, 'Open robotic assisted procedure',
# col == 17.42, 'Laparoscopic robotic assisted procedure',
# col == 17.43, 'Percutaneous robotic assisted procedure',
# col == 17.44, 'Endoscopic robotic assisted procedure',
# col == 17.45, 'Thoracoscopic robotic assisted procedure',
# col == 17.49, 'Other and unspecified robotic assisted procedure',
# col == 17.51, 'Implantation of rechargeable cardiac contractility modulation total system',
# col == 17.52, 'Implantation of cardiac contractility modulation rechargeable pulse',
# col == 17.53, 'Percutaneous atherectomy of extracranial vessel(s)',
# col == 17.54, 'Percutaneous atherectomy of intracranial vessel(s)',
# col == 17.55, 'Transluminal coronary atherectomy',
# col == 17.56, 'Atherectomy of other non-coronary vessel(s)',
# col == 17.61, 'LITT of lesion/tissue of brain under guidance',
# col == 17.62, 'LITT of lesion/tissue of head and neck under guidance',
# col == 17.63, 'LITT of lesion/tissue of liver under guidance',
# col == 17.69, 'LITT of lesion/tissue of other and unspecified site under guidance',
# col == 17.70, 'Intravenous infusion of clofarabine',
# col == 17.71, 'Non-coronary intra-operative fluorescence vascular angiography [IFVA]',
# col == 17.81, 'Insertion of antimicrobial envelope',
# col == 18.01, 'Piercing of ear lobe',
# col == 18.02, 'Incision of external auditory canal',
# col == 18.09, 'Other incision of external ear',
# col == 18.11, 'Otoscopy',
# col == 18.12, 'Biopsy of external ear',
# col == 18.19, 'Other diagnostic procedures on external ear',
# col == 18.21, 'Excision of preauricular sinus',
# col == 18.29, 'Excision or destruction of other lesion of external ear',
# col == 18.31, 'Radical excision of lesion of external ear',
# col == 18.39, 'Other excision of external ear',
# col == 18.4, 'Suture of laceration of external ear',
# col == 18.4, 'Suture of Laceration of External Ear',
# col == 18.5, 'Surgical correction of prominent ear',
# col == 18.6, 'Reconstruction of external auditory canal',
# col == 18.71, 'Construction of auricle of ear',
# col == 18.71, 'Construction, Ear Auricle',
# col == 18.72, 'Reattachment of amputated ear',
# col == 18.79, 'Other plastic repair of external ear',
# col == 18.79, 'Repair, External Ear, Plastic, Other',
# col == 18.9, 'Other operations on external ear',
# col == 19.0, 'Stapes mobilization',
# col == 19.11, 'Stapedectomy with incus replacement',
# col == 19.19, 'Other stapedectomy',
# col == 19.21, 'Revision of stapedectomy with incus replacement',
# col == 19.29, 'Other revision of stapedectomy',
# col == 19.3, 'Other operations on ossicular chain',
# col == 19.4, 'Myringoplasty',
# col == 19.52, 'Type ii tympanoplasty',
# col == 19.53, 'Type iii tympanoplasty',
# col == 19.54, 'Type iv tympanoplasty',
# col == 19.55, 'Type v tympanoplasty',
# col == 19.6, 'Revision of tympanoplasty',
# col == 19.9, 'Other repair of middle ear',
# col == 20.01, 'Myringotomy with insertion of tube',
# col == 20.09, 'Other myringotomy',
# col == 20.1, 'Removal of tympanostomy tube',
# col == 20.21, 'Incision of mastoid',
# col == 20.22, 'Incision of petrous pyramid air cells',
# col == 20.23, 'Incision of middle ear',
# col == 20.31, 'Electrocochleography',
# col == 20.32, 'Biopsy of middle and inner ear',
# col == 20.39, 'Other diagnostic procedures on middle and inner ear',
# col == 20.41, 'Simple mastoidectomy',
# col == 20.42, 'Radical mastoidectomy',
# col == 20.49, 'Other mastoidectomy',
# col == 20.51, 'Excision of lesion of middle ear',
# col == 20.59, 'Other excision of middle ear',
# col == 20.61, 'Fenestration of inner ear (initial)',
# col == 20.62, 'Revision of fenestration of inner ear',
# col == 20.71, 'Endolymphatic shunt',
# col == 20.72, 'Injection into inner ear',
# col == 20.79, 'Other incision, excision and destruction of inner ear',
# col == 20.8, 'Operations on eustachian tube',
# col == 20.91, 'Tympanosympathectomy',
# col == 20.92, 'Revision of mastoidectomy',
# col == 20.93, 'Repair of oval and round windows',
# col == 20.94, 'Injection of tympanum',
# col == 20.95, 'Implantation of electromagnetic bearing device',
# col == 20.96, 'Implantation or replacement of cochlear prosthetic device, NOS',
# col == 20.97, 'Implantation or replacement of cochlear prosthetic device, single channel',
# col == 20.98, 'Implantation/replacement of cochlear prosthetic device, multiple channel',
# col == 20.99, 'Other operations on middle and inner ear',
# col == 21.00, 'Control of epistaxis, not otherwise specified',
# col == 21.01, 'Control of epistaxis by anterior nasal packing',
# col == 21.02, 'Control of epistaxis by posterior (and anterior) packing',
# col == 21.03, 'Control of epistaxis by cauterization (and packing)',
# col == 21.04, 'Control of epistaxis by ligation of ethmoidal arteries',
# col == 21.05, 'Control of epistaxis by (transantral) ligation of the maxillary artery',
# col == 21.06, 'Control of epistaxis by ligation of the external carotid artery',
# col == 21.07, 'Control epistaxis by excision nasal mucosa/skin graft septum-lateral wall',
# col == 21.09, 'Control of epistaxis by other means',
# col == 21.1, 'Incision of nose',
# col == 21.21, 'Rhinoscopy',
# col == 21.22, 'Biopsy of nose',
# col == 21.29, 'Other diagnostic procedures on nose',
# col == 21.30, 'Excision or destruction of nose, not otherwise specified',
# col == 21.31, 'Local excision or destruction of intranasal lesion',
# col == 21.32, 'Local excision or destruction of other lesion of nose',
# col == 21.4, 'Resection of nose',
# col == 21.5, 'Submucous resection of nasal septum',
# col == 21.61, 'Turbinectomy by diathermy or cryosurgery',
# col == 21.62, 'Fracture of the turbinates',
# col == 21.69, 'Other turbinectomy',
# col == 21.71, 'Closed reduction of nasal fracture',
# col == 21.71, 'Reduction, Fx, Nose, Closed',
# col == 21.72, 'Open reduction of nasal fracture',
# col == 21.72, 'Reduction, Fx, Nose, Open',
# col == 21.81, 'Suture of laceration of nose',
# col == 21.81, 'Suture of Laceration of Nose',
# col == 21.82, 'Closure of nasal fistula',
# col == 21.83, 'Total nasal reconstruction',
# col == 21.84, 'Revision rhinoplasty',
# col == 21.85, 'Augmentation rhinoplasty',
# col == 21.86, 'Limited rhinoplasty',
# col == 21.87, 'Other rhinoplasty',
# col == 21.88, 'Other septoplasty',
# col == 21.89, 'Other repair and plastic operations on nose',
# col == 21.91, 'Lysis of adhesions of nose',
# col == 21.99, 'Other operation on nose',
# col == 22.00, 'Aspiration and lavage of nasal sinus, not otherwise specified',
# col == 22.01, 'Puncture of nasal sinus for aspiration or lavage',
# col == 22.02, 'Aspiration or lavage of nasal sinus through natural ostium',
# col == 22.11, 'Closed [endoscopic] [needle] biopsy of nasal sinus',
# col == 22.12, 'Open biopsy of nasal sinus',
# col == 22.19, 'Other diagnostic procedures on nasal sinuses',
# col == 22.2, 'Intranasal antrotomy',
# col == 22.31, 'Radical maxillary antrotomy',
# col == 22.39, 'Other external maxillary antrotomy',
# col == 22.41, 'Frontal sinusotomy',
# col == 22.42, 'Frontal sinusectomy',
# col == 22.50, 'Sinusotomy, not otherwise specified',
# col == 22.51, 'Ethmoidotomy',
# col == 22.52, 'Sphenoidotomy',
# col == 22.53, 'Incision of multiple nasal sinuses',
# col == 22.60, 'Sinusectomy, not otherwise specified',
# col == 22.61, 'Excision of lesion of maxillary sinus with caldwell-luc approach',
# col == 22.62, 'Excision of lesion of maxillary sinus with other approach',
# col == 22.63, 'Ethmoidectomy',
# col == 22.64, 'Sphenoidectomy',
# col == 22.64, 'Sphenoidectomy',
# col == 22.71, 'Closure of nasal sinus fist',
# col == 22.79, 'Other repair of nasal sinus',
# col == 22.79, 'Repair, Nasal Sinus, Other',
# col == 22.9, 'Other operations on nasal sinuses',
# col == 23.01, 'Extraction of deciduous tooth',
# col == 23.09, 'Extraction of other tooth',
# col == 23.11, 'Removal of residual root',
# col == 23.19, 'Other surgical extraction of tooth',
# col == 23.2, 'Restoration of tooth by filling',
# col == 23.3, 'Restoration of tooth by inlay',
# col == 23.41, 'Application of crown',
# col == 23.42, 'Insertion of fixed bridge',
# col == 23.43, 'Insertion of removable bridge',
# col == 23.49, 'Other dental restoration',
# col == 23.5, 'Implantation of tooth',
# col == 23.5, 'Implantation, Tooth',
# col == 23.6, 'Prosthetic dental implant',
# col == 23.70, 'Root canal not otherwise specified',
# col == 23.71, 'Root canal therapy with irrigation',
# col == 23.72, 'Root canal therapy with apicoectomy',
# col == 23.73, 'Apicoectomy',
# col == 24.0, 'Incision of gum or alveolar bone',
# col == 24.11, 'Biopsy of gum',
# col == 24.12, 'Biopsy of alveoli',
# col == 24.19, 'Other diagnostic procedures on teeth, gums, and alveoli',
# col == 24.2, 'Gingivoplasty',
# col == 24.31, 'Excision of lesion or tissue of gum',
# col == 24.32, 'Suture of laceration of gum',
# col == 24.32, 'Suture, Laceration, Gum',
# col == 24.39, 'Other operation on gum',
# col == 24.4, 'Excision of dental lesion of jaw',
# col == 24.5, 'Alveoloplasty',
# col == 24.6, 'Exposure of tooth',
# col == 24.7, 'Application of orthodontic appliance',
# col == 24.7, 'Application, Orthodontic Appliance',
# col == 24.8, 'Other orthodontic operation',
# col == 24.91, 'Extension or deepening of buccolabial or lingual sulcus',
# col == 24.99, 'Other dental operations',
# col == 25.01, 'Closed [needle] biopsy of tongue',
# col == 25.02, 'Open biopsy of tongue',
# col == 25.09, 'Other diagnostic procedures on tongue',
# col == 25.1, 'Excision or destruction of lesion or tissue of tongue',
# col == 25.2, 'Partial glossectomy',
# col == 25.3, 'Complete glossectomy',
# col == 25.4, 'Radical glossectomy',
# col == 25.51, 'Suture of laceration of tongue',
# col == 25.51, 'Suture, Laceration, Tongue',
# col == 25.59, 'Other repair and plastic operations on tongue',
# col == 25.91, 'Lingual frenotomy',
# col == 25.92, 'Lingual frenectomy',
# col == 25.93, 'Lysis of adhesions of tongue',
# col == 25.94, 'Other glossotomy',
# col == 25.99, 'Other operation on tongue',
# col == 26.0, 'Incision of salivary gland or duct',
# col == 26.11, 'Closed [needle] biopsy of salivary gland or duct',
# col == 26.12, 'Open biopsy of salivary gland or duct',
# col == 26.19, 'Other diagnostic procedures on salivary glands and ducts',
# col == 26.21, 'Marsupialization of salivary gland cyst',
# col == 26.29, 'Other excision of salivary gland lesion',
# col == 26.30, 'Sialoadenectomy, not otherwise specified',
# col == 26.31, 'Partial sialoadenectomy',
# col == 26.32, 'Complete sialoadenectomy',
# col == 26.41, 'Suture of laceration of salivary gland',
# col == 26.42, 'Closure of salivary fistula',
# col == 26.49, 'Other repair and plastic operations on salivary gland or duct',
# col == 26.91, 'Probing of salivary duct',
# col == 26.99, 'Other operation on salivary gland or duct',
# col == 27.0, 'Drainage of face and floor of mouth',
# col == 27.1, 'Incision of palate',
# col == 27.21, 'Biopsy of bony palate',
# col == 27.22, 'Biopsy of uvula and soft palate',
# col == 27.23, 'Biopsy of lip',
# col == 27.24, 'Biopsy of mouth, unspecified structure',
# col == 27.29, 'Other diagnostic procedures on oral cavity',
# col == 27.31, 'Local excision or destruction of lesion or tissue of bony palate',
# col == 27.32, 'Wide excision or destruction of lesion or tissue of bony palate',
# col == 27.41, 'Labial frenectomy',
# col == 27.42, 'Wide excision of lesion of lip',
# col == 27.43, 'Other excision of lesion or tissue of lip',
# col == 27.49, 'Other excision of mouth',
# col == 27.51, 'Suture of laceration of lip',
# col == 27.51, 'Suture of Laceration of Lip',
# col == 27.52, 'Suture of laceration of other part of mouth',
# col == 27.52, 'Suture of Mouth Laceration NEC',
# col == 27.53, 'Closure of fistula of mouth',
# col == 27.54, 'Repair of cleft lip',
# col == 27.55, 'Full-thickness skin graft to lip and mouth',
# col == 27.56, 'Other skin graft to lip and mouth',
# col == 27.57, 'Attachment of pedicle or flap graft to lip and mouth',
# col == 27.59, 'Other plastic repair of mouth',
# col == 27.61, 'Suture of laceration of palate',
# col == 27.62, 'Correction of cleft palate',
# col == 27.63, 'Revision of cleft palate repair',
# col == 27.64, 'Insertion of palatal implant',
# col == 27.69, 'Other plastic repair of palate',
# col == 27.71, 'Incision of uvula',
# col == 27.72, 'Excision of uvula',
# col == 27.73, 'Repair of uvula',
# col == 27.79, 'Other operations on uvula',
# col == 27.91, 'Labial frenotomy',
# col == 27.92, 'Incision of mouth, unspecified structure',
# col == 27.99, 'Other operations on oral cavity',
# col == 28.0, 'Incision and drainage of tonsil and peritonsillar structures',
# col == 28.11, 'Biopsy of tonsils and adenoids',
# col == 28.19, 'Other diagnostic procedures on tonsils and adenoids',
# col == 28.2, 'Tonsillectomy without adenoidectomy',
# col == 28.3, 'Tonsillectomy with adenoidectomy',
# col == 28.4, 'Excision of tonsil tag',
# col == 28.5, 'Excision of lingual tonsil',
# col == 28.6, 'Adenoidectomy without tonsillectomy',
# col == 28.7, 'Control of hemorrhage after tonsillectomy and adenoidectomy',
# col == 28.91, 'Removal of foreign body from tonsil and adenoid by incision',
# col == 28.92, 'Excision of lesion of tonsil and adenoid',
# col == 28.99, 'Other operation on tonsils and adenoids',
# col == 29.0, 'Pharyngotomy',
# col == 29.11, 'Pharyngoscopy',
# col == 29.12, 'Pharyngeal biopsy',
# col == 29.19, 'Other diagnostic procedures on pharynx',
# col == 29.2, 'Excision of branchial cleft cyst or vestige',
# col == 29.31, 'Cricopharyngeal myotomy',
# col == 29.32, 'Pharyngeal diverticulectomy',
# col == 29.33, 'Pharyngectomy (partial)',
# col == 29.39, 'Other excision or destruction of lesion or tissue of pharynx',
# col == 29.4, 'Plastic operation on pharynx',
# col == 29.51, 'Suture of laceration of pharynx',
# col == 29.52, 'Closure of branchial cleft fistula',
# col == 29.53, 'Closure of other fistula of pharynx',
# col == 29.54, 'Lysis of pharyngeal adhesions',
# col == 29.59, 'Other repair of pharynx',
# col == 29.91, 'Dilation of pharynx',
# col == 29.92, 'Division of glossopharyngeal nerve',
# col == 29.99, 'Other operation on pharynx',
# col == 30.01, 'Marsupialization of laryngeal cyst',
# col == 30.09, 'Other excision or destruction of lesion or tissue of larynx',
# col == 30.1, 'Hemilaryngectomy',
# col == 30.21, 'Epiglottidectomy',
# col == 30.22, 'Vocal cordectomy',
# col == 30.29, 'Other partial laryngectomy',
# col == 30.3, 'Complete laryngectomy',
# col == 30.4, 'Radical laryngectomy',
# col == 31.0, 'Injection of larynx',
# col == 31.1, 'Temporary tracheostomy',
# col == 31.1, '*Tracheostomy, Temporary (Cricothyroidotomy)',
# col == 31.12, 'Tracheostomy, Percutaneous (pre 2004)',
# col == 31.12, '*Tracheostomy, Percutaneous (PTOS Defined)',
# col == 31.21, 'Mediastinal tracheostomy',
# col == 31.21, '*Tracheostomy, Mediastinal',
# col == 31.29, 'Other permanent tracheostomy',
# col == 31.29, '*Tracheostomy, Permanent, Other',
# col == 31.3, 'Other incision of larynx or trachea',
# col == 31.41, 'Tracheoscopy through artificial stoma',
# col == 31.41, '*Tracheoscopy, Through Artificial Stoma',
# col == 31.42, 'Laryngoscopy and other tracheoscopy',
# col == 31.42, '*Laryngoscopy, Other Tracheoscopy',
# col == 31.43, 'Closed [endoscopic] biopsy of larynx',
# col == 31.44, 'Closed [endoscopic] biopsy of trachea',
# col == 31.45, 'Open biopsy of larynx or trachea',
# col == 31.48, 'Other diagnostic procedures on larynx',
# col == 31.49, 'Other diagnostic procedures on trachea',
# col == 31.5, 'Local excision or destruction of lesion or tissue of trachea',
# col == 31.61, 'Suture of laceration of larynx',
# col == 31.62, 'Closure of fistula of larynx',
# col == 31.63, 'Revision of laryngostomy',
# col == 31.64, 'Repair of laryngeal fracture',
# col == 31.64, 'Repair, Fx, Larynx',
# col == 31.69, 'Other repair of larynx',
# col == 31.71, 'Suture of laceration of trachea',
# col == 31.71, 'Suture, Laceration, Trachea',
# col == 31.72, 'Closure of external fistula of trachea',
# col == 31.73, 'Closure of other fistula of trachea',
# col == 31.74, 'Revision of tracheostomy',
# col == 31.75, 'Reconstruction of trachea and cal collapse of lung',
# col == 31.79, 'Other repair and plastic operation on trachea',
# col == 31.91, 'Division of laryngeal nerve',
# col == 31.92, 'Lysis of adhesions of trachea or larynx',
# col == 31.93, 'Replacement of laryngeal or tracheal stent',
# col == 31.94, 'Injection of locally-acting therapeutic substance into trachea',
# col == 31.95, 'Tracheoesophageal fistulization',
# col == 31.98, 'Other operations on larynx',
# col == 31.99, 'Other operations on trachea',
# col == 32.01, 'Endoscopic excision or destruction of lesion or tissue of bronchus',
# col == 32.09, 'Other local excision or destruction of lesion or tissue of bronchus',
# col == 32.1, 'Other excision of bronchus',
# col == 32.20, 'Thoracoscopic excision of lesion or tissue of lung',
# col == 32.21, 'Plication of emphysematous bleb',
# col == 32.22, 'Lung volume reduction surgery',
# col == 32.23, 'Open ablation of lung lesion or tissue',
# col == 32.24, 'Percutaneous ablation of lung lesion or tissue',
# col == 32.25, 'Thoracoscopic ablation of lung lesion or tissue',
# col == 32.26, 'Other and unspecified ablation of lung lesion or tissue',
# col == 32.27, 'Bronchoscopic bronchial thermoplasty, ablation of airway smooth muscle',
# col == 32.28, 'Endoscopic excision or destruction of lesion or tissue of lung',
# col == 32.29, 'Other local excision or destruction of lesion or tissue of lung',
# col == 32.3, 'Segment Resectn Lung (pre 2008)',
# col == 32.30, 'Thoracoscopic segmental resection of lung',
# col == 32.39, 'Other and unspecified segmental resection of lung',
# col == 32.4, 'Lobectomy Lung (pre 2008)',
# col == 32.41, 'Thoracoscopic lobectomy of lung',
# col == 32.49, 'Other lobectomy of lung',
# col == 32.5, 'Complete Pneumonectomy (pre 2008)',
# col == 32.50, 'Thoracoscopic pneumonectomy',
# col == 32.59, 'Other and unspecified pneumonectomy',
# col == 32.6, 'Radical dissection of thoracic structures',
# col == 32.9, 'Other excision of lung',
# col == 33.0, 'Incision of bronchus',
# col == 33.1, 'Incision of lung',
# col == 33.20, 'Thoracoscopic lung biopsy',
# col == 33.21, 'Bronchoscopy through artificial stoma',
# col == 33.21, '*Bronchoscopy, Through Artificial Stoma',
# col == 33.22, 'Fiber-optic bronchoscopy',
# col == 33.22, '*Bronchoscopy, Fiber-optic',
# col == 33.23, 'Other bronchoscopy',
# col == 33.23, '*Bronchoscopy, Other',
# col == 33.24, 'Closed [endoscopic] biopsy of bronchus',
# col == 33.24, '*Bronchoscopy, Endoscopic Bronchial Biopsy, Closed',
# col == 33.25, 'Open biopsy of bronchus',
# col == 33.26, 'Closed [percutaneous][needle] biopsy of lung',
# col == 33.27, 'Closed endoscopic biopsy of lung',
# col == 33.27, '*Bronchoscopy, Endoscopic Lung Biopsy, Closed',
# col == 33.28, 'Open biopsy of lung',
# col == 33.29, 'Other diagnostic procedures on lung and bronchus',
# col == 33.31, 'Destruction of phrenic nerve for collapse of lung',
# col == 33.32, 'Artificial pneumothorax for collapse of lung',
# col == 33.33, 'Pneumoperitoneum for collapse of lung',
# col == 33.34, 'Thoracoplasty',
# col == 33.39, 'Other surgical collapse of lung',
# col == 33.41, 'Suture of laceration of bronchus',
# col == 33.42, 'Closure of bronchial fistula',
# col == 33.43, 'Closure of laceration of lung',
# col == 33.43, 'Suture, Laceration, Lung',
# col == 33.48, 'Other repair and plastic operation on bronchus',
# col == 33.49, 'Other repair and plastic operation on lung',
# col == 33.49, 'Repair, Lung, Plastic and Other',
# col == 33.5, 'Lung Transplant (pre 2004)',
# col == 33.50, 'Lung transplant, not otherwise specified',
# col == 33.51, 'Unilateral lung transplant',
# col == 33.52, 'Bilateral lung transplant',
# col == 33.6, 'Combined heart-lung transplantation',
# col == 33.71, 'Endoscopic insertion or replacement of bronchial valve(s), single lobe',
# col == 33.72, 'Endoscopic pulmonary airway flow measurement',
# col == 33.73, 'Endoscopic insertion/replacement of bronchial valves, multiple lobes',
# col == 33.78, 'Endoscopic removal of bronchial device(s) or substances',
# col == 33.79, 'Endoscopic insertion of other bronchial device or substances',
# col == 33.91, 'Bronchial dilation',
# col == 33.92, 'Ligation of bronchus',
# col == 33.93, 'Puncture of lung',
# col == 33.98, 'Other operations on bronchus',
# col == 33.99, 'Other operations on lung',
# col == 34.01, 'Incision of chest wall',
# col == 34.02, 'Exploratory thoracotomy',
# col == 34.02, '*Exploratory Thoracotomy',
# col == 34.03, 'Reopening of recent thoracotomy site',
# col == 34.04, 'Insertion, Intercostal Drainage Catheter',
# col == 34.04, 'Insertion of intercostal catheter for drainage',
# col == 34.04, '*Insertion, Intercostal Drainage Catheter',
# col == 34.05, 'Creation of intercostal catheter for drainage',
# col == 34.06, 'Thoracoscopic drainage of pleural cavity',
# col == 34.09, 'Other incision of pleura',
# col == 34.09, 'Incision, Pleura, Other',
# col == 34.1, 'Incision of mediastinum',
# col == 34.20, 'Thoracoscopic pleural biopsy',
# col == 34.21, 'Transpleural thoracoscopy',
# col == 34.21, '*Thoracoscopy, Transpleural',
# col == 34.22, 'Mediastinoscopy',
# col == 34.22, '*Mediastinoscopy',
# col == 34.23, 'Biopsy of chest wall',
# col == 34.24, 'Other pleural biopsy',
# col == 34.25, 'Closed [percutaneous][needle] biopsy of mediastinum',
# col == 34.26, 'Open biopsy of mediastinum',
# col == 34.27, 'Biopsy of diaphragm',
# col == 34.28, 'Other diagnostic procedures on chest wall, pleura, and diaphragm',
# col == 34.29, 'Other diagnostic procedures on mediastinum',
# col == 34.3, 'Excision or destruction of lesion or tissue of mediastinum',
# col == 34.4, 'Excision or destruction of lesion of chest wall',
# col == 34.51, 'Decortication of lung',
# col == 34.52, 'Thoracoscopic decortication of lung',
# col == 34.59, 'Other excision of pleura',
# col == 34.6, 'Scarification of pleura',
# col == 34.71, 'Suture of laceration of chest wall',
# col == 34.71, 'Suture, Laceration, Chest Wall',
# col == 34.72, 'Closure of thoracostomy',
# col == 34.73, 'Closure of other fistula of thorax',
# col == 34.74, 'Repair of pectus deformity',
# col == 34.79, 'Other repair of chest wall',
# col == 34.81, 'Excision of lesion or tissue of diaphragm',
# col == 34.82, 'Suture of laceration of diaphragm',
# col == 34.82, 'Suture, Laceration, Diaphragm',
# col == 34.83, 'Closure of fistula of diaphragm',
# col == 34.84, 'Other repair of diaphragm',
# col == 34.84, 'Repair, Diaphragm, Other',
# col == 34.85, 'Implantation of diaphragmatic pacemaker',
# col == 34.89, 'Other operations on diaphragm',
# col == 34.91, 'Thoracentesis',
# col == 34.91, 'Thoracentesis',
# col == 34.92, 'Injection into thoracic cavity',
# col == 34.93, 'Repair of pleura',
# col == 34.99, 'Other operations on thorax',
# col == 35.00, 'Closed heart valvotomy, unspecified valve',
# col == 35.01, 'Closed heart valvotomy, aortic valve',
# col == 35.02, 'Closed heart valvotomy, mitral valve',
# col == 35.03, 'Closed heart valvotomy, pulmonary valve',
# col == 35.04, 'Closed heart valvotomy, tricuspid valve',
# col == 35.05, 'Endovascular replacement of aortic valve',
# col == 35.06, 'Transapical replacement of aortic valve',
# col == 35.07, 'Endovascular replacement of pulmonary valve',
# col == 35.08, 'Transapical replacement of pulmonary valve',
# col == 35.09, 'Endovascular replacement of unspecified heart valve',
# col == 35.10, 'Open heart valvuloplasty without replacement, unspecified valve',
# col == 35.11, 'Open heart valvuloplasty of aortic valve without replacement',
# col == 35.12, 'Open heart valvuloplasty of mitral valve without replacement',
# col == 35.13, 'Open heart valvuloplasty of pulmonary valve without replacement',
# col == 35.14, 'Open heart valvuloplasty of tricuspid valve without replacement',
# col == 35.20, 'Open and other replacement of unspecified heart valve',
# col == 35.21, 'Open and other replacement of aortic valve with tissue graft',
# col == 35.22, 'Open and other replacement of aortic valve',
# col == 35.23, 'Open and other replacement of mitral valve with tissue graft',
# col == 35.24, 'Open and other replacement of mitral valve',
# col == 35.25, 'Open and other replacement of pulmonary valve with tissue graft',
# col == 35.26, 'Open and other replacement of pulmonary valve',
# col == 35.27, 'Open and other replacement of tricuspid valve with tissue graft',
# col == 35.28, 'Open and other replacement of tricuspid valve',
# col == 35.31, 'Operations on papillary muscle',
# col == 35.32, 'Operations on chordae tendineae',
# col == 35.33, 'Annuloplasty',
# col == 35.34, 'Infundibulectomy',
# col == 35.35, 'Operations on trabeculae carneae cordis',
# col == 35.39, 'Operations on other structures adjacent to valves of heart',
# col == 35.41, 'Enlargement of existing atrial septal defect',
# col == 35.42, 'Creation of septal defect in heart',
# col == 35.50, 'Repair of unspecified septal defect of heart with prosthesis',
# col == 35.51, 'Repair of atrial septal defect with prosthesis, open technique',
# col == 35.52, 'Repair of atrial septal defect with prosthesis, closed technique',
# col == 35.53, 'Repair of ventricular septal defect with prosthesis',
# col == 35.54, 'Repair of endocardial cushion defect with prosthesis',
# col == 35.55, 'Repair of ventricular septal defect with prosthesis, closed technique',
# col == 35.60, 'Repair of unspecified septal defect of heart with tissue graft',
# col == 35.61, 'Repair of atrial septal defect with tissue graft',
# col == 35.62, 'Repair of ventricular septal defect with tissue graft',
# col == 35.63, 'Repair of endocardial cushion defect with tissue graft',
# col == 35.70, 'Other and unspecified repair of unspecified septal defect of heart',
# col == 35.71, 'Other and unspecified repair of atrial septal defect',
# col == 35.71, 'Other, Unspecified Repair of Atrial Septal Defect',
# col == 35.72, 'Other and unspecified repair of ventricular septal defect',
# col == 35.72, 'Other, Unspecified Repair - Ventricular Septal Defect',
# col == 35.73, 'Other and unspecified repair of endocardial cushion defect',
# col == 35.81, 'Total repair of tetralogy of fallot',
# col == 35.82, 'Total repair of total anomalous pulmonary venous connection',
# col == 35.83, 'Total repair of truncus arteriosus',
# col == 35.84, 'Total correction of transposition of great vessels, NEC',
# col == 35.91, 'Interatrial transposition of venous return',
# col == 35.92, 'Creation of conduit between right ventricle and pulmonary artery',
# col == 35.93, 'Creation of conduit between left ventricle and aorta',
# col == 35.94, 'Creation of conduit between atrium and pulmonary artery',
# col == 35.95, 'Revision of corrective procedure on heart',
# col == 35.96, 'Percutaneous balloon valvuloplasty',
# col == 35.97, 'Percutaneous mitral valve repair with implant',
# col == 35.98, 'Other operations on septa of heart',
# col == 35.99, 'Other operations on valves of heart',
# col == 36.01, 'PTCA-1 Ves/Ath w/o Agent (pre 2006)',
# col == 36.02, 'PTCA-1 Ves/Ath w Agent (pre 2006)',
# col == 36.03, 'Open chest coronary artery angioplasty',
# col == 36.04, 'Intracoronary artery thrombolytic infusion',
# col == 36.05, 'PTCA-multiple Vessel/Ath (pre 2006)',
# col == 36.06, 'Insertion of non-drug-eluting coronary artery stent(s)',
# col == 36.07, 'Insertion of drug-eluting coronary artery stent(s)',
# col == 36.09, 'Other removal of coronary artery obstruction',
# col == 36.10, 'Aortocoronary bypass for heart revascularization, not otherwise specified',
# col == 36.11, 'Aortocoronary bypass of one coronary artery',
# col == 36.12, 'Aortocoronary bypass of two coronary arteries',
# col == 36.13, 'Aortocoronary bypass of three coronary arteries',
# col == 36.14, 'Aortocoronary bypass of four or more coronary arteries',
# col == 36.15, 'Single internal mammary-coronary artery bypass',
# col == 36.16, 'Double internal mammary-coronary artery bypass',
# col == 36.17, 'Abdominal-coronary artery bypass',
# col == 36.19, 'Other bypass anastomosis for heart revascularization',
# col == 36.2, 'Heart revascularization by arterial implant',
# col == 36.3, 'Other Heart Revasculizn (pre 2004)',
# col == 36.31, 'Open chest transmyocardial revascularization',
# col == 36.32, 'Other transmyocardial revascularization',
# col == 36.33, 'Endoscopic transmyocardial revascularization',
# col == 36.34, 'Percutaneous transmyocardial revascularization',
# col == 36.39, 'Other heart revascularization',
# col == 36.91, 'Repair of aneurysm of coronary vessel',
# col == 36.99, 'Other operations on vessel of heart',
# col == 36.99, 'Other, Operations on Vessels of heart',
# col == 37.0, 'Pericardiocentesis',
# col == 37.0, '*Pericardiocentesis',
# col == 37.10, 'Incision of heart, not otherwise specified',
# col == 37.11, 'Cardiotomy',
# col == 37.12, 'Pericardiotomy',
# col == 37.12, '*Pericardiotomy',
# col == 37.20, 'Non-invasive electrical stimulation of heart',
# col == 37.21, 'Right heart cardiac catheterization',
# col == 37.22, 'Left heart cardiac catheterization',
# col == 37.23, 'Combined right and left heart cardiac catheterization',
# col == 37.24, 'Biopsy of pericardium',
# col == 37.25, 'Biopsy of heart',
# col == 37.26, 'Cardiac electrophysiologic stimulation and recording studies',
# col == 37.27, 'Cardiac mapping',
# col == 37.28, 'Intracardiac echocardiography [ice]',
# col == 37.28, 'Echocardiography, Intracardiac',
# col == 37.29, 'Other diagnostic procedures on heart and pericardium',
# col == 37.31, 'Pericardiectomy',
# col == 37.32, 'Excision of aneurysm of heart',
# col == 37.33, 'Excision or destruction of other lesion or tissue of heart, open approach',
# col == 37.34, 'Excision/destruction of other lesion/tissue of heart, endovascular approach',
# col == 37.35, 'Partial ventriculectomy',
# col == 37.36, 'Excision, destruction, or exclusion of left atrial appendage (LAA)',
# col == 37.37, 'Excision/destruction other lesion/tissue of heart, thoracoscopic approach',
# col == 37.4, 'Heart & Pericard Repair (pre 2006)',
# col == 37.41, 'Implantation of prosthetic cardiac support device around the heart',
# col == 37.49, 'Other repair of heart and pericardium',
# col == 37.5, 'Heart Transplantation (pre 2004)',
# col == 37.51, 'Heart transplantation',
# col == 37.52, 'Implantation of total internal biventricular heart replacement system',
# col == 37.53, 'Replacement or repair of thoracic unit of total replacement heart system',
# col == 37.54, 'Replacement/repair of other implant component total replacement heart syst',
# col == 37.55, 'Removal of internal biventricular heart replacement system',
# col == 37.61, 'Implant of pulsation balloon',
# col == 37.62, 'Insertion of temporary non-implantable external circulatory assist device',
# col == 37.63, 'Replacement and repair of heart assist system',
# col == 37.64, 'Removal of external heart assist system or device',
# col == 37.65, 'Implant of single ventricular external heart assist system',
# col == 37.66, 'Implant of an implantable, pulsatile heart assist system',
# col == 37.67, 'Implantation of cardiomyostimulation system',
# col == 37.68, 'Insertion of percutaneous external heart assist device',
# col == 37.70, 'Initial insertion of lead [electrode], not otherwise specified',
# col == 37.71, 'Initial insertion of transvenous lead [electrode] into ventricle',
# col == 37.72, 'Initial insertion of transvenous leads into atrium and ventricle',
# col == 37.73, 'Initial insertion of transvenous lead [electrode] into atrium',
# col == 37.74, 'Insert/replace epicardial lead [electrode] into epicardium',
# col == 37.75, 'Revision of lead [electrode]',
# col == 37.76, 'Replacement of transvenous atrial and/or ventricular lead(s) [electrode]',
# col == 37.77, 'Removal of lead(s) [electrode] without replacement',
# col == 37.78, 'Insertion of temporary transvenous pacemaker system',
# col == 37.79, 'Revision or relocation of pacemaker pocket',
# col == 37.80, 'Insertion of permanent pacemaker, initial or replacement, NFS device',
# col == 37.81, 'Initial insertion of single-chamber device not specified rate responsive',
# col == 37.82, 'Initial insertion of a single-chamber device, rate responsive',
# col == 37.83, 'Initial insertion of dual-chamber device',
# col == 37.85, 'Replacement of any type pacemaker device w/ single-chamber device NFS',
# col == 37.86, 'Replacement pacemaker device w/ single-chamber device, rate responsive',
# col == 37.87, 'Replacement of any type pacemaker device with dual-chamber device',
# col == 37.89, 'Revision or removal of pacemaker device',
# col == 37.90, 'Insertion of left atrial appendage device',
# col == 37.91, 'Open chest cardiac massage',
# col == 37.91, '*Cardiac Massage, Open Chest',
# col == 37.92, 'Injection of therapeutic substance into heart',
# col == 37.93, 'Injection of therapeutic substance into pericardium',
# col == 37.94, 'Implantation/replacement automatic cardioverter/defibrillator total system',
# col == 37.95, 'Implantation of automatic cardioverter/defibrillator lead(s) only',
# col == 37.96, 'Implantation of automatic cardioverter/defibrillator pulse generator only',
# col == 37.97, 'Replacement of automatic cardioverter/defibrillator lead(s) only',
# col == 37.98, 'Replacement of automatic cardioverter/defibrillator pulse generator only',
# col == 37.99, 'Other operation on heart and pericardium',
# col == 38.00, 'Incision of vessels, unspecified',
# col == 38.01, 'Incision of vessels, intracranial vessels',
# col == 38.02, 'Incision of vessels, other vessels of head and neck',
# col == 38.03, 'Incision of vessels, upper limb vessels',
# col == 38.04, 'Incision of vessels, aorta',
# col == 38.05, 'Incision of vessels, other thoracic vessels',
# col == 38.06, 'Incision of vessels, abdominal arteries',
# col == 38.07, 'Incision of vessels, abdominal veins',
# col == 38.08, 'Incision of vessels, lower limb arteries',
# col == 38.09, 'Incision of vessels, lower limb veins',
# col == 38.10, 'Endarterectomy, unspecified site',
# col == 38.11, 'Endarterectomy, intracranial vessels',
# col == 38.12, 'Endarterectomy, other vessels of head and neck',
# col == 38.13, 'Endarterectomy, upper limb vessels',
# col == 38.14, 'Endarterectomy, aorta',
# col == 38.15, 'Endarterectomy, other thoracic vessels',
# col == 38.16, 'Endarterectomy, abdominal arteries',
# col == 38.18, 'Endarterectomy, lower limb arteries',
# col == 38.21, 'Biopsy of blood vessel',
# col == 38.22, 'Percutaneous angioscopy',
# col == 38.23, 'Intravascular spectroscopy',
# col == 38.24, 'Intravascular imaging of coronary vessels by optical coherence tomography',
# col == 38.25, 'Intravascular imaging noncoronary vessels by optical coherence tomography',
# col == 38.26, 'Insertion of pressure sensor wo lead intracardiac/great vessel monitoring',
# col == 38.29, 'Other diagnostic procedures on blood vessels',
# col == 38.30, 'Resection of vessel with anastomosis, unspecified',
# col == 38.31, 'Resection of vessel with anastomosis, intracranial vessels',
# col == 38.32, 'Resection of vessel with anastomosis, other vessels of head and neck',
# col == 38.33, 'Resection of vessel with anastomosis, upper limb vessels',
# col == 38.34, 'Resection of vessel with anastomosis, aorta',
# col == 38.35, 'Resection of vessel with anastomosis, other thoracic vessels',
# col == 38.36, 'Resection of vessel with anastomosis, abdominal arteries',
# col == 38.37, 'Resection of vessel with anastomosis, abdominal veins',
# col == 38.38, 'Resection of vessel with anastomosis, lower limb arteries',
# col == 38.38, 'Resection/Anastomosis, Lower Limb Artery',
# col == 38.39, 'Resection of vessel with anastomosis, lower limb veins',
# col == 38.40, 'Resection of vessel with replacement, unspecified',
# col == 38.41, 'Resection of vessel with replacement, intracranial vessels',
# col == 38.42, 'Resection of vessel with replacement, other vessels of head and neck',
# col == 38.43, 'Resection of vessel with replacement, upper limb vessels',
# col == 38.44, 'Resection of vessel with replacement, aorta',
# col == 38.44, 'Resection/Replacement, Aorta',
# col == 38.45, 'Resection of vessel with replacement, other thoracic vessels',
# col == 38.45, 'Resection/Replacement, Thoracic Vessel, Other',
# col == 38.46, 'Resection of vessel with replacement, abdominal arteries',
# col == 38.47, 'Resection of vessel with replacement, abdominal veins',
# col == 38.48, 'Resection of vessel with replacement, lower limb arteries',
# col == 38.49, 'Resection of vessel with replacement, lower limb veins',
# col == 38.50, 'Ligation and stripping of varicose veins, unspecified site',
# col == 38.51, 'Ligation and stripping of varicose veins, intracranial vessels',
# col == 38.52, 'Ligation and stripping of varicose veins, other vessels of head and neck',
# col == 38.53, 'Ligation and stripping of varicose veins, upper limb vessels',
# col == 38.55, 'Ligation and stripping of varicose veins, thoracic vessel',
# col == 38.57, 'Ligation and stripping of varicose veins, abdominal veins',
# col == 38.59, 'Ligation and stripping of varicose veins, lower limb veins',
# col == 38.60, 'Other excision of vessels, unspecified',
# col == 38.61, 'Other excision of vessels, intracranial vessels',
# col == 38.62, 'Other excision of vessels, other vessels of head and neck',
# col == 38.63, 'Other excision of vessels, upper limb vessels',
# col == 38.64, 'Other excision of vessels, aorta, abdominal',
# col == 38.64, 'Excision, Aorta, Not Otherwise Specified',
# col == 38.65, 'Other excision of vessels, thoracic vessel',
# col == 38.66, 'Other excision of vessels, abdominal arteries',
# col == 38.67, 'Other excision of vessels, abdominal veins',
# col == 38.68, 'Other excision of vessels, lower limb arteries',
# col == 38.69, 'Other excision of vessels, lower limb veins',
# col == 38.7, 'Interruption of vena cava',
# col == 38.7, 'Interruption of the Vena Cava (IVC Filter)',
# col == 38.80, 'Occlusion, Blood Vessel, Unspecified',
# col == 38.80, 'Other surgical occlusion of vessels, unspecified',
# col == 38.80, '*Occlusion, Blood Vessel, Unspecified',
# col == 38.81, 'Occlusion, Intracranial Vessel',
# col == 38.81, 'Other surgical occlusion of vessels, intracranial vessels',
# col == 38.81, '*Occlusion, Intracranial Vessel',
# col == 38.82, 'Occlusion, Head/Neck Vessel, Other',
# col == 38.82, 'Other surgical occlusion of vessels, other vessels of head and neck',
# col == 38.82, '*Occlusion, Head/Neck Vessel, Other',
# col == 38.83, 'Occlusion, Upper Limb Vessel',
# col == 38.83, 'Other surgical occlusion of vessels, upper limb vessels',
# col == 38.83, '*Occlusion, Upper Limb Vessel',
# col == 38.84, 'Occlusion, Aorta',
# col == 38.84, 'Other surgical occlusion of vessels, aorta, abdominal',
# col == 38.84, '*Occlusion, Aorta',
# col == 38.85, 'Occlusion, Thoracic Vessel',
# col == 38.85, 'Other surgical occlusion of vessels, thoracic vessel',
# col == 38.85, '*Occlusion, Thoracic Vessel',
# col == 38.86, 'Occlusion, Abdomen Artery',
# col == 38.86, 'Other surgical occlusion of vessels, abdominal arteries',
# col == 38.86, '*Occlusion, Abdomen Artery',
# col == 38.87, 'Occlusion, Abdominal Vein',
# col == 38.87, 'Other surgical occlusion of vessels, abdominal veins',
# col == 38.87, '*Occlusion, Abdominal Vein',
# col == 38.88, 'Occlusion, Lower Limb Artery',
# col == 38.88, 'Other surgical occlusion of vessels, lower limb arteries',
# col == 38.88, '*Occlusion, Lower Limb Artery',
# col == 38.89, 'Occlusion, Lower Limb Vein',
# col == 38.89, 'Other surgical occlusion of vessels, lower limb veins',
# col == 38.89, '*Occlusion, Lower Limb Vein',
# col == 38.91, 'Arterial catheterization',
# col == 38.91, '*Arterial Catheterization',
# col == 38.92, 'Umbilical vein catheterization',
# col == 38.93, 'Venous Catheterization, NEC',
# col == 38.93, 'Venous catheterization, not elsewhere classified',
# col == 38.93, '*Venous Catheterization, not Elsewhere Classified',
# col == 38.94, 'Venous cutdown',
# col == 38.95, 'Venous catheterization for renal dialysis',
# col == 38.97, 'Central venous catheter placement with guidance',
# col == 38.98, 'Other puncture of artery',
# col == 38.99, 'Other puncture of vein',
# col == 39.0, 'Systemic to pulmonary artery shunt',
# col == 39.1, 'Intra-abdominal venous shunt',
# col == 39.21, 'Caval-pulmonary artery anastomosis',
# col == 39.22, 'Aorta-subclavian-carotid bypass',
# col == 39.23, 'Other intrathoracic vascular shunt or bypass',
# col == 39.24, 'Aorta-renal bypass',
# col == 39.25, 'Aorta-iliac-femoral bypass',
# col == 39.26, 'Other intra-abdominal vascular shunt or bypass',
# col == 39.27, 'Arteriovenostomy for renal dialysis',
# col == 39.28, 'Extracranial-intracranial (ec-ic) vascular bypass',
# col == 39.29, 'Other (peripheral) vascular shunt or bypass',
# col == 39.30, 'Suture of unspecified blood vessel',
# col == 39.30, 'Suture, Vessel, Unspecified',
# col == 39.31, 'Suture of artery',
# col == 39.31, 'Suture, Artery',
# col == 39.32, 'Suture of vein',
# col == 39.32, 'Suture, Vein',
# col == 39.41, 'Control of hemorrhage following vascular surgery',
# col == 39.42, 'Revision of arteriovenous shunt for renal dialysis',
# col == 39.43, 'Removal of arteriovenous shunt for renal dialysis',
# col == 39.49, 'Other revision of vascular procedure',
# col == 39.50, 'Angioplasty of other non-coronary vessel(s)',
# col == 39.51, 'Clipping of aneurysm',
# col == 39.52, 'Other repair of aneurysm',
# col == 39.53, 'Repair of arteriovenous fistula',
# col == 39.54, 'Re-entry operation (aorta)',
# col == 39.55, 'Reimplantation of aberrant renal vessel',
# col == 39.56, 'Repair of blood vessel with tissue patch graft',
# col == 39.56, 'Repair of Blood Vessel with Tissue Patch Graft',
# col == 39.57, 'Repair of blood vessel with synthetic patch graft',
# col == 39.57, 'Repair of Blood Vessel with Synthetic Patch Graft',
# col == 39.58, 'Repair of blood vessel with unspecified type of patch graft',
# col == 39.59, 'Other repair of vessel',
# col == 39.59, 'Repair, Vessel, Other',
# col == 39.61, 'Extracorporeal circulation auxiliary to open heart surgery',
# col == 39.62, 'Hypothermia (systemic) incidental to open heart surgery',
# col == 39.63, 'Cardioplegia',
# col == 39.64, 'Intraoperative cardiac pacemaker',
# col == 39.65, 'Extracorporeal membrane oxygenation (ecmo)',
# col == 39.66, 'Percutaneous cardiopulmonary bypass',
# col == 39.7, 'Periarterial Sympathectom (pre 2004)',
# col == 39.71, 'Endovascular implantation of other graft in abdominal aorta',
# col == 39.72, 'Endovascular (total) Embolization or Occlusion of Head and Neck Vessels',
# col == 39.72, 'Endovascular (total) embolization or occlusion of head and neck vessels',
# col == 39.72, '*Endovascular (total) Embolization or Occlusion of Head and Neck Vessels',
# col == 39.73, 'Endovascular implantation of graft in thoracic aorta',
# col == 39.74, 'Endovascular removal of obstruction from head and neck vessel(s)',
# col == 39.75, 'Endovascular embolization/occlusion of vessels of head/neck bare coils',
# col == 39.76, 'Endovascular embolization/occlusion of vessels of head/neck bioactive coils',
# col == 39.77, 'Temporary (partial) therapeutic endovascular occlusion of vessel',
# col == 39.78, 'Endovascular implantation of branching or fenestrated graft(s) in aorta',
# col == 39.79, 'Endovascular Repair (of aneurysm) of Other Vessels (Coil Embolization)',
# col == 39.79, 'Other endovascular procedures on other vessels',
# col == 39.79, '*Endovascular Repair (of aneurysm) of Other Vessels (Coil Embolization)',
# col == 39.8, 'Operations on carotid body, carotid sinus and other vascular bodies',
# col == 39.81, 'Implantation/replacement of carotid sinus stimulation device, total system',
# col == 39.82, 'Implantation or replacement of carotid sinus stimulation lead(s) only',
# col == 39.83, 'Implantation/replacement of carotid sinus stimulation pulse generator only',
# col == 39.84, 'Revision of carotid sinus stimulation lead(s) only',
# col == 39.85, 'Revision of carotid sinus stimulation pulse generator',
# col == 39.86, 'Removal of carotid sinus stimulation device, total system',
# col == 39.87, 'Removal of carotid sinus stimulation lead(s) only',
# col == 39.88, 'Removal of carotid sinus stimulation pulse generator only',
# col == 39.89, 'Other operations on carotid body, carotid sinus and other vascular bodies',
# col == 39.90, 'Insertion of non-drug-eluting peripheral (non-coronary) vessel stent(s)',
# col == 39.91, 'Freeing of vessel',
# col == 39.92, 'Injection of sclerosing agent into vein',
# col == 39.93, 'Insertion of vessel-to-vessel cannula',
# col == 39.94, 'Replacement of vessel-to-vessel cannula',
# col == 39.95, 'Hemodialysis',
# col == 39.96, 'Total body perfusion',
# col == 39.97, 'Other perfusion',
# col == 39.98, 'Control of hemorrhage, not otherwise specified',
# col == 39.98, 'Hemorrhage Control, Vessel, Not Otherwise Spec',
# col == 39.99, 'Other operations on vessels',
# col == 40.0, 'Incision of lymphatic structures',
# col == 40.11, 'Biopsy of lymphatic structure',
# col == 40.19, 'Other diagnostic procedures on lymphatic structures',
# col == 40.21, 'Excision of deep cervical lymph node',
# col == 40.22, 'Excision of internal mammary lymph node',
# col == 40.23, 'Excision of axillary lymph node',
# col == 40.24, 'Excision of inguinal lymph mode',
# col == 40.29, 'Simple excision of other lymphatic structure',
# col == 40.3, 'Regional lymph node excision',
# col == 40.40, 'Radical neck dissection, not otherwise specified',
# col == 40.41, 'Radical neck dissection, unilateral',
# col == 40.42, 'Radical neck dissection, bilateral',
# col == 40.50, 'Radical excision of lymph nodes, not otherwise specified',
# col == 40.51, 'Radical excision of axillary lymph nodes',
# col == 40.52, 'Radical excision of periaortic lymph nodes',
# col == 40.53, 'Radical excision of iliac lymph nodes',
# col == 40.54, 'Radical groin dissection',
# col == 40.59, 'Radical excision of other lymph nodes',
# col == 40.61, 'Cannulation of thoracic duct',
# col == 40.62, 'Fistulization of thoracic duct',
# col == 40.63, 'Closure of fistula of thoracic duct',
# col == 40.64, 'Ligation of thoracic duct',
# col == 40.69, 'Other operations on thoracic duct',
# col == 40.9, 'Other operations on lymphatic structures',
# col == 41.00, 'Bone marrow transplant, not otherwise specified',
# col == 41.01, 'Autologous bone marrow transplant without purging',
# col == 41.02, 'Allogeneic bone marrow transplant with purging',
# col == 41.03, 'Allogeneic bone marrow transplant without purging',
# col == 41.04, 'Autologous hematopoietic stem cell transplant without purging',
# col == 41.05, 'Allogeneic hematopoietic stem cell transplant without purging',
# col == 41.06, 'Cord blood stem cell transplant',
# col == 41.07, 'Autologous hematopoietic stem cell transplant with purging',
# col == 41.08, 'Allogeneic hematopoietic stem cell transplant with purging',
# col == 41.09, 'Autologous bone marrow transplant with purging',
# col == 41.1, 'Puncture of spleen',
# col == 41.2, 'Splenotomy',
# col == 41.31, 'Biopsy of bone marrow',
# col == 41.32, 'Closed [aspiration] [percutaneous] biopsy of spleen',
# col == 41.33, 'Open biopsy of spleen',
# col == 41.38, 'Other diagnostic procedures on bone marrow',
# col == 41.39, 'Other diagnostic procedures on spleen',
# col == 41.41, 'Marsupialization of splenic cyst',
# col == 41.42, 'Excision of lesion or tissue of spleen',
# col == 41.43, 'Partial splenectomy',
# col == 41.5, 'Total splenectomy',
# col == 41.5, 'Splenectomy, Total',
# col == 41.91, 'Aspiration of bone marrow from donor for transplant',
# col == 41.92, 'Injection into bone marrow',
# col == 41.93, 'Excision of accessory spleen',
# col == 41.94, 'Transplantation of spleen',
# col == 41.95, 'Repair and plastic operations on spleen',
# col == 41.95, 'Repair, Spleen, Plastic',
# col == 41.98, 'Other operations on bone marrow',
# col == 41.99, 'Other operations on spleen',
# col == 42.01, 'Incision of esophageal web',
# col == 42.09, 'Other incision of esophagus',
# col == 42.10, 'Esophagostomy, not otherwise specified',
# col == 42.11, 'Cervical esophagostomy',
# col == 42.12, 'Exteriorization of esophageal pouch',
# col == 42.19, 'Other external fistulization of esophagus',
# col == 42.21, 'Operative esophagoscopy by incision',
# col == 42.21, '*Esophagoscopy, Operative by Incision',
# col == 42.22, 'Esophagoscopy through artificial stoma',
# col == 42.22, '*Esophagoscopy, Through Artificial Stoma',
# col == 42.23, 'Other esophagoscopy',
# col == 42.23, '*Esophagoscopy, Other',
# col == 42.24, 'Closed [endoscopic] biopsy of esophagus',
# col == 42.25, 'Open biopsy of esophagus',
# col == 42.29, 'Other diagnostic procedures on esophagus',
# col == 42.31, 'Local excision of esophageal diverticulum',
# col == 42.32, 'Local excision of other lesion or tissue of esophagus',
# col == 42.33, 'Endoscopic excision or destruction of lesion or tissue of esophagus',
# col == 42.39, 'Other destruction of lesion or tissue of esophagus',
# col == 42.40, 'Esophagectomy, not otherwise specified',
# col == 42.41, 'Partial esophagectomy',
# col == 42.42, 'Total esophagectomy',
# col == 42.51, 'Intrathoracic esophagoesophagostomy',
# col == 42.52, 'Intrathoracic esophagogastrostomy',
# col == 42.53, 'Intrathoracic esophageal anastomosis with interposition of small bowel',
# col == 42.54, 'Other intrathoracic esophagoenterostomy',
# col == 42.55, 'Intrathoracic esophageal anastomosis with interposition of colon',
# col == 42.56, 'Other intrathoracic esophagocolostomy',
# col == 42.58, 'Intrathoracic esophageal anastomosis with other interposition',
# col == 42.59, 'Other intrathoracic anastomosis of esophagus',
# col == 42.61, 'Antesternal esophagoesophagostomy',
# col == 42.62, 'Antesternal esophagogastrostomy',
# col == 42.63, 'Antesternal esophageal anastomosis with interposition of small bowel',
# col == 42.64, 'Other antesternal esophagoenterostomy',
# col == 42.65, 'Antesternal esophageal anastomosis with interposition of colon',
# col == 42.66, 'Other antesternal esophagocolostomy',
# col == 42.68, 'Other antesternal esophageal anastomosis with interposition',
# col == 42.69, 'Other antesternal anastomosis of esophagus',
# col == 42.7, 'Esophagomyotomy',
# col == 42.81, 'Insertion of permanent tube into esophagus',
# col == 42.82, 'Suture of laceration of esophagus',
# col == 42.83, 'Closure of esophagostomy',
# col == 42.84, 'Repair of esophageal fistula, not elsewhere classified',
# col == 42.85, 'Repair of esophageal stricture',
# col == 42.86, 'Production of subcutaneous tunnel without esophageal anastomosis',
# col == 42.87, 'Other graft of esophagus',
# col == 42.89, 'Other repair of esophagus',
# col == 42.91, 'Ligation of esophageal varices',
# col == 42.92, 'Dilation of esophagus',
# col == 42.99, 'Other operation on esophagus',
# col == 43.0, 'Gastrotomy',
# col == 43.1, 'Gastrostomy (pre 2004)',
# col == 43.11, 'Percutaneous [endoscopic] gastrostomy [peg]',
# col == 43.19, 'Other gastrostomy',
# col == 43.19, 'Other, Gastrostomy',
# col == 43.3, 'Pyloromyotomy',
# col == 43.41, 'Endoscopic excision or destruction of lesion or tissue of stomach',
# col == 43.42, 'Local excision of other lesion or tissue of stomach',
# col == 43.49, 'Other destruction of lesion or tissue of stomach',
# col == 43.5, 'Partial gastrectomy with anastomosis to esophagus',
# col == 43.6, 'Partial gastrectomy with anastomosis to duodenum',
# col == 43.7, 'Partial gastrectomy with anastomosis to jejunum',
# col == 43.81, 'Partial gastrectomy with jejunal transposition',
# col == 43.82, 'Laparoscopic vertical (sleeve) gastrectomy',
# col == 43.89, 'Open and other partial gastrectomy',
# col == 43.91, 'Total gastrectomy with intestinal interposition',
# col == 43.99, 'Other total gastrectomy',
# col == 44.00, 'Vagotomy, not otherwise specified',
# col == 44.01, 'Truncal vagotomy',
# col == 44.02, 'Highly selective vagotomy',
# col == 44.03, 'Other selective vagotomy',
# col == 44.11, 'Transabdominal gastroscopy',
# col == 44.11, '*Gastroscopy, Transabdominal',
# col == 44.12, 'Gastroscopy through artificial stoma',
# col == 44.12, '*Gastroscopy, Through Artificial Stoma',
# col == 44.13, 'Other gastroscopy',
# col == 44.13, '*Gastroscopy, Other',
# col == 44.14, 'Closed [endoscopic] biopsy of stomach',
# col == 44.15, 'Open biopsy of stomach',
# col == 44.19, 'Other diagnostic procedures on stomach',
# col == 44.21, 'Dilation of pylorus by incision',
# col == 44.22, 'Endoscopic dilation of pylorus',
# col == 44.29, 'Other pyloroplasty',
# col == 44.31, 'High gastric bypass',
# col == 44.32, 'Percutaneous [endoscopic] gastrojejunostomy',
# col == 44.32, 'Percutaneous (Endoscopic) Gastrojejunostomy',
# col == 44.38, 'Laparoscopic gastroenterostomy',
# col == 44.39, 'Other gastroenterostomy',
# col == 44.40, 'Suture of peptic ulcer, not otherwise specified',
# col == 44.41, 'Suture of gastric ulcer site',
# col == 44.42, 'Suture of duodenal ulcer site',
# col == 44.43, 'Endoscopic control of gastric or duodenal bleeding',
# col == 44.44, 'Transcatheter Embolization for Gastric or Duodenal Bleeding',
# col == 44.44, 'Transcatheter embolization for gastric or duodenal bleeding',
# col == 44.44, '*Transcatheter Embolization for Gastric or Duodenal Bleeding',
# col == 44.49, 'Other control of hemorrhage of stomach or duodenum',
# col == 44.5, 'Revision of gastric anastomosis',
# col == 44.61, 'Suture of laceration of stomach',
# col == 44.61, 'Suture, Laceration, Stomach',
# col == 44.62, 'Closure of gastrostomy',
# col == 44.63, 'Closure of other gastric fistula',
# col == 44.64, 'Gastropexy',
# col == 44.65, 'Esophagogastroplasty',
# col == 44.66, 'Other procedures for creation of esophagogastric sphincteric competence',
# col == 44.67, 'Laparoscopic procedures of creation esophagogastric sphincteric competence',
# col == 44.68, 'Laparoscopic gastroplasty',
# col == 44.69, 'Other repair of stomach',
# col == 44.91, 'Ligation of gastric varices',
# col == 44.92, 'Intraoperative manipulation of stomach',
# col == 44.93, 'Insertion of gastric bubble [balloon]',
# col == 44.94, 'Removal of gastric bubble [balloon]',
# col == 44.95, 'Laparoscopic gastric restrictive procedure',
# col == 44.96, 'Laparoscopic revision of gastric restrictive procedure',
# col == 44.97, 'Laparoscopic removal of gastric restrictive device(s)',
# col == 44.98, '(laparoscopic) adjustment of size of adjustable gastric restrictive device',
# col == 44.99, 'Other operation on stomach',
# col == 45.00, 'Incision of intestine, not otherwise specified',
# col == 45.01, 'Incision of duodenum',
# col == 45.02, 'Other incision of small intestine',
# col == 45.03, 'Incision of large intestine',
# col == 45.11, 'Transabdominal endoscopy of small intestine',
# col == 45.11, '*Endoscopy, Small Intestine, Transabdominal',
# col == 45.12, 'Endoscopy of small intestine through artificial stoma',
# col == 45.12, '*Endoscopy, Small Intestine, Through Artificial Stoma',
# col == 45.13, 'Other endoscopy of small intestine',
# col == 45.13, '*Endoscopy, Small Intestine, Other',
# col == 45.14, 'Closed [endoscopic] biopsy of small intestine',
# col == 45.15, 'Open biopsy of small intestine',
# col == 45.15, '*Endoscopy, Small Intestine, Other Biopsy',
# col == 45.16, 'Esophagogastroduodenoscopy [egd] with closed biopsy',
# col == 45.16, '*Esophagogastroduodenoscopy (EGD), Closed Biopsy',
# col == 45.19, 'Other diagnostic procedures on small intestine',
# col == 45.21, 'Transabdominal endoscopy of large intestine',
# col == 45.21, '*Endoscopy, Large Intestine, Transabdominal',
# col == 45.22, 'Endoscopy of large intestine through artificial stoma',
# col == 45.22, '*Endoscopy, Large Intestine, Through Artificial Stoma',
# col == 45.23, 'Colonoscopy',
# col == 45.23, '*Colonoscopy, Flexible Fiber-optic',
# col == 45.24, 'Flexible sigmoidoscopy',
# col == 45.24, '*Flexible Sigmoidoscopy',
# col == 45.25, 'Closed [endoscopic] biopsy of large intestine',
# col == 45.25, '*Colonoscopy, Large Intestine w/Biopsy',
# col == 45.26, 'Open biopsy of large intestine',
# col == 45.27, 'Intestinal biopsy, site unspecified',
# col == 45.28, 'Other diagnostic procedures on large intestine',
# col == 45.29, 'Other diagnostic procedures on intestine, site unspecified',
# col == 45.30, 'Endoscopic excision or destruction of lesion of duodenum',
# col == 45.31, 'Other local excision of lesion of duodenum',
# col == 45.32, 'Other destruction of lesion of duodenum',
# col == 45.33, 'Local excision of lesion or tissue of small intestine, except duodenum',
# col == 45.33, 'Local Excision of Lesion/Tissue Small Intestine',
# col == 45.34, 'Other destruction of lesion of small intestine, except duodenum',
# col == 45.41, 'Excision of lesion or tissue of large intestine',
# col == 45.42, 'Endoscopic polypectomy of large intestine',
# col == 45.43, 'Endoscopic destruction of other lesion or tissue of large intestine',
# col == 45.49, 'Other destruction of lesion of large intestine',
# col == 45.50, 'Isolation of intestinal segment not otherwise specified',
# col == 45.51, 'Isolation of segment of small intestine',
# col == 45.52, 'Isolation of segment of large intestine',
# col == 45.61, 'Multiple segmental resection of small intestine',
# col == 45.62, 'Other partial resection of small intestine',
# col == 45.62, 'Resection, Small Intestine, Partial, Other',
# col == 45.63, 'Total removal of small intestine',
# col == 45.71, 'Open and other multiple segmental resection of large intestine',
# col == 45.71, 'Resection, Large Intestine, Multiple Segmental',
# col == 45.72, 'Open and other cecectomy',
# col == 45.73, 'Open and other right hemicolectomy',
# col == 45.73, 'Right Hemicolectomy',
# col == 45.74, 'Open and other resection of transverse colon',
# col == 45.74, 'Transverse Colon Resection',
# col == 45.75, 'Open and other left hemicolectomy',
# col == 45.75, 'Left Hemicolectomy',
# col == 45.76, 'Open and other sigmoidectomy',
# col == 45.76, 'Sigmoidectomy',
# col == 45.79, 'Other and upsecified partial excision of large intestine',
# col == 45.79, 'Excision, Large Intestine, Partial',
# col == 45.8, 'Total intra-abdominal colectomy (pre 2009)',
# col == 45.81, 'Laparoscopic total intra-abdominal colectomy',
# col == 45.82, 'Open total intra-abdominal colectomy',
# col == 45.83, 'Other and unspecified total intra-abdominal colectomy',
# col == 45.90, 'Intestinal anastomosis, not otherwise specified',
# col == 45.91, 'Small-to-small intestinal anastomosis',
# col == 45.91, 'Small-to-Small Intestinal Anastomosis',
# col == 45.92, 'Anastomosis of small intestine to rectal stump',
# col == 45.93, 'Other small-to-large intestinal anastomosis',
# col == 45.94, 'Large-to-large intestinal anastomosis',
# col == 45.94, 'Anastomosis, Intestine, Large-to-Large',
# col == 45.95, 'Anastomosis to anus',
# col == 46.01, 'Exteriorization of small intestine',
# col == 46.02, 'Resection of exteriorized segment of small intestine',
# col == 46.03, 'Exteriorization of large intestine',
# col == 46.04, 'Resection of exteriorized segment of large intestine',
# col == 46.10, 'Colostomy, not otherwise specified',
# col == 46.10, 'Colostomy, Not Otherwise Specified',
# col == 46.11, 'Temporary colostomy',
# col == 46.11, 'Temporary Colostomy',
# col == 46.12, 'Perm Magnetic Colostomy (pre 2004)',
# col == 46.13, 'Other permanent colostomy',
# col == 46.14, 'Delayed opening of colostomy',
# col == 46.20, 'Ileostomy, not otherwise specified',
# col == 46.21, 'Temporary ileostomy',
# col == 46.22, 'Continent ileostomy',
# col == 46.23, 'Other permanent ileostomy',
# col == 46.24, 'Delayed opening of ileostomy',
# col == 46.31, 'Delayed opening of other enterostomy',
# col == 46.32, 'Percutaneous [endoscopic] jejunostomy [pej]',
# col == 46.39, 'Other enterostomy',
# col == 46.39, 'Enterostomy, Other',
# col == 46.40, 'Revision of intestinal stoma, not otherwise specified',
# col == 46.41, 'Revision of stoma of small intestine',
# col == 46.42, 'Repair of pericolostomy hernia',
# col == 46.43, 'Other revision of stoma of large intestine',
# col == 46.50, 'Closure of intestinal stoma, not otherwise specified',
# col == 46.51, 'Closure of stoma of small intestine',
# col == 46.52, 'Closure of stoma of large intestine',
# col == 46.60, 'Fixation of intestine, not otherwise specified',
# col == 46.61, 'Fixation of small intestine to abdominal wall',
# col == 46.62, 'Other fixation of small intestine',
# col == 46.63, 'Fixation of large intestine to abdominal wall',
# col == 46.64, 'Other fixation of large intestine',
# col == 46.71, 'Suture of laceration of duodenum',
# col == 46.71, 'Duodenal Laceration Suture',
# col == 46.72, 'Closure of fistula of duodenum',
# col == 46.72, 'Suture, Duodenum, Fistula',
# col == 46.73, 'Suture of laceration of small intestine, except duodenum',
# col == 46.73, 'Suture, Laceration, Small Intestine',
# col == 46.74, 'Closure of fistula of small intestine, except duodenum',
# col == 46.75, 'Suture of laceration of large intestine',
# col == 46.75, 'Suture, Laceration, Large Intestine',
# col == 46.76, 'Closure of fistula of large intestine',
# col == 46.79, 'Other repair of intestine',
# col == 46.79, 'Repair, Intestine, Other',
# col == 46.80, 'Intra-abdominal manipulation of intestine, not otherwise specified',
# col == 46.81, 'Intra-abdominal manipulation of small intestine',
# col == 46.82, 'Intra-abdominal manipulation of large intestine',
# col == 46.85, 'Dilation of intestine',
# col == 46.86, 'Endoscopic insertion of colonic stents',
# col == 46.87, 'Other insertion of colonic stents',
# col == 46.91, 'Myotomy of sigmoid colon',
# col == 46.92, 'Myotomy of other parts of colon',
# col == 46.93, 'Revision of anastomosis of small intestine',
# col == 46.94, 'Revision of anastomosis of large intestine',
# col == 46.95, 'Local perfusion of small intestine',
# col == 46.96, 'Local perfusion of large intestine',
# col == 46.97, 'Transplant of intestine',
# col == 46.99, 'Other operations on intestines',
# col == 47.0, 'Appendectomy (pre 2004)',
# col == 47.01, 'Laparoscopic appendectomy',
# col == 47.09, 'Other appendectomy',
# col == 47.1, 'Incidental Appendectomy (pre 2004)',
# col == 47.11, 'Laparoscopic incidental appendectomy',
# col == 47.19, 'Other incidental appendectomy',
# col == 47.2, 'Drainage of appendiceal abscess',
# col == 47.91, 'Appendicostomy',
# col == 47.92, 'Closure of appendiceal fistula',
# col == 47.99, 'Other operation on appendix',
# col == 48.0, 'Proctotomy',
# col == 48.1, 'Proctostomy',
# col == 48.21, 'Transabdominal proctosigmoidoscopy',
# col == 48.21, '*Proctosigmoidoscopy, Transabdominal',
# col == 48.22, 'Proctosigmoidoscopy through artificial stoma',
# col == 48.22, '*Proctosigmoidoscopy, Through Artificial Stoma',
# col == 48.23, 'Rigid proctosigmoidoscopy',
# col == 48.23, '*Proctosigmoidoscopy, Rigid',
# col == 48.24, 'Closed [endoscopic] biopsy of rectum',
# col == 48.24, '*Proctosigmoidoscopy, Rectum w/Biopsy',
# col == 48.25, 'Open biopsy of rectum',
# col == 48.26, 'Biopsy of perirectal tissue',
# col == 48.29, 'Other diagnostic procedures on rectum, rectosigmoid and perirectal tissue',
# col == 48.31, 'Radical electrocoagulation of rectal lesion or tissue',
# col == 48.32, 'Other electrocoagulation of rectal lesion or tissue',
# col == 48.33, 'Destruction of rectal lesion or tissue by laser',
# col == 48.34, 'Destruction of rectal lesion or tissue by cryosurgery',
# col == 48.35, 'Local excision of rectal lesion or tissue',
# col == 48.36, '[endoscopic] polypectomy of rectum',
# col == 48.40, 'Pull-through resection of rectum, not otherwise specified',
# col == 48.41, 'Soave submucosal resection of rectum',
# col == 48.42, 'Laparoscopic pull-through resection of rectum',
# col == 48.43, 'Open pull-through resection of rectum',
# col == 48.49, 'Other pull-through resection of rectum',
# col == 48.5, 'Abdominoperineal resection of rectum (pre 2009)',
# col == 48.50, 'Abdominoperineal resection of the rectum, not otherwise specified',
# col == 48.51, 'Laparoscopic abdominoperineal resection of the rectum',
# col == 48.52, 'Open abdominoperineal resection of the rectum',
# col == 48.59, 'Other abdominoperineal resection of the rectum',
# col == 48.61, 'Transsacral rectosigmoidectomy',
# col == 48.62, 'Anterior resection of rectum with synchronous colostomy',
# col == 48.63, 'Other anterior resection of rectum',
# col == 48.64, 'Posterior resection of rectum',
# col == 48.65, 'Duhamel resection of rectum',
# col == 48.66, 'Resection, Rectum, Hartmann (pre 2004)',
# col == 48.69, 'Other resection of rectum',
# col == 48.71, 'Suture of laceration of rectum',
# col == 48.72, 'Closure of proctostomy',
# col == 48.73, 'Closure of other rectal fistula',
# col == 48.74, 'Rectorectostomy',
# col == 48.75, 'Abdominal proctopexy',
# col == 48.76, 'Other proctopexy',
# col == 48.79, 'Other repair of rectum',
# col == 48.81, 'Incision of perirectal tissue',
# col == 48.82, 'Excision of perirectal tissue',
# col == 48.91, 'Incision of rectal stricture',
# col == 48.92, 'Anorectal myectomy',
# col == 48.93, 'Repair of perirectal fistula',
# col == 48.99, 'Other operations on rectum and perirectal tissue',
# col == 49.01, 'Incision of perianal abscess',
# col == 49.02, 'Other incision of perianal tissue',
# col == 49.03, 'Excision of perianal skin tags',
# col == 49.04, 'Other excision of perianal tissue',
# col == 49.11, 'Anal fistulotomy',
# col == 49.12, 'Anal fistulectomy',
# col == 49.21, 'Anoscopy',
# col == 49.21, '*Anoscopy',
# col == 49.22, 'Biopsy of perianal tissue',
# col == 49.23, 'Biopsy of anus',
# col == 49.29, 'Other diagnostic procedures on anus and perianal tissue',
# col == 49.31, 'Endoscopic excision or destruction of lesion or tissue of anus',
# col == 49.39, 'Other local excision or destruction of lesion or tissue of anus',
# col == 49.41, 'Reduction of hemorrhoids',
# col == 49.42, 'Injection of hemorrhoids',
# col == 49.43, 'Cauterization of hemorrhoids',
# col == 49.44, 'Destruction of hemorrhoids by cryotherapy',
# col == 49.45, 'Ligation of hemorrhoids',
# col == 49.46, 'Excision of hemorrhoids',
# col == 49.47, 'Evacuation of thrombosed hemorrhoids',
# col == 49.49, 'Other procedures on hemorrhoids',
# col == 49.51, 'Left lateral anal sphincterotomy',
# col == 49.52, 'Posterior anal sphincterotomy',
# col == 49.59, 'Other anal sphincterotomy',
# col == 49.6, 'Excision of anus',
# col == 49.71, 'Suture of laceration of anus',
# col == 49.72, 'Anal cerclage',
# col == 49.73, 'Closure of anal fistula',
# col == 49.74, 'Gracilis muscle transplant for anal incontinence',
# col == 49.75, 'Implantation or revision of artificial anal sphincter',
# col == 49.76, 'Removal of artificial anal sphincter',
# col == 49.79, 'Other repair of anal sphincter',
# col == 49.91, 'Incision of anal septum',
# col == 49.92, 'Insertion of subcutaneous electrical anal stimulator',
# col == 49.93, 'Other incision of anus',
# col == 49.94, 'Reduction of anal prolapse',
# col == 49.95, 'Control of (postoperative) hemorrhage of anus',
# col == 49.99, 'Other operations on anus',
# col == 50.0, 'Hepatotomy',
# col == 50.11, 'Closed (percutaneous) [needle] biopsy of liver',
# col == 50.11, 'Biopsy, Liver, Percutaneous',
# col == 50.12, 'Open biopsy of liver',
# col == 50.13, 'Transjugular liver biopsy',
# col == 50.14, 'Laparoscopic liver biopsy',
# col == 50.19, 'Other diagnostic procedures on liver',
# col == 50.21, 'Marsupialization of lesion of liver',
# col == 50.22, 'Partial hepatectomy',
# col == 50.23, 'Open ablation of liver lesion or tissue',
# col == 50.24, 'Percutaneous ablation of liver lesion or tissue',
# col == 50.25, 'Laparoscopic ablation of liver lesion or tissue',
# col == 50.26, 'Other and unspecified ablation of liver lesion or tissue',
# col == 50.29, 'Other destruction of lesion of liver',
# col == 50.29, 'Destruction, Liver, Other',
# col == 50.3, 'Lobectomy of liver',
# col == 50.4, 'Total hepatectomy',
# col == 50.51, 'Auxiliary liver transplant',
# col == 50.59, 'Other transplant of liver',
# col == 50.61, 'Closure of laceration of liver',
# col == 50.61, 'Repair, Laceration, Liver',
# col == 50.69, 'Other repair of liver',
# col == 50.69, 'Liver Repair NEC',
# col == 50.91, 'Percutaneous aspiration of liver',
# col == 50.92, 'Extracorporeal hepatic assistance',
# col == 50.93, 'Localized perfusion of liver',
# col == 50.94, 'Other injection of therapeutic substance into liver',
# col == 50.99, 'Other operations on liver',
# col == 51.01, 'Percutaneous aspiration of gallbladder',
# col == 51.02, 'Trocar cholecystostomy',
# col == 51.03, 'Other cholecystostomy',
# col == 51.04, 'Other cholecystotomy',
# col == 51.10, 'Endoscopic retrograde cholangiopancreatography [ercp]',
# col == 51.10, '*Cholangiopancreatography, Endoscopic Retrograde (ERCP)',
# col == 51.11, 'Endoscopic retrograde cholangiography [erc]',
# col == 51.11, '*Cholangiography, Endoscopic Retrograde (ERC)',
# col == 51.12, 'Percutaneous biopsy of gallbladder or bile ducts',
# col == 51.13, 'Open biopsy of gallbladder or bile ducts',
# col == 51.14, 'Other closed [endoscopic] biopsy of biliary duct or sphincter of oddi',
# col == 51.15, 'Pressure measurement of sphincter of oddi',
# col == 51.19, 'Other diagnostic procedures on biliary tract',
# col == 51.21, 'Other partial cholecystectomy',
# col == 51.22, 'Cholecystectomy',
# col == 51.22, 'Cholecystectomy, Total',
# col == 51.23, 'Laparoscopic cholecystectomy',
# col == 51.24, 'Laparoscopic partial cholecystectomy',
# col == 51.31, 'Anastomosis of gallbladder to hepatic ducts',
# col == 51.32, 'Anastomosis of gallbladder to intestine',
# col == 51.33, 'Anastomosis of gallbladder to pancreas',
# col == 51.34, 'Anastomosis of gallbladder to stomach',
# col == 51.35, 'Other gallbladder anastomosis',
# col == 51.36, 'Choledochoenterostomy',
# col == 51.37, 'Anastomosis of hepatic duct to gastrointestinal tract',
# col == 51.39, 'Other bile duct anastomosis',
# col == 51.41, 'Common duct exploration for removal of calculus',
# col == 51.42, 'Common duct exploration for relief of other obstruction',
# col == 51.43, 'Insertion of choledochohepatic tube for decompression',
# col == 51.49, 'Incision of other bile ducts for relief of obstruction',
# col == 51.51, 'Exploration of common duct',
# col == 51.59, 'Incision of other bile duct',
# col == 51.61, 'Excision of cystic duct remnant',
# col == 51.62, 'Excision of ampulla of vater (with reimplantation of common duct)',
# col == 51.63, 'Other excision of common duct',
# col == 51.64, 'Endoscopic excision/destruction of lesion biliary ducts/sphincter of oddi',
# col == 51.64, '*Biliary Tract, Endoscopic Excision of Lesion or Sphincter of Oddi',
# col == 51.69, 'Excision of other bile duct',
# col == 51.71, 'Simple suture of common bile duct',
# col == 51.72, 'Choledochoplasty',
# col == 51.79, 'Repair of other bile ducts',
# col == 51.81, 'Dilation of sphincter of oddi',
# col == 51.82, 'Pancreatic sphincterotomy',
# col == 51.83, 'Pancreatic sphincteroplasty',
# col == 51.84, 'Endoscopic dilation of ampulla and biliary duct',
# col == 51.84, '*Biliary Tract, Endoscopic Dilation of Ampulla',
# col == 51.85, 'Endoscopic sphincterotomy and papillotomy',
# col == 51.85, '*Biliary Tract, Endoscopic Sphincterotomy and Papillotomy',
# col == 51.86, 'Endoscopic insertion of nasobiliary drainage tube',
# col == 51.86, '*Biliary Tract, Endoscopic Insertion of Nasobiliary Tube',
# col == 51.87, 'Endoscopic insertion of stent (tube) into bile duct',
# col == 51.87, '*Biliary Tract, Endoscopic Insertion of Stent(Tube)',
# col == 51.88, 'Endoscopic removal of stone(s) from biliary tract',
# col == 51.88, '*Biliary Tract, Endoscopic Removal of Stone(s)',
# col == 51.89, 'Other operations on sphincter of oddi',
# col == 51.91, 'Repair of laceration of gallbladder',
# col == 51.92, 'Closure of cholecystostomy',
# col == 51.93, 'Closure of other biliary fistula',
# col == 51.94, 'Revision of anastomosis of biliary tract',
# col == 51.95, 'Removal of prosthetic device from bile duct',
# col == 51.96, 'Percutaneous extraction of common duct stones',
# col == 51.96, 'Percutaneous Extraction, Common Duct Stones',
# col == 51.98, 'Other percutaneous procedures on biliary tract',
# col == 51.98, '*Other Percutaneous Procedures on Biliary Tract',
# col == 51.99, 'Other operations on biliary tract',
# col == 51.99, 'Cholecystostomy, Other Insertion/Replacement',
# col == 52.01, 'Drainage of pancreatic cyst by catheter',
# col == 52.09, 'Other pancreatotomy',
# col == 52.09, 'Pancreatotomy, Other',
# col == 52.11, 'Closed [aspiration] [needle] [percutaneous] biopsy of pancreas',
# col == 52.12, 'Open biopsy of pancreas',
# col == 52.13, 'Endoscopic retrograde pancreatography [epr]',
# col == 52.13, '*Pancreatic, Endoscopic Retrograde (ERP)',
# col == 52.14, 'Closed [endoscopic] biopsy of pancreatic duct',
# col == 52.14, '*Pancreatic, Closed (Endoscopic) Biopsy',
# col == 52.19, 'Other diagnostic procedure on pancreas',
# col == 52.21, 'Endoscopic excision or destruction of lesion or tissue of pancreatic duct',
# col == 52.21, '*Pancreatic, Endoscopic Excision/Destruction of Lesion or Tissue',
# col == 52.22, 'Other excision or destruction lesion/tissue of pancreas or pancreatic duct',
# col == 52.3, 'Marsupialization of pancreatic cyst',
# col == 52.4, 'Internal drainage of pancreatic cyst',
# col == 52.51, 'Proximal pancreatectomy',
# col == 52.52, 'Distal pancreatectomy',
# col == 52.53, 'Radical subtotal pancreatectomy',
# col == 52.59, 'Other partial pancreatectomy',
# col == 52.59, 'Pancreatectomy, Partial',
# col == 52.6, 'Total pancreatectomy',
# col == 52.7, 'Radical pancreaticoduodenectomy',
# col == 52.80, 'Pancreatic transplant, not otherwise specified',
# col == 52.81, 'Reimplantation of pancreatic tissue',
# col == 52.82, 'Homotransplant of pancreas',
# col == 52.83, 'Heterotransplant of pancreas',
# col == 52.84, 'Autotransplantation of cells of islets of langerhans',
# col == 52.85, 'Allotransplantation of cells of islets of langerhans',
# col == 52.86, 'Transplantation of cells of islets of langerhans, not otherwise specified',
# col == 52.92, 'Cannulation of pancreatic duct',
# col == 52.93, 'Endoscopic insertion of stent (tube) cal herniorrhaphy',
# col == 52.93, '*Pancreatic, Endoscopic Insertion of Stent(Tube)',
# col == 52.94, 'Endoscopic removal of stone(s) from pancreatic duct',
# col == 52.94, '*Pancreatic, Endoscopic Removal of Stone(s)',
# col == 52.95, 'Other repair of pancreas',
# col == 52.95, 'Repair, Pancreas, Other',
# col == 52.96, 'Anastomosis of pancreas',
# col == 52.97, 'Endoscopic insertion of nasopancreatic drainage tube',
# col == 52.97, '*Pancreatic, Endoscopic Insertion of Nasopancreatic Drainage Tube',
# col == 52.98, 'Endoscopic dilation of pancreatic duct',
# col == 52.98, '*Pancreatic, Endoscopic Dilation of Pancreatic Duct',
# col == 52.99, 'Other operations on pancreas',
# col == 53.00, 'Unilateral repair of inguinal hernia, not otherwise specified',
# col == 53.01, 'Other and open repair of direct inguinal hernia',
# col == 53.02, 'Other and open repair of indirect inguinal hernia',
# col == 53.03, 'Other and open repair of direct inguinal hernia with graft or prosthesis',
# col == 53.04, 'Other and open repair of indirect inguinal hernia with graft or prosthesis',
# col == 53.05, 'Repair of inguinal hernia w/ graft or prosthesis, not otherwise specified',
# col == 53.10, 'Bilateral repair of inguinal hernia, not otherwise specified',
# col == 53.11, 'Other and open bilateral repair of direct inguinal hernia',
# col == 53.12, 'Other and open bilateral repair of indirect inguinal hernia',
# col == 53.13, 'Other and open bilateral inguinal hernia repair 1 direct and 1 indirect',
# col == 53.14, 'Other & open bilateral direct inguinal hernia repair w/ graft/prosthesis',
# col == 53.15, 'Other & open bilateral indirect inguinal hernia repair w/ graft/prosthesis',
# col == 53.16, 'Other & open bilateral inguinal hernia repair 1 direct & 1 indirect w/ GP',
# col == 53.17, 'Bilateral inguinal hernia repair w/ graft/prosthesis NOS',
# col == 53.21, 'Unilateral repair of femoral hernia with graft or prosthesis',
# col == 53.29, 'Other unilateral femoral herniorrhaphy',
# col == 53.31, 'Bilateral repair of femoral hernia with graft or prosthesis',
# col == 53.39, 'Other bilateral femoral herniorrhaphy',
# col == 53.41, 'Other and open repair of umbilical hernia with graft or prosthesis',
# col == 53.42, 'Laparoscopic repair of umbilical hernia with graft or prosthesis',
# col == 53.43, 'Other laparoscopic umbilical herniorrhaphy',
# col == 53.49, 'Other open umbilical herniorrhaphy',
# col == 53.51, 'Incisional hernia repair',
# col == 53.59, 'Repair of other hernia of anterior abdominal wall',
# col == 53.61, 'Other open incisional hernia repair with graft or prosthesis',
# col == 53.62, 'Laparoscopic incisional hernia repair with graft or prosthesis',
# col == 53.63, 'Other laparoscopic other anterior abdominal wall hernia repair w/ graft',
# col == 53.69, 'Other & open repair other anterior abdominal wall hernia w/ graft/prosth',
# col == 53.7, 'Repair of diaphragmatic hernia, abdominal approach (pre 2009)',
# col == 53.71, 'Laparoscopic repair of diaphragmatic hernia, abdominal approach',
# col == 53.72, 'Other and open repair of diaphragmatic hernia, abdominal approach',
# col == 53.75, 'Repair of diaphragmatic hernia, abdominal approach NFS',
# col == 53.80, 'Repair of diaphragmatic hernia w/ thoracic approach, NOS',
# col == 53.80, 'Repair, Diaphragmatic Hernia',
# col == 53.81, 'Plication of the diaphragm',
# col == 53.82, 'Repair of parasternal hernia',
# col == 53.83, 'Laparoscopic repair of diaphragmatic hernia, with thoracic approach',
# col == 53.84, 'Other and open repair of diaphragmatic hernia, with thoracic approach',
# col == 53.9, 'Other hernia repair',
# col == 54.0, 'Incision of abdominal wall',
# col == 54.11, 'Exploratory laparotomy',
# col == 54.11, '*Laparotomy, Exploratory',
# col == 54.12, 'Reopening of recent laparotomy site',
# col == 54.19, 'Other laparotomy',
# col == 54.19, 'Laparotomy, Other',
# col == 54.21, 'Laparoscopy',
# col == 54.21, '*Laparoscopy, Peritoneoscopy',
# col == 54.22, 'Biopsy of abdominal wall or umbilicus',
# col == 54.23, 'Biopsy of peritoneum',
# col == 54.24, 'Closed [percutaneous][needle] biopsy of intra-abdominal mass',
# col == 54.25, 'Peritoneal lavage',
# col == 54.25, '*Peritoneal Lavage',
# col == 54.29, 'Other diagnostic procedures on abdominal region',
# col == 54.3, 'Excision or destruction of lesion or tissue of abdominal wall or umbilicus',
# col == 54.4, 'Excision or destruction of peritoneal tissue',
# col == 54.5, 'Lysis Peritoneal Adhesion (pre 2004)',
# col == 54.51, 'Laparoscopic lysis of peritoneal adhesions',
# col == 54.59, 'Other lysis of peritoneal adhesions',
# col == 54.61, 'Reclosure of postoperative disruption of abdominal wall',
# col == 54.61, 'Reclosure Postoperative Disruption/Abdominal Wall',
# col == 54.62, 'Delayed closure of granulating abdomen wound',
# col == 54.63, 'Other suture of abdominal wall',
# col == 54.63, 'Suture, Abdomen Wall, Other',
# col == 54.64, 'Suture of peritoneum',
# col == 54.71, 'Repair of gastroschisis',
# col == 54.72, 'Other repair of abdominal wall',
# col == 54.72, 'Repair, Abdomen Wall, Other',
# col == 54.73, 'Other repair of peritoneum',
# col == 54.74, 'Other repair of omentum',
# col == 54.75, 'Other repair of mesentery',
# col == 54.75, 'Repair, Mesentery',
# col == 54.91, 'Percutaneous abdominal drainage',
# col == 54.91, 'Percutaneous Abdominal Draining',
# col == 54.92, 'Removal of foreign body from peritoneal cavity',
# col == 54.92, 'Removal, Foreign Body, Peritoneal Cavity',
# col == 54.93, 'Creation of cutaneoperitoneal fistula',
# col == 54.94, 'Creation of peritoneovascular shunt',
# col == 54.95, 'Incision of peritoneum',
# col == 54.96, 'Injection of air into peritoneal cavity',
# col == 54.97, 'Injection of locally-acting therapeutic substance into peritoneal cavity',
# col == 54.98, 'Peritoneal dialysis',
# col == 54.98, 'Dialysis, Peritoneal',
# col == 54.99, 'Other operations of abdominal region',
# col == 55.01, 'Nephrotomy',
# col == 55.02, 'Nephrostomy',
# col == 55.03, 'Percutaneous nephrostomy without fragmentation',
# col == 55.04, 'Percutaneous nephrostomy with fragmentation',
# col == 55.11, 'Pyelotomy',
# col == 55.12, 'Pyelostomy',
# col == 55.21, 'Nephroscopy',
# col == 55.22, 'Pyeloscopy',
# col == 55.23, 'Closed [percutaneous] [needle] biopsy of kidney',
# col == 55.24, 'Open biopsy of kidney',
# col == 55.29, 'Other diagnostic procedures on kidney',
# col == 55.31, 'Marsupialization of kidney lesion',
# col == 55.32, 'Open ablation of renal lesion or tissue',
# col == 55.33, 'Percutaneous ablation of renal lesion or tissue',
# col == 55.34, 'Laparoscopic ablation of renal lesion or tissue',
# col == 55.35, 'Other and unspecified ablation of renal lesion or tissue',
# col == 55.39, 'Other local destruction or excision of renal lesion or tissue',
# col == 55.4, 'Partial nephrectomy',
# col == 55.51, 'Nephroureterectomy',
# col == 55.51, 'Nephroureterectomy',
# col == 55.52, 'Nephrectomy of remaining kidney',
# col == 55.53, 'Removal of transplanted or rejected kidney',
# col == 55.54, 'Bilateral nephrectomy',
# col == 55.61, 'Renal autotransplantation',
# col == 55.69, 'Other kidney transplantation',
# col == 55.7, 'Nephropexy',
# col == 55.81, 'Suture of laceration of kidney',
# col == 55.82, 'Closure of nephrostomy and pyelostomy',
# col == 55.83, 'Closure of other fistula of kidney',
# col == 55.84, 'Reduction of torsion of renal pedicle',
# col == 55.85, 'Symphysiotomy for horseshoe kidney',
# col == 55.86, 'Anastomosis of kidney',
# col == 55.87, 'Correction of ureteropelvic junction',
# col == 55.89, 'Other repair of kidney',
# col == 55.91, 'Decapsulation of kidney',
# col == 55.92, 'Percutaneous aspiration of kidney (pelvis)',
# col == 55.93, 'Replacement of nephrostomy tube',
# col == 55.94, 'Replacement of pyelostomy tube',
# col == 55.95, 'Local perfusion of kidney',
# col == 55.96, 'Other injection of therapeutic substance into kidney',
# col == 55.97, 'Implantation or replacement of mechanical kidney',
# col == 55.98, 'Removal of mechanical kidney',
# col == 55.99, 'Other operations on kidney',
# col == 56.0, 'Transurethral removal of obstruction from ureter and renal pelvis',
# col == 56.1, 'Ureteral meatotomy',
# col == 56.2, 'Ureterotomy',
# col == 56.31, 'Ureteroscopy',
# col == 56.31, '*Ureteroscopy',
# col == 56.32, 'Closed percutaneous biopsy of ureter',
# col == 56.33, 'Closed endoscopic biopsy of ureter',
# col == 56.33, '*Ureteroscopy, Closed Endoscopic Biopsy',
# col == 56.34, 'Open biopsy of ureter',
# col == 56.35, 'Endoscopy (cystoscopy) (looposcopy) of ileal conduit',
# col == 56.35, '*Ureteroscopy, Endoscopy(Cystoscopy)(Looposcopy) of Ileal Conduit',
# col == 56.39, 'Other diagnostic procedures on ureter',
# col == 56.40, 'Ureterectomy, not otherwise specified',
# col == 56.41, 'Partial ureterectomy',
# col == 56.42, 'Total ureterectomy',
# col == 56.51, 'Formation of cutaneous uretero-ileostomy',
# col == 56.52, 'Revision of cutaneous uretero-ileostomy',
# col == 56.61, 'Formation of other cutaneous ureterostomy',
# col == 56.62, 'Revision of other cutaneous ureterostomy',
# col == 56.71, 'Urinary diversion to intestine',
# col == 56.72, 'Revision of ureterointestinal anastomosis',
# col == 56.73, 'Nephrocystanastomosis, not otherwise specified',
# col == 56.74, 'Ureteroneocystostomy',
# col == 56.75, 'Transureteroureterostomy',
# col == 56.79, 'Other anastomosis or bypass of ureter',
# col == 56.81, 'Lysis of intraluminal adhesions of ureter',
# col == 56.82, 'Suture of laceration of ureter',
# col == 56.83, 'Closure of ureterostomy',
# col == 56.84, 'Closure of other fistula of ureter',
# col == 56.85, 'Ureteropexy',
# col == 56.86, 'Removal of ligature from ureter',
# col == 56.89, 'Other repair of ureter',
# col == 56.91, 'Dilation of ureteral meatus',
# col == 56.92, 'Implantation of electronic ureteral stimulator',
# col == 56.93, 'Replacement of electronic ureteral stimulator',
# col == 56.94, 'Removal of electronic ureteral stimulator',
# col == 56.95, 'Ligation of ureter',
# col == 56.99, 'Other operations on ureter',
# col == 57.0, 'Transurethral clearance of bladder',
# col == 57.11, 'Percutaneous aspiration of bladder',
# col == 57.12, 'Lysis of intraluminal adhesion with incision into bladder',
# col == 57.17, 'Percutaneous cystostomy',
# col == 57.18, 'Other suprapubic cystostomy',
# col == 57.19, 'Other cystotomy',
# col == 57.21, 'Vesicostomy',
# col == 57.22, 'Revision or closure of vesicostomy',
# col == 57.31, 'Cystoscopy through artificial stoma',
# col == 57.31, '*Cystoscopy, Through Artificial Stoma',
# col == 57.32, 'Other cystoscopy',
# col == 57.32, '*Cystoscopy, Other',
# col == 57.33, 'Closed [transurethral] biopsy of bladder',
# col == 57.33, '*Cystoscopy, Closed(Transurethral) Biopsy',
# col == 57.34, 'Open biopsy of bladder',
# col == 57.39, 'Other diagnostic procedures on bladder',
# col == 57.41, 'Transurethral lysis of intraluminal adhesions',
# col == 57.49, 'Other transurethral excision or destruction of lesion or tissue of bladder',
# col == 57.51, 'Excision of urachus',
# col == 57.59, 'Open excision or destruction of other lesion or tissue of bladder',
# col == 57.6, 'Partial cystectomy',
# col == 57.71, 'Radical cystectomy',
# col == 57.79, 'Other total cystectomy',
# col == 57.81, 'Suture of laceration of bladder',
# col == 57.81, 'Suture, Laceration, Bladder',
# col == 57.82, 'Closure of cystostomy',
# col == 57.83, 'Repair of fistula involving bladder and intestine',
# col == 57.84, 'Repair of other fistula of bladder',
# col == 57.85, 'Cystourethroplasty and plastic repair of bladder neck',
# col == 57.86, 'Repair of bladder exstrophy',
# col == 57.87, 'Reconstruction of urinary bladder',
# col == 57.88, 'Other anastomosis of bladder',
# col == 57.89, 'Other repair of bladder',
# col == 57.89, 'Repair, Bladder, Other',
# col == 57.91, 'Sphincterotomy of bladder',
# col == 57.92, 'Dilation of bladder neck',
# col == 57.93, 'Control of (postoperative) hemorrhage of bladder',
# col == 57.94, 'Insertion of indwelling urinary catheter',
# col == 57.94, 'Insertion, Urinary Catheter, Indwelling',
# col == 57.95, 'Replacement of indwelling urinary catheter',
# col == 57.96, 'Implantation of electronic bladder stimulator',
# col == 57.97, 'Replacement of electronic bladder stimulator',
# col == 57.98, 'Removal of electronic bladder stimulator',
# col == 57.99, 'Other operations on bladder',
# col == 58.0, 'Urethrotomy',
# col == 58.1, 'Urethral meatotomy',
# col == 58.21, 'Perineal urethroscopy',
# col == 58.22, 'Other urethroscopy',
# col == 58.22, '*Urethroscopy, Other',
# col == 58.23, 'Biopsy of urethra',
# col == 58.24, 'Biopsy of periurethral tissue',
# col == 58.29, 'Other diagnostic procedures on urethra and periurethral tissue',
# col == 58.31, 'Endoscopic excision or destruction of lesion or tissue of urethra',
# col == 58.39, 'Other local excision or destruction of lesion or tissue of urethra',
# col == 58.41, 'Suture of laceration of urethra',
# col == 58.42, 'Closure of urethrostomy',
# col == 58.43, 'Closure of other fistula of urethra',
# col == 58.44, 'Reanastomosis of urethra',
# col == 58.45, 'Repair of hypospadias or epispadias',
# col == 58.46, 'Other reconstruction of urethra',
# col == 58.47, 'Urethral meatoplasty',
# col == 58.49, 'Other repair of urethra',
# col == 58.5, 'Release of urethral stricture',
# col == 58.6, 'Dilation of urethra',
# col == 58.91, 'Incision of periurethral tissue',
# col == 58.92, 'Excision of periurethral tissue',
# col == 58.93, 'Implantation of artificial urinary sphincter [aus]',
# col == 58.99, 'Other operations on urethra and periurethral tissue',
# col == 59.00, 'Retroperitoneal dissection, not otherwise specified',
# col == 59.01, 'Ureterolys For Fibrosis (pre 2004)',
# col == 59.02, 'Other lysis of perirenal or periureteral adhesions',
# col == 59.03, 'Laparoscopic lysis of perirenal or periureteral adhesions',
# col == 59.09, 'Other incision of perirenal or periureteral tissue',
# col == 59.11, 'Other lysis of perivesical adhesions',
# col == 59.12, 'Laparoscopic lysis of perivesical adhesions',
# col == 59.19, 'Other incision of perivesical tissue',
# col == 59.21, 'Biopsy of perirenal or perivesical tissue',
# col == 59.29, 'Other diagnostic proc on perirenal/perivesical tissue retroperitoneum',
# col == 59.3, 'Plication of urethrovesical junction',
# col == 59.4, 'Suprapubic sling operation',
# col == 59.5, 'Retropubic urethral suspension',
# col == 59.6, 'Paraurethral suspension',
# col == 59.71, 'Levator muscle operation for urethrovesical suspension',
# col == 59.72, 'Injection of implant into urethra and/or bladder neck',
# col == 59.79, 'Other repair of urinary stress incontinence',
# col == 59.8, 'Ureteral catheterization',
# col == 59.91, 'Excision of perirenal or perivesical tissue',
# col == 59.92, 'Other operations on perirenal or perivesical tissue',
# col == 59.93, 'Replacement of ureterostomy tube',
# col == 59.94, 'Replacement of cystostomy tube',
# col == 59.95, 'Ultrasonic fragmentation of urinary stones',
# col == 59.99, 'Other operations on urinary system',
# col == 60.0, 'Incision of prostate',
# col == 60.11, 'Closed [percutaneous] [needle] biopsy of prostate',
# col == 60.12, 'Open biopsy of prostate',
# col == 60.13, 'Closed [percutaneous] biopsy of seminal vesicles',
# col == 60.14, 'Open biopsy of seminal vesicles',
# col == 60.15, 'Biopsy of periprostatic tissue',
# col == 60.18, 'Other diagnostic procedures on prostate and periprostatic tissue',
# col == 60.19, 'Other diagnostic procedures on seminal vesicles',
# col == 60.2, 'Transurethral Prostatecto (pre 2004)',
# col == 60.21, 'Transurethral (ultrasound) guided laser induced prostatectomy (tulip)',
# col == 60.29, 'Other transurethral prostatectomy',
# col == 60.3, 'Suprapubic prostatectomy',
# col == 60.4, 'Retropubic prostatectomy',
# col == 60.5, 'Radical prostatectomy',
# col == 60.61, 'Local excision of lesion of prostate',
# col == 60.62, 'Perineal prostatectomy',
# col == 60.69, 'Other prostatectomy',
# col == 60.71, 'Percutaneous aspiration of seminal vesicle',
# col == 60.72, 'Incision of seminal vesicle',
# col == 60.73, 'Excision of seminal vesicle',
# col == 60.79, 'Other operations on seminal vesicles',
# col == 60.81, 'Incision of periprostatic tissue',
# col == 60.82, 'Excision of periprostatic tissue',
# col == 60.91, 'Percutaneous aspiration of prostate',
# col == 60.92, 'Injection into prostate',
# col == 60.93, 'Repair of prostate',
# col == 60.94, 'Control of (postoperative) hemorrhage of prostate',
# col == 60.95, 'Transurethral balloon dilation of the prostatic urethra',
# col == 60.96, 'Transurethral destruction of prostate tissue by microwave thermotherapy',
# col == 60.97, 'Other transurethral destruction of prostate tissue by other thermotherapy',
# col == 60.99, 'Other operations on prostate',
# col == 61.0, 'Incision and drainage of scrotum and tunica vaginalis',
# col == 61.11, 'Biopsy of scrotum or tunica vaginalis',
# col == 61.19, 'Other diagnostic procedures on scrotum and tunica vaginalis',
# col == 61.2, 'Excision of hydrocele (of tunica vaginalis)',
# col == 61.3, 'Excision or destruction of lesion or tissue of scrotum',
# col == 61.41, 'Suture of laceration of scrotum and tunica vaginalis',
# col == 61.42, 'Repair of scrotal fistula',
# col == 61.49, 'Other repair of scrotum and tunica vaginalis',
# col == 61.91, 'Percutaneous aspiration of tunics vaginalis',
# col == 61.92, 'Excision of lesion of tunica vaginalis other than hydrocele',
# col == 61.99, 'Other operations on scrotum and tunica vaginalis',
# col == 62.0, 'Incision of testis',
# col == 62.11, 'Closed [percutaneous] [needle] biopsy of testis',
# col == 62.12, 'Open biopsy or testis',
# col == 62.19, 'Other diagnostic procedures on testes',
# col == 62.2, 'Excision or destruction of testicular lesion',
# col == 62.3, 'Unilateral orchiectomy',
# col == 62.41, 'Removal of both testes at same operative episode',
# col == 62.42, 'Removal of remaining testis',
# col == 62.5, 'Orchiopexy',
# col == 62.61, 'Suture of laceration of testis',
# col == 62.69, 'Other repair of testis',
# col == 62.7, 'Insertion of testicular prosthesis',
# col == 62.91, 'Aspiration of testis',
# col == 62.92, 'Injection of therapeutic substance into testis',
# col == 62.99, 'Other operations on testis',
# col == 63.01, 'Biopsy of spermatic cord, epididymis, or vas deferens',
# col == 63.09, 'Other diagnostic proc on spermatic cord/epididymis/vas deferens',
# col == 63.1, 'Excision of varicocele and hydrocele of spermatic cord',
# col == 63.2, 'Excision of cyst of epididymis',
# col == 63.3, 'Excision of other lesion or tissue of spermatic cord and epididymis',
# col == 63.4, 'Epididymectomy',
# col == 63.51, 'Suture of laceration of spermatic cord and epididymis',
# col == 63.52, 'Reduction of torsion of testis or spermatic cord',
# col == 63.53, 'Transplantation of spermatic cord',
# col == 63.59, 'Other repair of spermatic cord and epididymis',
# col == 63.6, 'Vasotomy',
# col == 63.70, 'Male sterilization procedure not otherwise specified',
# col == 63.71, 'Ligation of vas deferens',
# col == 63.72, 'Ligation of spermatic cord',
# col == 63.73, 'Vasectomy',
# col == 63.81, 'Suture of laceration of vas deferens and epididymis',
# col == 63.82, 'Reconstruction of surgically divided vas deferens',
# col == 63.83, 'Epididymovasostomy',
# col == 63.84, 'Removal of ligature from vas deferens',
# col == 63.85, 'Removal of valve from vas deferens',
# col == 63.89, 'Other repair of vas deferens and epididymis',
# col == 63.91, 'Aspiration of spermatocele',
# col == 63.92, 'Epididymotomy',
# col == 63.93, 'Incision of spermatic cord',
# col == 63.94, 'Lysis of adhesions of spermatic cord',
# col == 63.95, 'Insertion of valve in vas deferens',
# col == 63.99, 'Other operations on spermatic cord, epididymis and vas deferens',
# col == 64.0, 'Circumcision',
# col == 64.11, 'Biopsy of penis',
# col == 64.19, 'Other diagnostic procedures on penis',
# col == 64.2, 'Local excision or destruction of lesion of penis',
# col == 64.3, 'Amputation of penis',
# col == 64.41, 'Suture of laceration of penis',
# col == 64.42, 'Release of chordee',
# col == 64.43, 'Construction of penis',
# col == 64.44, 'Reconstruction of penis',
# col == 64.45, 'Replantation of penis',
# col == 64.49, 'Other repair of penis',
# col == 64.5, 'Operations for sex transformation, not otherwise classified',
# col == 64.91, 'Dorsal or lateral slit of prepuce',
# col == 64.92, 'Incision of penis',
# col == 64.93, 'Division of penile adhesions',
# col == 64.94, 'Fitting of external prosthesis of penis',
# col == 64.95, 'Insert/replace non-inflatable penile prosthesis',
# col == 64.96, 'Removal of internal prosthesis of penis',
# col == 64.97, 'Insertion or replacement or inflatable penile prosthesis',
# col == 64.98, 'Other operations on penis',
# col == 64.99, 'Other operations on male genital organs',
# col == 65.0, 'Oophorotomy (pre 2004)',
# col == 65.01, 'Laparoscopic oophorotomy',
# col == 65.09, 'Other oophorotomy',
# col == 65.11, 'Aspiration biopsy of ovary',
# col == 65.12, 'Other biopsy of ovary',
# col == 65.13, 'Laparoscopic biopsy of ovary',
# col == 65.14, 'Other laparoscopic diagnostic procedures on ovaries',
# col == 65.19, 'Other diagnostic procedure on ovaries',
# col == 65.21, 'Marsupialization of ovarian cyst',
# col == 65.22, 'Wedge resection of ovary',
# col == 65.23, 'Laparoscopic marsupialization of ovarian cyst',
# col == 65.24, 'Laparoscopic wedge resection of ovary',
# col == 65.25, 'Other laparoscopic local excision or destruction of ovary',
# col == 65.29, 'Other local excision or destruction of ovary',
# col == 65.3, 'Unilateral Oophorectomy (pre 2004)',
# col == 65.31, 'Laparoscopic unilateral oophorectomy',
# col == 65.39, 'Other unilateral oophorectomy',
# col == 65.4, 'Unilat Salpingo-Oophorect (pre 2004)',
# col == 65.41, 'Laparoscopic unilateral salpingo-oophorectomy',
# col == 65.49, 'Other unilateral salpingo-oophorectomy',
# col == 65.51, 'Other removal of both ovaries at same operative episode',
# col == 65.52, 'Other removal of remaining ovary',
# col == 65.53, 'Laparoscopic removal of both ovaries at same operative episode',
# col == 65.54, 'Laparoscopic removal of remaining ovary',
# col == 65.61, 'Other removal of both ovaries and tubes at same operative episode',
# col == 65.62, 'Other removal of remaining ovary and tube',
# col == 65.63, 'Laparoscopic removal of both ovaries and tubes at same operative episode',
# col == 65.64, 'Laparoscopic removal of remaining ovary and tube',
# col == 65.71, 'Other simple suture of ovary',
# col == 65.72, 'Other reimplantation of ovary',
# col == 65.73, 'Other salpingo-oophoroplasty',
# col == 65.74, 'Laparoscopic simple suture of ovary',
# col == 65.75, 'Laparoscopic reimplantation of ovary',
# col == 65.76, 'Laparoscopic salpingo-oophoroplasty',
# col == 65.79, 'Other repair of ovary',
# col == 65.8, 'Lysis Adhes Ovary/Fall Tu (pre 2004)',
# col == 65.81, 'Laparoscopic lysis of adhesions of ovary and fallopian tube',
# col == 65.89, 'Other lysis of adhesions of ovary and fallopian tube',
# col == 65.91, 'Aspiration of ovary',
# col == 65.92, 'Transplantation of ovary',
# col == 65.93, 'Manual rupture of ovarian cyst',
# col == 65.94, 'Ovarian denervation',
# col == 65.95, 'Release of torsion of ovary',
# col == 65.99, 'Other operations on ovary',
# col == 66.0, 'Salpingotomy (pre 2004)',
# col == 66.01, 'Salpingotomy',
# col == 66.02, 'Salpingostomy',
# col == 66.11, 'Biopsy of fallopian tube',
# col == 66.19, 'Other diagnostic procedures on fallopian tubes',
# col == 66.21, 'Bilateral endoscopic ligation and crushing of fallopian tubes',
# col == 66.22, 'Bilateral endoscopic ligation and division of fallopian tubes',
# col == 66.29, 'Other bilateral endoscopic destruction or occlusion of fallopian tubes',
# col == 66.31, 'Other bilateral ligation and crushing of fallopian tubes',
# col == 66.32, 'Other bilateral ligation and division of fallopian tubes',
# col == 66.39, 'Other bilateral destruction or occlusion of fallopian tubes',
# col == 66.4, 'Total unilateral salpingectomy',
# col == 66.51, 'Removal of both fallopian tubes at same operative episode',
# col == 66.52, 'Removal of remaining fallopian tube',
# col == 66.61, 'Excision or destruction of lesion of fallopian tube',
# col == 66.62, 'Salpingectomy with removal of tubal pregnancy',
# col == 66.63, 'Bilateral partial salpingectomy, not otherwise specified',
# col == 66.69, 'Other partial salpingectomy',
# col == 66.71, 'Simple suture of fallopian tube',
# col == 66.72, 'Salpingo-oophorostomy',
# col == 66.73, 'Salpingo-salpingostomy',
# col == 66.74, 'Salpingo-uterostomy',
# col == 66.79, 'Other repair of fallopian tube',
# col == 66.8, 'Insufflation of fallopian tube',
# col == 66.91, 'Aspiration of fallopian tube',
# col == 66.92, 'Unilateral destruction or occlusion of fallopian tube',
# col == 66.93, 'Implantation or replacement of prosthesis of fallopian tube',
# col == 66.94, 'Removal of prosthesis of fallopian tube',
# col == 66.95, 'Insufflation of therapeutic agent into fallopian tubes',
# col == 66.96, 'Dilation of fallopian tube',
# col == 66.97, 'Burying of fimbriae in uterine wall',
# col == 66.99, 'Other operations on fallopian tubes',
# col == 67.0, 'Dilation of cervical canal',
# col == 67.11, 'Endocervical biopsy',
# col == 67.12, 'Other cervical biopsy',
# col == 67.19, 'Other diagnostic procedures on cervix',
# col == 67.2, 'Conization of cervix',
# col == 67.31, 'Marsupialization of cervical cyst',
# col == 67.32, 'Destruction of lesion of cervix by cauterization',
# col == 67.33, 'Destruction of lesion of cervix by cryosurgery',
# col == 67.39, 'Other excision or destruction of lesion or tissue of cervix',
# col == 67.4, 'Amputation of cervix',
# col == 67.5, 'Repair Int Cervical Os (pre 2004)',
# col == 67.51, 'Transabdominal cerclage of cervix',
# col == 67.51, 'Transabdominal Cerclage of Cervix',
# col == 67.59, 'Other repair of internal cervical os',
# col == 67.59, 'Other, Repair of Cervical OS',
# col == 67.61, 'Suture of laceration of cervix',
# col == 67.62, 'Repair of fistula of cervix',
# col == 67.69, 'Other repair of cervix',
# col == 68.0, 'Hysterotomy',
# col == 68.11, 'Digital exam of uterus',
# col == 68.12, 'Hysteroscopy',
# col == 68.13, 'Open biopsy of uterus',
# col == 68.14, 'Open biopsy of uterine ligaments',
# col == 68.15, 'Closed biopsy of uterine ligaments',
# col == 68.16, 'Closed biopsy of uterus',
# col == 68.19, 'Other diagnostic procedures on uterus and supporting structures',
# col == 68.21, 'Division of endometrial synechiae',
# col == 68.22, 'Incision or excision of congenital septum of uterus',
# col == 68.23, 'Endometrial ablation',
# col == 68.24, 'Uterine artery embolization [UAE] with coils',
# col == 68.25, 'Uterine artery embolization [UAE] without coils',
# col == 68.29, 'Other excision or destruction of lesion of uterus',
# col == 68.3, 'Subtot Abd Hysterectomy (pre 2004)',
# col == 68.31, 'Laparoscopic supracervical hysterectomy [lsh]',
# col == 68.39, 'Other subtotal abdominal hysterectomy, nos',
# col == 68.4, 'Tot Abd Hysterectomy (pre 2007)',
# col == 68.41, 'Laparoscopic total abdominal hysterectomy',
# col == 68.49, 'Other and unspecified total abdominal hysterectomy',
# col == 68.5, 'Vaginal Hysterectomy (pre 2004)',
# col == 68.51, 'Laparoscopically assisted vaginal hysterectomy (lavh)',
# col == 68.59, 'Other vaginal hysterectomy',
# col == 68.6, 'Rad Abd Hysterectomy (pre 2007)',
# col == 68.61, 'Laparoscopic radical abdominal hysterectomy',
# col == 68.69, 'Other and unspecified radical abdominal hysterectomy',
# col == 68.7, 'Rad Vaginal Hysterectomy (pre 2007)',
# col == 68.71, 'Laparoscopic radical vaginal hysterectomy [lrvh]',
# col == 68.79, 'Other and unspecified radical vaginal hysterectomy',
# col == 68.8, 'Pelvic evisceration',
# col == 68.9, 'Other and unspecified hysterectomy',
# col == 69.01, 'Dilation and curettage for termination of pregnancy',
# col == 69.02, 'Dilation and curettage following delivery or abortion',
# col == 69.09, 'Other dilation and curettage',
# col == 69.11, 'Remove Intralig Ect Preg (pre 2004)',
# col == 69.19, 'Other excision or destruction of uterus and supporting structures',
# col == 69.21, 'Interposition operation',
# col == 69.22, 'Other uterine suspension',
# col == 69.23, 'Vaginal repair of chronic inversion of uterus',
# col == 69.29, 'Other repair of uterus and supporting structures',
# col == 69.3, 'Paracervical uterine denervation',
# col == 69.41, 'Suture of laceration of uterus',
# col == 69.42, 'Closure of fistula of uterus',
# col == 69.49, 'Other repair of uterus',
# col == 69.51, 'Aspiration curettage of uterus for termination of pregnancy',
# col == 69.52, 'Aspiration curettage following delivery or abortion',
# col == 69.59, 'Other aspiration curettage of uterus',
# col == 69.6, 'Menstrual extraction or regulation',
# col == 69.7, 'Insertion of intrauterine contraceptive device',
# col == 69.91, 'Insertion of therapeutic device into uterus',
# col == 69.92, 'Artificial insemination',
# col == 69.93, 'Insertion of laminaria',
# col == 69.94, 'Manual replacement of inverted uterus',
# col == 69.95, 'Incision of cervix',
# col == 69.96, 'Removal of cerclage material from cervix',
# col == 69.97, 'Removal of other penetrating foreign body from cervix',
# col == 69.98, 'Other operations on supporting structures of uterus',
# col == 69.99, 'Other operations on cervix and uterus',
# col == 70.0, 'Culdocentesis',
# col == 70.11, 'Hymenotomy',
# col == 70.12, 'Culdotomy',
# col == 70.13, 'Lysis of intraluminal adhesion of vagina',
# col == 70.14, 'Other vaginotomy',
# col == 70.21, 'Vaginoscopy',
# col == 70.22, 'Culdoscopy',
# col == 70.23, 'Biopsy of cul-de-sac',
# col == 70.24, 'Vaginal biopsy',
# col == 70.29, 'Other diagnostic procedures on vagina and cul-de-sac',
# col == 70.31, 'Hymenectomy',
# col == 70.32, 'Excision or destruction of lesion of cul-de-sac',
# col == 70.33, 'Excision or destruction of lesion of vagina',
# col == 70.4, 'Obliteration and total excision of vagina',
# col == 70.50, 'Repair of cystocele and rectocele',
# col == 70.51, 'Repair of cystocele',
# col == 70.52, 'Repair of rectocele',
# col == 70.53, 'Repair of cystocele and rectocele with graft or prosthesis',
# col == 70.54, 'Repair of cystocele with graft or prosthesis',
# col == 70.55, 'Repair of rectocele with graft or prosthesis',
# col == 70.61, 'Vaginal construction',
# col == 70.62, 'Vaginal reconstruction',
# col == 70.63, 'Vaginal construction with graft or prosthesis',
# col == 70.64, 'Vaginal reconstruction with graft or prosthesis',
# col == 70.71, 'Suture of laceration of vagina',
# col == 70.72, 'Repair of colovaginal fistula',
# col == 70.73, 'Repair of rectovaginal fistula',
# col == 70.74, 'Repair of other vaginoenteric fistula',
# col == 70.75, 'Repair of other fistula of vagina',
# col == 70.76, 'Hymenorrhaphy',
# col == 70.77, 'Vaginal suspension and fixation',
# col == 70.78, 'Vaginal suspension and fixation with graft or prosthesis',
# col == 70.79, 'Other repair of vagina',
# col == 70.8, 'Obliteration of vaginal vault',
# col == 70.91, 'Other operations on vagina',
# col == 70.92, 'Other operations on cul-de-sac',
# col == 70.93, 'Other operations on cul-de-sac with graft or prosthesis',
# col == 70.94, 'Insertion of biological graft',
# col == 70.95, 'Insertion of synthetic graft or prosthesis',
# col == 71.01, 'Lysis of vulvar adhesions',
# col == 71.09, 'Other incision of vulva and perineum',
# col == 71.11, 'Biopsy of vulva',
# col == 71.19, 'Other diagnostic procedures on vulva',
# col == 71.21, 'Percutaneous aspiration of bartholins gland (cyst)',
# col == 71.22, 'Incision of bartholins gland (cyst)',
# col == 71.23, 'Marsupialization of bartholins gland (cyst)',
# col == 71.24, 'Excision or other destruction of bartholins gland (cyst)',
# col == 71.29, 'Other operations on bartholins gland',
# col == 71.3, 'Other local excision or destruction of vulva and perineum',
# col == 71.4, 'Operations on clitoris',
# col == 71.5, 'Radical vulvectomy',
# col == 71.61, 'Unilateral vulvectomy',
# col == 71.62, 'Bilateral vulvectomy',
# col == 71.71, 'Suture of laceration of vulva or perineum',
# col == 71.72, 'Repair of fistula of vulva or perineum',
# col == 71.79, 'Other repair of vulva and perineum',
# col == 71.8, 'Other operations on vulva',
# col == 71.9, 'Other operations on female genital organs',
# col == 72.0, 'Low forceps operation',
# col == 72.1, 'Low forceps operation with episiotomy',
# col == 72.21, 'Mid forceps operation with episiotomy',
# col == 72.29, 'Other mid forceps operation',
# col == 72.31, 'High forceps operation with episiotomy',
# col == 72.39, 'Other high forceps operation',
# col == 72.4, 'Forceps rotation of fetal head',
# col == 72.51, 'Partial breech extraction with forceps to aftercoming head',
# col == 72.52, 'Other partial breech extraction',
# col == 72.53, 'Total breech extraction with forceps to aftercoming head',
# col == 72.54, 'Other total breech extraction',
# col == 72.6, 'Forceps application to aftercoming head',
# col == 72.71, 'Vacuum extraction with episiotomy',
# col == 72.79, 'Other vacuum extraction',
# col == 72.8, 'Other specified instrumental delivery',
# col == 72.9, 'Unspecified instrumental delivery',
# col == 73.01, 'Induction of labor by artificial rupture of membranes',
# col == 73.09, 'Other artificial rupture of membranes',
# col == 73.1, 'Other surgical induction of labor',
# col == 73.21, 'Internal and combined version without extraction',
# col == 73.22, 'Internal and combined version with extraction',
# col == 73.3, 'Failed forceps',
# col == 73.4, 'Medical induction of labor',
# col == 73.51, 'Manual rotation of fetal head',
# col == 73.59, 'Other manually assisted delivery',
# col == 73.6, 'Episiotomy',
# col == 73.8, 'Operations on fetus to facilitate delivery',
# col == 73.91, 'External version',
# col == 73.92, 'Replacement of prolapsed umbilical cord',
# col == 73.93, 'Incision of cervix to assist delivery',
# col == 73.94, 'Pubiotomy to assist delivery',
# col == 73.99, 'Other operations assisting delivery',
# col == 74.0, 'Classical cesarean section',
# col == 74.1, 'Low cervical cesarean section',
# col == 74.2, 'Extraperitoneal cesarean section',
# col == 74.3, 'Removal of extratubal ectopic pregnancy',
# col == 74.4, 'Cesarean section of other specified type',
# col == 74.91, 'Hysterotomy to terminate pregnancy',
# col == 74.99, 'Other cesarean section of unspecified type',
# col == 75.0, 'Intra-amniotic injection for abortion',
# col == 75.1, 'Diagnostic amniocentesis',
# col == 75.2, 'Intrauterine transfusion',
# col == 75.31, 'Amnioscopy',
# col == 75.32, 'Fetal ekg (scalp)',
# col == 75.33, 'Fetal blood sampling and biopsy',
# col == 75.34, 'Other fetal monitoring',
# col == 75.35, 'Other diagnostic procedures on fetus and amnion',
# col == 75.36, 'Correction of fetal defect',
# col == 75.37, 'Amnioinfusion',
# col == 75.38, 'Fetal pulse oximetry',
# col == 75.38, 'Pulse Oximetry, Fetal',
# col == 75.4, 'Manual removal of retained placenta',
# col == 75.50, 'Repair of current obstetric laceration of uterus not otherwise specified',
# col == 75.51, 'Repair of current obstetric laceration of cervix',
# col == 75.52, 'Repair of current obstetric laceration of corpus uteri',
# col == 75.61, 'Repair of current obstetric laceration of bladder and urethra',
# col == 75.62, 'Repair of current obstetric laceration of rectum and sphincter ani',
# col == 75.69, 'Repair of other current obstetric laceration',
# col == 75.7, 'Manual exploration of uterine cavity, postpartum',
# col == 75.8, 'Obstetric tamponade of uterus or vagina',
# col == 75.91, 'Evacuation of obstetrical incision hematoma of perineum',
# col == 75.92, 'Evacuation of other hematoma of vulva or vagina',
# col == 75.93, 'Surgical correction of inverted uterus',
# col == 75.94, 'Manual replacement of inverted uterus',
# col == 75.99, 'Other obstetric operations',
# col == 76.01, 'Sequestrectomy of facial bone',
# col == 76.09, 'Other incision of facial bone',
# col == 76.11, 'Biopsy of facial bone',
# col == 76.19, 'Other diagnostic procedures on facial bones and joints',
# col == 76.2, 'Local excision or destruction of lesion of facial bone',
# col == 76.31, 'Partial mandibulectomy',
# col == 76.39, 'Partial ostectomy of other facial bone',
# col == 76.41, 'Total mandibulectomy with synchronous reconstruction',
# col == 76.42, 'Other total mandibulectomy',
# col == 76.43, 'Other reconstruction of mandible',
# col == 76.44, 'Total ostectomy of other facial bone with synchronous reconstruction',
# col == 76.45, 'Other total ostectomy of other facial bone',
# col == 76.46, 'Other reconstruction of other facial bone',
# col == 76.5, 'Temporomandibular arthroplasty',
# col == 76.61, 'Closed osteoplasty [osteotomy] of mandibular ramus',
# col == 76.62, 'Open osteoplasty [osteotomy] of mandibular ramus',
# col == 76.63, 'Osteoplasty [osteotomy] of body of mandible',
# col == 76.64, 'Other orthognathic surgery on mandible',
# col == 76.65, 'Segmental osteoplasty [osteotomy] of maxilla',
# col == 76.66, 'Total osteoplasty [osteotomy] of maxilla',
# col == 76.67, 'Reduction genioplasty',
# col == 76.68, 'Augmentation genioplasty',
# col == 76.69, 'Other facial bone repair',
# col == 76.70, 'Reduction of facial fracture, not otherwise specified',
# col == 76.71, 'Closed reduction of malar and zygomatic fracture',
# col == 76.72, 'Open reduction of malar and zygomatic fracture',
# col == 76.72, 'Reduction, Fx, Malar/Zygoma, Open',
# col == 76.73, 'Closed reduction of maxillary fracture',
# col == 76.73, 'Reduction, Fx, Maxilla, Closed',
# col == 76.74, 'Open reduction of maxillary fracture',
# col == 76.74, 'Reduction, Fx, Maxilla, Open',
# col == 76.75, 'Closed reduction of mandibular fracture',
# col == 76.75, 'Reduction, Fx, Mandible, Closed',
# col == 76.76, 'Open reduction of mandibular fracture',
# col == 76.76, 'Reduction, Fx, Mandible, Open',
# col == 76.77, 'Open reduction of alveolar fracture',
# col == 76.77, 'Reduction, Fx, Alveolus, Open',
# col == 76.78, 'Other closed reduction of facial fracture',
# col == 76.79, 'Other open reduction of facial fracture',
# col == 76.79, 'Reduction, Fx, Face, Open, Other',
# col == 76.91, 'Bone graft to facial bone',
# col == 76.92, 'Insertion of synthetic implant in facial bone',
# col == 76.93, 'Closed reduction of temporomandibular dislocation',
# col == 76.94, 'Open reduction of temporomandibular dislocation',
# col == 76.95, 'Other manipulation of temporomandibular joint',
# col == 76.96, 'Injection of therapeutic substance into temporomandibular joint',
# col == 76.97, 'Removal of internal fixation device from facial bone',
# col == 76.99, 'Other operations on facial bones and joints',
# col == 77.00, 'Sequestrectomy, unspecified site',
# col == 77.01, 'Sequestrectomy, scapula, clavicle, and thorax [ribs and sternum]',
# col == 77.02, 'Sequestrectomy, humerus',
# col == 77.03, 'Sequestrectomy, radius and ulna',
# col == 77.04, 'Sequestrectomy, carpals and metacarpals',
# col == 77.05, 'Sequestrectomy, femur',
# col == 77.06, 'Sequestrectomy, patella',
# col == 77.07, 'Sequestrectomy, tibia and fibula',
# col == 77.08, 'Sequestrectomy, tarsals and metatarsals',
# col == 77.09, 'Sequestrectomy, other',
# col == 77.10, 'Other incision of bone without division, unspecified site',
# col == 77.11, 'Other incision of bone w/o division scapula/clavicle/and thorax',
# col == 77.12, 'Other incision of bone without division, humerus',
# col == 77.13, 'Other incision of bone without division, radius and ulna',
# col == 77.14, 'Other incision of bone without division, carpals and metacarpals',
# col == 77.15, 'Other incision of bone without division, femur',
# col == 77.16, 'Other incision of bone without division, patella',
# col == 77.17, 'Other incision of bone without division, tibia and fibula',
# col == 77.18, 'Other incision of bone without division, tarsals and metatarsals',
# col == 77.19, 'Other incision of bone without division, other',
# col == 77.20, 'Wedge osteotomy, unspecified site',
# col == 77.21, 'Wedge osteotomy, scapula, clavicle, and thorax [ribs and sternum]',
# col == 77.22, 'Wedge osteotomy, humerus',
# col == 77.23, 'Wedge osteotomy, radius and ulna',
# col == 77.24, 'Wedge osteotomy, carpals and metacarpals',
# col == 77.25, 'Wedge osteotomy, femur',
# col == 77.26, 'Wedge osteotomy, patella',
# col == 77.27, 'Wedge osteotomy, tibia and fibula',
# col == 77.28, 'Wedge osteotomy, tarsals and metatarsals',
# col == 77.29, 'Wedge osteotomy, other',
# col == 77.30, 'Other division of bone, unspecified site',
# col == 77.31, 'Other division of bone, scapula, clavicle, and thorax [ribs and sternum]',
# col == 77.31, 'Other Division of Bone, Scapula, Clavicle & Thorax',
# col == 77.32, 'Other division of bone, humerus',
# col == 77.33, 'Other division of bone, radius and ulna',
# col == 77.34, 'Other division of bone, carpals and metacarpals',
# col == 77.35, 'Other division of bone, femur',
# col == 77.36, 'Other division of bone, patella',
# col == 77.37, 'Other division of bone, tibia and fibula',
# col == 77.38, 'Other division of bone, tarsals and metatarsals',
# col == 77.39, 'Other division of bone, other',
# col == 77.40, 'Biopsy of bone, unspecified site',
# col == 77.41, 'Biopsy of bone, scapula, clavicle, and thorax [ribs and sternum]',
# col == 77.42, 'Biopsy of bone, humerus',
# col == 77.43, 'Biopsy of bone, radius and ulna',
# col == 77.44, 'Biopsy of bone, carpals and metacarpals',
# col == 77.45, 'Biopsy of bone, femur',
# col == 77.46, 'Biopsy of bone, patella',
# col == 77.47, 'Biopsy of bone, tibia and fibula',
# col == 77.48, 'Biopsy of bone, tarsals and metatarsals',
# col == 77.49, 'Biopsy of bone, other',
# col == 77.51, 'Bunionectomy w/ soft tissue correction and osteotomy of first metatarsal',
# col == 77.52, 'Bunionectomy with soft tissue correction and arthrodesis',
# col == 77.53, 'Other bunionectomy with soft tissue correction',
# col == 77.54, 'Excision or correction of bunionette',
# col == 77.56, 'Repair of hammer toe',
# col == 77.57, 'Repair of claw toe',
# col == 77.58, 'Other excision, fusion, and repair of toes',
# col == 77.59, 'Other bunionectomy',
# col == 77.60, 'Local excision of lesion or tissue of bone, unspecified site',
# col == 77.61, 'Local excision of lesion or tissue of bone, scapula, clavicle, and thorax',
# col == 77.62, 'Local excision of lesion or tissue of bone, humerus',
# col == 77.63, 'Local excision of lesion or tissue of bone, radius and ulna',
# col == 77.64, 'Local excision of lesion or tissue of bone, carpals and metacarpals',
# col == 77.65, 'Local excision of lesion or tissue of bone, femur',
# col == 77.66, 'Local excision of lesion or tissue of bone, patella',
# col == 77.67, 'Local excision of lesion or tissue of bone, tibia and fibula',
# col == 77.68, 'Local excision of lesion or tissue of bone, tarsals and metatarsals',
# col == 77.69, 'Local excision of lesion or tissue of bone, other',
# col == 77.70, 'Excision of bone for graft, unspecified site',
# col == 77.71, 'Excision of bone for graft, scapula, clavicle, and thorax',
# col == 77.72, 'Excision of bone for graft, humerus',
# col == 77.73, 'Excision of bone for graft, radius and ulna',
# col == 77.74, 'Excision of bone for graft, carpals and metacarpals',
# col == 77.75, 'Excision of bone for graft, femur',
# col == 77.76, 'Excision of bone for graft, patella',
# col == 77.77, 'Excision of bone for graft, tibia and fibula',
# col == 77.78, 'Excision of bone for graft, tarsals and metatarsals',
# col == 77.79, 'Excision of bone for graft, other',
# col == 77.79, 'Excision of Bone for Graft, Other',
# col == 77.80, 'Other partial ostectomy, unspecified site',
# col == 77.81, 'Other partial ostectomy, scapula, clavicle, and thorax [ribs and sternum]',
# col == 77.82, 'Other partial ostectomy, humerus',
# col == 77.83, 'Other partial ostectomy, radius and ulna',
# col == 77.84, 'Other partial ostectomy, carpals and metacarpals',
# col == 77.85, 'Other partial ostectomy, femur',
# col == 77.86, 'Other partial ostectomy, patella',
# col == 77.87, 'Other partial ostectomy, tibia and fibula',
# col == 77.88, 'Other partial ostectomy, tarsals and metatarsals',
# col == 77.89, 'Other partial ostectomy, other',
# col == 77.90, 'Total ostectomy, unspecified site',
# col == 77.91, 'Total ostectomy, scapula, clavicle, and thorax [ribs and sternum]',
# col == 77.92, 'Total ostectomy, humerus',
# col == 77.93, 'Total ostectomy, radius and ulna',
# col == 77.94, 'Total ostectomy, carpals and metacarpals',
# col == 77.95, 'Total ostectomy, femur',
# col == 77.96, 'Total ostectomy, patella',
# col == 77.97, 'Total ostectomy, tibia and fibula',
# col == 77.98, 'Total ostectomy, tarsals and metatarsals',
# col == 77.99, 'Total ostectomy, other',
# col == 78.00, 'Bone graft, unspecified site',
# col == 78.01, 'Bone graft, scapula, clavicle, and thorax [ribs and sternum]',
# col == 78.02, 'Bone graft, humerus',
# col == 78.03, 'Bone graft, radius and ulna',
# col == 78.04, 'Bone graft, carpals and metacarpals',
# col == 78.05, 'Bone graft, femur',
# col == 78.06, 'Bone graft, patella',
# col == 78.07, 'Bone graft, tibia and fibulas',
# col == 78.07, 'Bone Graft, Tibia/Fibula',
# col == 78.08, 'Bone graft, tarsals and metatarsals',
# col == 78.09, 'Bone graft, other',
# col == 78.10, 'Application of external fixation device, unspecified site',
# col == 78.11, 'Application of external fixation device, scapula, clavicle, and thorax',
# col == 78.12, 'Application of external fixation device, humerus',
# col == 78.13, 'Application of external fixation device, radius and ulna',
# col == 78.14, 'Application of external fixation device, carpals and metacarpals',
# col == 78.15, 'Application of external fixation device, femur',
# col == 78.15, 'Application, External Fixation Device, Femur',
# col == 78.16, 'Application of external fixation device, patella',
# col == 78.17, 'Application of external fixation device, tibia and fibulas',
# col == 78.17, 'Application, External Fixation Device, Tibia and Fibula',
# col == 78.18, 'Application of external fixation device, tarsals and metatarsals',
# col == 78.19, 'Application of external fixation device, other',
# col == 78.19, 'Application, External Fixation Device, Other',
# col == 78.20, 'Limb shortening procedures, unspecified site',
# col == 78.22, 'Limb shortening procedures, humerus',
# col == 78.23, 'Limb shortening procedures, radius and ulna',
# col == 78.24, 'Limb shortening procedures, carpals and metacarpals',
# col == 78.25, 'Limb shortening procedures, femur',
# col == 78.27, 'Limb shortening procedures, tibia and fibulas',
# col == 78.27, 'Limb Shortening Procedures, tibia/fibula',
# col == 78.28, 'Limb shortening procedures, tarsals and metatarsals',
# col == 78.29, 'Limb shortening procedures, other',
# col == 78.30, 'Limb lengthening procedures, unspecified site',
# col == 78.32, 'Limb lengthening procedures, humerus',
# col == 78.33, 'Limb lengthening procedures, radius and ulna',
# col == 78.34, 'Limb lengthening procedures, carpals and metacarpals',
# col == 78.35, 'Limb lengthening procedures, femur',
# col == 78.37, 'Limb lengthening procedures, tibia and fibulas',
# col == 78.38, 'Limb lengthening procedures, tarsals and metatarsals',
# col == 78.39, 'Limb lengthening procedures, other',
# col == 78.40, 'Other repair or plastic operations on bone, unspecified site',
# col == 78.41, 'Other repair or plastic operations on bone, scapula, clavicle, and thorax',
# col == 78.42, 'Other repair or plastic operations on bone, humerus',
# col == 78.43, 'Other repair or plastic operations on bone, radius and ulna',
# col == 78.44, 'Other repair or plastic operations on bone, carpals and metacarpals',
# col == 78.45, 'Other repair or plastic operations on bone, femur',
# col == 78.46, 'Other repair or plastic operations on bone, patella',
# col == 78.47, 'Other repair or plastic operations on bone, tibia and fibulas',
# col == 78.48, 'Other repair or plastic operations on bone, tarsals and metatarsals',
# col == 78.49, 'Other repair or plastic operations on bone, other',
# col == 78.50, 'Internal fixation of bone without fracture reduction, unspecified site',
# col == 78.51, 'Internal fixation of bone w/o fracture reduction, scapula/clavicle/thorax',
# col == 78.52, 'Internal fixation of bone without fracture reduction, humerus',
# col == 78.53, 'Internal fixation of bone without fracture reduction, radius and ulna',
# col == 78.54, 'Internal fixation of bone w/o fracture reduction carpals/metacarpals',
# col == 78.55, 'Internal fixation of bone without fracture reduction, femur',
# col == 78.55, 'Internal Fixation, Femur, w/o Fx Reduction',
# col == 78.56, 'Internal fixation of bone without fracture reduction, patella',
# col == 78.57, 'Internal fixation of bone without fracture reduction, tibia and fibulas',
# col == 78.57, 'Internal Fixation, Tibia/Fibula, w/o Fx Reduction',
# col == 78.58, 'Internal fixation of bone w/o fracture reduction, tarsals and metatarsals',
# col == 78.59, 'Internal fixation of bone without fracture reduction, other',
# col == 78.60, 'Removal of implanted devices from bone, unspecified site',
# col == 78.61, 'Removal of implanted devices from bone, scapula, clavicle, and thorax',
# col == 78.62, 'Removal of implanted devices from bone, humerus',
# col == 78.63, 'Removal of implanted devices from bone, radius and ulna',
# col == 78.64, 'Removal of implanted devices from bone, carpals and metacarpals',
# col == 78.65, 'Removal of implanted devices from bone, femur',
# col == 78.66, 'Removal of implanted devices from bone, patella',
# col == 78.67, 'Removal of implanted devices from bone, tibia and fibulas',
# col == 78.68, 'Removal of implanted devices from bone, tarsals and metatarsals',
# col == 78.69, 'Removal of implanted devices from bone, other',
# col == 78.70, 'Osteoclasis, unspecified site',
# col == 78.71, 'Osteoclasis, scapula, clavicle, and thorax [ribs and sternum]',
# col == 78.72, 'Osteoclasis, humerus',
# col == 78.73, 'Osteoclasis, radius and ulna',
# col == 78.74, 'Osteoclasis, carpals and metacarpals',
# col == 78.75, 'Osteoclasis, femur',
# col == 78.76, 'Osteoclasis, patella',
# col == 78.77, 'Osteoclasis, tibia and fibulas',
# col == 78.78, 'Osteoclasis, tarsals and metatarsals',
# col == 78.79, 'Osteoclasis, other',
# col == 78.80, 'Diagnostic procedures on bone, not elsewhere classified, unspecified site',
# col == 78.81, 'Diagnostic procedures on bone, NEC, scapula, clavicle, and thorax',
# col == 78.82, 'Diagnostic procedures on bone, not elsewhere classified, humerus',
# col == 78.83, 'Diagnostic procedures on bone, not elsewhere classified, radius and ulna',
# col == 78.84, 'Diagnostic procedures on bone NEC carpals and metacarpals',
# col == 78.85, 'Diagnostic procedures on bone, not elsewhere classified, femur',
# col == 78.86, 'Diagnostic procedures on bone, not elsewhere classified, patella',
# col == 78.87, 'Diagnostic procedures on bone, not elsewhere classified, tibia and fibulas',
# col == 78.88, 'Diagnostic procedures on bone NEC tarsals and metatarsals',
# col == 78.89, 'Diagnostic procedures on bone, not elsewhere classified, other',
# col == 78.90, 'Insertion of bone growth stimulator, unspecified site',
# col == 78.91, 'Insertion of bone growth stimulator, scapula, clavicle, and thorax',
# col == 78.92, 'Insertion of bone growth stimulator, humerus',
# col == 78.93, 'Insertion of bone growth stimulator, radius and ulna',
# col == 78.94, 'Insertion of bone growth stimulator, carpals and metacarpals',
# col == 78.95, 'Insertion of bone growth stimulator, femur',
# col == 78.96, 'Insertion of bone growth stimulator, patella',
# col == 78.97, 'Insertion of bone growth stimulator, tibia and fibulas',
# col == 78.98, 'Insertion of bone growth stimulator, tarsals and metatarsals',
# col == 78.99, 'Insertion of bone growth stimulator, other',
# col == 79.00, 'Closed reduction of fracture without internal fixation, unspecified site',
# col == 79.01, 'Closed reduction of fracture without internal fixation, humerus',
# col == 79.01, 'Reduction, Fx, Humerus, w/o Int Fix, Closed',
# col == 79.02, 'Closed reduction of fracture without internal fixation, radius and ulna',
# col == 79.02, 'Reduction, Fx, Radius/Ulna, w/o Int Fix, Closed',
# col == 79.03, 'Closed reduction of fracture w/o internal fixation, carpals & metacarpals',
# col == 79.03, 'Reduction, Fx, Carp/Metacarp, w/o Int Fix, Closed',
# col == 79.04, 'Closed reduction of fracture without internal fixation, phalanges of hand',
# col == 79.04, 'Reduction, Fx, Phal, Hand, w/o Int Fix, Closed',
# col == 79.05, 'Closed reduction of fracture without internal fixation, femur',
# col == 79.05, 'Reduction, Fx, Femur, w/o Int Fix, Closed',
# col == 79.06, 'Closed reduction of fracture without internal fixation, tibia and fibula',
# col == 79.06, 'Reduction, Fx, Tibia/Fibula, w/o Int Fix, Closed',
# col == 79.07, 'Closed reduction of fracture w/o internal fixation, tarsals & metatarsals',
# col == 79.07, 'Reduction, Fx, Tars/Metatars, w/o Int Fix, Closed',
# col == 79.08, 'Closed reduction of fracture without internal fixation, phalanges of foot',
# col == 79.08, 'Reduction, Fx, Phal, Foot, w/o Int Fix, Closed',
# col == 79.09, 'Closed reduction of fracture w/o internal fixation, other specified bone',
# col == 79.09, 'Reduction, Fx, Other Spec, w/o Int Fix, Closed',
# col == 79.10, 'Closed reduction of fracture with internal fixation, unspecified site',
# col == 79.11, 'Closed reduction of fracture with internal fixation, humerus',
# col == 79.11, 'Reduction, Fx, Humerus, w/ Int Fix, Closed',
# col == 79.12, 'Closed reduction of fracture with internal fixation, radius and ulna',
# col == 79.12, 'Reduction, Fx, Radius/Ulna, w/ Int Fix, Closed',
# col == 79.13, 'Closed reduction of fracture w/ internal fixation, carpals and metacarpals',
# col == 79.13, 'Reduction, Fx, Carp/Metacarp, w/ Int Fix, Closed',
# col == 79.14, 'Closed reduction of fracture with internal fixation, phalanges of hand',
# col == 79.14, 'Reduction, Fx, Phal, Hand, w/ Int Fix, Closed',
# col == 79.15, 'Closed reduction of fracture with internal fixation, femur',
# col == 79.15, 'Reduction, Fx, Femur, w/ Int Fix, Closed',
# col == 79.16, 'Closed reduction of fracture with internal fixation, tibia and fibula',
# col == 79.16, 'Reduction, Fx, Tibia/Fibula, w/ Int Fix, Closed',
# col == 79.17, 'Closed reduction of fracture w/ internal fixation, tarsals and metatarsals',
# col == 79.17, 'Reduction, Fx, Tars/Metatars, w/ Int Fix, Closed',
# col == 79.18, 'Closed reduction of fracture with internal fixation, phalanges of foot',
# col == 79.18, 'Reduction, Fx, Phal, Foot, w/ Int Fix, Closed',
# col == 79.19, 'Closed reduction of fracture with internal fixation, other specified bone',
# col == 79.19, 'Reduction, Fx, Other Spec, w/ Int Fix, Closed',
# col == 79.20, 'Open reduction of fracture without internal fixation, unspecified site',
# col == 79.21, 'Open reduction of fracture without internal fixation, humerus',
# col == 79.21, 'Reduction, Fx, Humerus, w/o Int Fix, Open',
# col == 79.22, 'Open reduction of fracture without internal fixation, radius and ulna',
# col == 79.22, 'Reduction, Fx, Radius/Ulna, w/o Int Fix, Open',
# col == 79.23, 'Open reduction of fracture w/o internal fixation, carpals and metacarpals',
# col == 79.23, 'Reduction, Fx, Carp/Metacarp, w/o Int Fix, Open',
# col == 79.24, 'Open reduction of fracture without internal fixation, phalanges of hand',
# col == 79.24, 'Reduction, Fx, Phal, Hand, w/o Int Fix, Open',
# col == 79.25, 'Open reduction of fracture without internal fixation, femur',
# col == 79.25, 'Reduction, Fx, Femur, w/o Int Fix, Open',
# col == 79.26, 'Open reduction of fracture without internal fixation, tibia and fibula',
# col == 79.26, 'Reduction, Fx, Tibia/Fibula, w/o Int Fix, Open',
# col == 79.27, 'Open reduction of fracture w/o internal fixation, tarsals and metatarsals',
# col == 79.27, 'Reduction, Fx, Tars/Metatars, w/o Int Fix, Open',
# col == 79.28, 'Open reduction of fracture without internal fixation, phalanges of foot',
# col == 79.28, 'Reduction, Fx, Phal, Foot, w/o Int Fix, Open',
# col == 79.29, 'Open reduction of fracture without internal fixation, other specified bone',
# col == 79.29, 'Reduction, Fx, Other Spec, w/o Int Fix, Open',
# col == 79.30, 'Open reduction of fracture with internal fixation, unspecified site',
# col == 79.31, 'Open reduction of fracture with internal fixation, humerus',
# col == 79.31, 'Reduction, Fx, Humerus, w/ Int Fix, Open',
# col == 79.32, 'Open reduction of fracture with internal fixation, radius and ulna',
# col == 79.32, 'Reduction, Fx, Radius/Ulna, w/ Int Fix, Open',
# col == 79.33, 'Open reduction of fracture with internal fixation, carpals and metacarpals',
# col == 79.33, 'Reduction, Fx, Carp/Metacarp, w/ Int Fix, Open',
# col == 79.34, 'Open reduction of fracture with internal fixation, phalanges of hand',
# col == 79.34, 'Reduction, Fx, Phal, Hand, w/ Int Fix, Open',
# col == 79.35, 'Open reduction of fracture with internal fixation, femur',
# col == 79.35, 'Reduction, Fx, Femur, w/ Int Fix, Open',
# col == 79.36, 'Open reduction of fracture with internal fixation, tibia and fibula',
# col == 79.36, 'Reduction, Fx, Tibia/Fibula, w/ Int Fix, Open',
# col == 79.37, 'Open reduction of fracture with internal fixation, tarsals and metatarsals',
# col == 79.37, 'Reduction, Fx, Tars/Metatars, w/ Int Fix, Open',
# col == 79.38, 'Open reduction of fracture with internal fixation, phalanges of foot',
# col == 79.38, 'Reduction, Fx, Phal, Foot, w/ Int Fix, Open',
# col == 79.39, 'Open reduction of fracture with internal fixation, other specified bone',
# col == 79.39, 'Reduction, Fx, Other Spec, w/ Int Fix, Open',
# col == 79.40, 'Closed reduction of separated epiphysis, unspecified site',
# col == 79.41, 'Closed reduction of separated epiphysis, humerus',
# col == 79.42, 'Closed reduction of separated epiphysis, radius and ulna',
# col == 79.45, 'Closed reduction of separated epiphysis, femur',
# col == 79.46, 'Closed reduction of separated epiphysis, tibia and fibula',
# col == 79.49, 'Closed reduction of separated epiphysis, other specified bone',
# col == 79.50, 'Open reduction of separated epiphysis, unspecified site',
# col == 79.51, 'Open reduction of separated epiphysis, humerus',
# col == 79.52, 'Open reduction of separated epiphysis, radius and ulna',
# col == 79.55, 'Open reduction of separated epiphysis, femur',
# col == 79.56, 'Open reduction of separated epiphysis, tibia and fibula',
# col == 79.59, 'Open reduction of separated epiphysis, other specified bone',
# col == 79.60, 'Debridement of open fracture site, unspecified site',
# col == 79.61, 'Debridement of open fracture site, humerus',
# col == 79.61, 'Debridement, Fx, Humerus, Open',
# col == 79.62, 'Debridement of open fracture site, radius and ulna',
# col == 79.62, 'Debridement, Fx, Radius/Ulna, Open',
# col == 79.63, 'Debridement of open fracture site, carpals and metacarpals',
# col == 79.63, 'Debridement, Fx, Carp/Metacarp, Open',
# col == 79.64, 'Debridement of open fracture site, phalanges of hand',
# col == 79.64, 'Debridement, Fx, Phal, Hand, Open',
# col == 79.65, 'Debridement of open fracture site, femur',
# col == 79.65, 'Debridement, Fx, Femur, Open',
# col == 79.66, 'Debridement of open fracture site, tibia and fibula',
# col == 79.66, 'Debridement, Fx, Tibia/Fibula, Open',
# col == 79.67, 'Debridement of open fracture site, tarsals and metatarsals',
# col == 79.67, 'Debridement, Fx, Tars/Metatars, Open',
# col == 79.68, 'Debridement of open fracture site, phalanges of foot',
# col == 79.68, 'Debridement, Fx, Phal, Foot, Open',
# col == 79.69, 'Debridement of open fracture site, other specified bone',
# col == 79.69, 'Debridement, Fx, Other Spec, Open',
# col == 79.70, 'Closed reduction of dislocation of unspecified site',
# col == 79.71, 'Closed reduction of dislocation of shoulder',
# col == 79.71, 'Reduction, Disloc, Shoulder, Closed',
# col == 79.72, 'Closed reduction of dislocation of elbow',
# col == 79.72, 'Reduction, Disloc, Elbow, Closed',
# col == 79.73, 'Closed reduction of dislocation of wrist',
# col == 79.73, 'Reduction, Disloc, Wrist, Closed',
# col == 79.74, 'Closed reduction of dislocation of hand and finger',
# col == 79.74, 'Reduction, Disloc, Hand/Finger, Closed',
# col == 79.75, 'Closed reduction of dislocation of hip',
# col == 79.75, 'Reduction, Disloc, Hip, Closed',
# col == 79.76, 'Closed reduction of dislocation of knee',
# col == 79.76, 'Reduction, Disloc, Knee, Closed',
# col == 79.77, 'Closed reduction of dislocation of ankle',
# col == 79.77, 'Reduction, Disloc, Ankle, Closed',
# col == 79.78, 'Closed reduction of dislocation of foot and toe',
# col == 79.78, 'Reduction, Disloc, Foot/Toe, Closed',
# col == 79.79, 'Closed reduction of dislocation of other specified sites',
# col == 79.79, 'Reduction, Disloc, Other Spec, Closed',
# col == 79.80, 'Open reduction of dislocation of unspecified site',
# col == 79.81, 'Open reduction of dislocation of shoulder',
# col == 79.81, 'Reduction, Disloc, Shoulder, Open',
# col == 79.82, 'Open reduction of dislocation of elbow',
# col == 79.82, 'Reduction, Disloc, Elbow, Open',
# col == 79.83, 'Open reduction of dislocation of wrist',
# col == 79.83, 'Reduction, Disloc, Wrist, Open',
# col == 79.84, 'Open reduction of dislocation of hand and finger',
# col == 79.84, 'Reduction, Disloc, Hand/Finger, Open',
# col == 79.85, 'Open reduction of dislocation of hip',
# col == 79.85, 'Reduction, Disloc, Hip, Open',
# col == 79.86, 'Open reduction of dislocation of knee',
# col == 79.86, 'Reduction, Disloc, Knee, Open',
# col == 79.87, 'Open reduction of dislocation of ankle',
# col == 79.87, 'Reduction, Disloc, Ankle, Open',
# col == 79.88, 'Open reduction of dislocation of foot and toe',
# col == 79.88, 'Reduction, Disloc, Foot/Toe, Open',
# col == 79.89, 'Open reduction of dislocation of other specified sites',
# col == 79.89, 'Reduction, Disloc, Other Spec, Open',
# col == 79.90, 'Unspecified operation on bone injury, unspecified site',
# col == 79.91, 'Unspecified operation on bone injury, humerus',
# col == 79.92, 'Unspecified operation on bone injury, radius and ulna',
# col == 79.93, 'Unspecified operation on bone injury, carpals and metacarpals',
# col == 79.94, 'Unspecified operation on bone injury, phalanges of hand',
# col == 79.95, 'Unspecified operation on bone injury, femur',
# col == 79.96, 'Unspecified operation on bone injury, tibia and fibula',
# col == 79.97, 'Unspecified operation on bone injury, tarsals and metatarsals',
# col == 79.98, 'Unspecified operation on bone injury, phalanges of foot',
# col == 79.99, 'Unspecified operation on bone injury, other specified bone',
# col == 80.00, 'Arthrotomy for removal of prosthesis without replacement, unspecified site',
# col == 80.01, 'Arthrotomy for removal of prosthesis without replacement, shoulder',
# col == 80.02, 'Arthrotomy for removal of prosthesis without replacement, elbow',
# col == 80.03, 'Arthrotomy for removal of prosthesis without replacement, wrist',
# col == 80.04, 'Arthrotomy for removal of prosthesis without replacement, hand and finger',
# col == 80.05, 'Arthrotomy for removal of prosthesis without replacement, hip',
# col == 80.06, 'Arthrotomy for removal of prosthesis without replacement, knee',
# col == 80.07, 'Arthrotomy for removal of prosthesis without replacement, ankle',
# col == 80.08, 'Arthrotomy for removal of prosthesis without replacement, foot and toe',
# col == 80.09, 'Arthrotomy for removal of prosthesis without replacement, other',
# col == 80.10, 'Other arthrotomy, unspecified site',
# col == 80.11, 'Other arthrotomy, shoulder',
# col == 80.12, 'Other arthrotomy, elbow',
# col == 80.13, 'Other arthrotomy, wrist',
# col == 80.14, 'Other arthrotomy, hand and finger',
# col == 80.15, 'Other arthrotomy, hip',
# col == 80.16, 'Other arthrotomy, knee',
# col == 80.17, 'Other arthrotomy, ankle',
# col == 80.18, 'Other arthrotomy, foot and toe',
# col == 80.19, 'Other arthrotomy, other specified sites',
# col == 80.20, 'Arthroscopy, unspecified site',
# col == 80.20, '*Arthroscopy, Unspecified Site',
# col == 80.21, 'Arthroscopy, shoulder',
# col == 80.21, '*Arthroscopy, Shoulder',
# col == 80.22, 'Arthroscopy, elbow',
# col == 80.22, '*Arthroscopy, Elbow',
# col == 80.23, 'Arthroscopy, wrist',
# col == 80.23, '*Arthroscopy, Wrist',
# col == 80.24, 'Arthroscopy, hand and finger',
# col == 80.24, '*Arthroscopy, Hand and Finger',
# col == 80.25, 'Arthroscopy, hip',
# col == 80.25, '*Arthroscopy, Hip',
# col == 80.26, 'Arthroscopy, knee',
# col == 80.26, '*Arthroscopy, Knee',
# col == 80.27, 'Arthroscopy, ankle',
# col == 80.27, '*Arthroscopy, Ankle',
# col == 80.28, 'Arthroscopy, foot and toe',
# col == 80.28, '*Arthroscopy, Foot and Toe',
# col == 80.29, 'Arthroscopy, other specified sites',
# col == 80.29, '*Arthroscopy, Other Specified Sites',
# col == 80.30, 'Biopsy of joint structure, unspecified site',
# col == 80.31, 'Biopsy of joint structure, shoulder',
# col == 80.32, 'Biopsy of joint structure, elbow',
# col == 80.33, 'Biopsy of joint structure, wrist',
# col == 80.34, 'Biopsy of joint structure, hand and finger',
# col == 80.35, 'Biopsy of joint structure, hip',
# col == 80.36, 'Biopsy of joint structure, knee',
# col == 80.37, 'Biopsy of joint structure, ankle',
# col == 80.38, 'Biopsy of joint structure, foot and toe',
# col == 80.39, 'Biopsy of joint structure, other specified sites',
# col == 80.40, 'Division of joint capsule, ligament, or cartilage; unspecified site',
# col == 80.41, 'Division of joint capsule, ligament, or cartilage; shoulder',
# col == 80.42, 'Division of joint capsule, ligament, or cartilage; elbow',
# col == 80.43, 'Division of joint capsule, ligament, or cartilage; wrist',
# col == 80.44, 'Division of joint capsule, ligament, or cartilage; hand and finger',
# col == 80.45, 'Division of joint capsule, ligament, or cartilage; hip',
# col == 80.46, 'Division of joint capsule, ligament, or cartilage; knee',
# col == 80.46, 'Division, Capsule/Ligament/Cartilage, Knee',
# col == 80.47, 'Division of joint capsule, ligament, or cartilage; ankle',
# col == 80.48, 'Division of joint capsule, ligament, or cartilage; foot and toe',
# col == 80.49, 'Division of joint capsule, ligament, or cartilage; other specified sites',
# col == 80.50, 'Excision or destruction of intervertebral disc, unspecified',
# col == 80.51, 'Excision of intervertebral disc',
# col == 80.51, 'Excision of Intervertebral Disc',
# col == 80.52, 'Intervertebral chemonucleolysis',
# col == 80.53, 'Repair of the anulus fibrosus with graft or prosthesis',
# col == 80.54, 'Other and unspecified repair of the anulus fibrosus',
# col == 80.59, 'Other destruction of intervertebral disc',
# col == 80.6, 'Excision of semilunar cartilage of knee',
# col == 80.70, 'Synovectomy, unspecified site',
# col == 80.71, 'Synovectomy, shoulder',
# col == 80.72, 'Synovectomy, elbow',
# col == 80.73, 'Synovectomy, wrist',
# col == 80.74, 'Synovectomy, hand and finger',
# col == 80.75, 'Synovectomy, hip',
# col == 80.76, 'Synovectomy, knee',
# col == 80.77, 'Synovectomy, ankle',
# col == 80.78, 'Synovectomy, foot and toe',
# col == 80.79, 'Synovectomy, other specified sites',
# col == 80.80, 'Other local excision or destruction of lesion of joint, unspecified site',
# col == 80.81, 'Other local excision or destruction of lesion of joint, shoulder',
# col == 80.82, 'Other local excision or destruction of lesion of joint, elbow',
# col == 80.83, 'Other local excision or destruction of lesion of joint, wrist',
# col == 80.84, 'Other local excision or destruction of lesion of joint, hand and finger',
# col == 80.85, 'Other local excision or destruction of lesion of joint, hip',
# col == 80.86, 'Other local excision or destruction of lesion of joint, knee',
# col == 80.87, 'Other local excision or destruction of lesion of joint, ankle',
# col == 80.88, 'Other local excision or destruction of lesion of joint, foot and toe',
# col == 80.89, 'Other local excision or destruction of lesion of joint, other sites',
# col == 80.90, 'Other excision of joint, unspecified site',
# col == 80.91, 'Other excision of joint, shoulder',
# col == 80.92, 'Other excision of joint, elbow',
# col == 80.93, 'Other excision of joint, wrist',
# col == 80.94, 'Other excision of joint, hand and finger',
# col == 80.95, 'Other excision of joint, hip',
# col == 80.96, 'Other excision of joint, knee',
# col == 80.97, 'Other excision of joint, ankle',
# col == 80.98, 'Other excision of joint, foot and toe',
# col == 80.99, 'Other excision of joint, other specified sites',
# col == 81.00, 'Spinal fusion, not otherwise specified',
# col == 81.01, 'Atlas-axis spinal fusion',
# col == 81.01, 'Fusion, Spine, Atlas/Axis',
# col == 81.02, 'Other cervical fusion of the anterior column, anterior technique',
# col == 81.02, 'Fusion, Spine, Other Cervical Anterior Technique',
# col == 81.03, 'Other cervical fusion of the posterior column, posterior technique',
# col == 81.03, 'Fusion, Spine, Other Cervical Posterior Technique',
# col == 81.04, 'Dorsal and dorsolumbar fusion of the anterior column, anterior technique',
# col == 81.04, 'Fusion, Spine, Dorsal, Dorsolumbar, Anterior Technique',
# col == 81.05, 'Dorsal and dorsolumbar fusion of the posterior column, posterior technique',
# col == 81.05, 'Fusion, Spine, Dorsal, Dorsolumbar, Posterior Technique',
# col == 81.06, 'Lumbar and lumbosacral fusion of the anterior column, anterior technique',
# col == 81.06, 'Fusion, Spine, Lumbar, Lumbosacral, Anterior Technique',
# col == 81.07, 'Lumbar and lumbosacral fusion of the posterior column, posterior technique',
# col == 81.07, 'Fusion, Spine, Lumbar, Lumbosacral, Lateral Transverse',
# col == 81.08, 'Lumbar and lumbosacral fusion of the anterior column, posterior technique',
# col == 81.08, 'Fusion, Spine, Lumbar, Lumbosacral, Posterior Technique',
# col == 81.09, 'Spinal Fusion NEC (pre 2004)',
# col == 81.11, 'Ankle fusion',
# col == 81.12, 'Triple arthrodesis',
# col == 81.13, 'Subtalar fusion',
# col == 81.14, 'Midtarsal fusion',
# col == 81.15, 'Tarsometatarsal fusion',
# col == 81.16, 'Metatarsophalangeal fusion',
# col == 81.17, 'Other fusion of foot',
# col == 81.18, 'Subtalar joint arthroereisis',
# col == 81.20, 'Arthrodesis of unspecified joint',
# col == 81.21, 'Arthrodesis of hip',
# col == 81.22, 'Arthrodesis of knee',
# col == 81.23, 'Arthrodesis of shoulder',
# col == 81.24, 'Arthrodesis of elbow',
# col == 81.25, 'Carporadial fusion',
# col == 81.26, 'Metacarpocarpal fusion',
# col == 81.27, 'Metacarpophalangeal fusion',
# col == 81.28, 'Interphalangeal fusion',
# col == 81.29, 'Arthrodesis of other specified joints',
# col == 81.30, 'Refusion of spine, not otherwise specified',
# col == 81.30, 'Refusion, Spine NFS',
# col == 81.31, 'Refusion of atlas-axis spine',
# col == 81.31, 'Refusion, Atlas-Axis Spine',
# col == 81.32, 'Refusion of other cervical spine, anterior column, anterior technique',
# col == 81.32, 'Refusion, Other Cervical Spine, Anterior Technique',
# col == 81.33, 'Refusion of other cervical spine, posterior column, posterior technique',
# col == 81.33, 'Refusion, Other Cervical Spine, Posterior Technique',
# col == 81.34, 'Refusion of dorsal/dorsolumbar spine, anterior column, anterior technique',
# col == 81.34, 'Refusion, Dorsal and Dorsolumbar Spine, Anterior Technique',
# col == 81.35, 'Refusion of dorsal/dorsolumbar spine, posterior column, posterior technique',
# col == 81.35, 'Refusion, Dorsal and Dorsolumbar Spine, Posterior Technique',
# col == 81.36, 'Refusion of lumbar/lumbosacral spine, anterior column, anterior technique',
# col == 81.36, 'Refusion, Lumbar and Lumbosacral Spine, Anterior Technique',
# col == 81.37, 'Refusion of lumbar/lumbosacral spine, posterior column, posterior technique',
# col == 81.37, 'Refusion, Lumbar and Lumbosacral Spine, Lateral Transverse Process Technique',
# col == 81.38, 'Refusion of lumbar/lumbosacral spine, anterior column, posterior technique',
# col == 81.38, 'Refusion, Lumbar and Lumbosacral Spine, Posterior Technique',
# col == 81.39, 'Refusion of spine, not elsewhere classified',
# col == 81.39, 'Refusion, Not Elsewhere Classified',
# col == 81.40, 'Repair of hip, not elsewhere classified',
# col == 81.42, 'Five-in-one repair of knee',
# col == 81.43, 'Triad knee repair',
# col == 81.44, 'Patellar stabilization',
# col == 81.45, 'Other repair of the cruciate ligaments',
# col == 81.45, 'Repair, Cruciate Ligaments, Other',
# col == 81.46, 'Other repair of the collateral ligaments',
# col == 81.46, 'Repair, Collateral Ligaments, Other',
# col == 81.47, 'Other repair of knee',
# col == 81.47, 'Repair, Knee, Other',
# col == 81.49, 'Other repair of ankle',
# col == 81.51, 'Total hip replacement',
# col == 81.51, 'Replacement, Hip, Total',
# col == 81.52, 'Partial hip replacement',
# col == 81.53, 'Revision of hip replacement, not otherwise specified',
# col == 81.54, 'Total knee replacement',
# col == 81.55, 'Revision of knee replacement, not otherwise specified',
# col == 81.56, 'Total ankle replacement',
# col == 81.57, 'Replacement of joint of foot and toe',
# col == 81.59, 'Revision of joint replacement of lower extremity, not elsewhere classified',
# col == 81.61, '360 Spinal Fusion (pre 2006)',
# col == 81.62, 'Fusion or refusion of 2-3 vertebrae',
# col == 81.63, 'Fusion or refusion of 4-8 vertebrae',
# col == 81.64, 'Fusion or refusion of 9 or more vertebrae',
# col == 81.65, 'Percutaneous vertebroplasty',
# col == 81.66, 'Percutaneous vertebral augmentation',
# col == 81.71, 'Arthroplasty of metacarpophalangeal and interphalangeal joint with implant',
# col == 81.72, 'Arthroplasty of metacarpophalangeal and interphalangeal joint w/o implant',
# col == 81.73, 'Total wrist replacement',
# col == 81.74, 'Arthroplasty of carpocarpal or carpometacarpal joint with implant',
# col == 81.75, 'Arthroplasty of carpocarpal or carpometacarpal joint without implant',
# col == 81.79, 'Other repair of hand, fingers, and wrist',
# col == 81.80, 'Other total shoulder replacement',
# col == 81.81, 'Partial shoulder replacement',
# col == 81.82, 'Repair of recurrent dislocation of shoulder',
# col == 81.83, 'Other repair of shoulder',
# col == 81.83, 'Other, Repair of Shoulder',
# col == 81.84, 'Total elbow replacement',
# col == 81.85, 'Other repair of elbow',
# col == 81.88, 'Reverse total shoulder replacement',
# col == 81.91, 'Arthrocentesis',
# col == 81.92, 'Injection of therapeutic substance into joint or ligament',
# col == 81.93, 'Suture of capsule or ligament of upper extremity',
# col == 81.94, 'Suture of capsule or ligament of ankle and foot',
# col == 81.95, 'Suture of capsule or ligament of other lower extremity',
# col == 81.96, 'Other repair of joint',
# col == 81.96, 'Repair, Joint, Other',
# col == 81.97, 'Revision of joint replacement of upper extremity',
# col == 81.98, 'Other diagnostic procedures on joint structures',
# col == 81.99, 'Other operations on joint structures',
# col == 82.01, 'Exploration of tendon sheath of hand',
# col == 82.02, 'Myotomy of hand',
# col == 82.03, 'Bursotomy of hand',
# col == 82.04, 'Incision and drainage of palmar or thenar space',
# col == 82.09, 'Other incision of soft tissue of hand',
# col == 82.11, 'Tenotomy of hand',
# col == 82.12, 'Fasciotomy of hand',
# col == 82.19, 'Other division of soft tissue of hand',
# col == 82.21, 'Excision of lesion of tendon sheath of hand',
# col == 82.22, 'Excision of lesion of muscle of hand',
# col == 82.29, 'Excision of other lesion of soft tissue of hand',
# col == 82.31, 'Bursectomy of hand',
# col == 82.32, 'Excision of tendon of hand for graft',
# col == 82.33, 'Other tenonectomy of hand',
# col == 82.34, 'Excision of muscle or fascia of hand for graft',
# col == 82.35, 'Other fasciectomy of hand',
# col == 82.36, 'Other myectomy of hand',
# col == 82.39, 'Other excision of soft tissue of hand',
# col == 82.41, 'Suture of tendon sheath of hand',
# col == 82.41, 'Suture, Hand, Tendon Sheath',
# col == 82.42, 'Delayed suture of flexor tendon of hand',
# col == 82.43, 'Delayed suture of other tendon of hand',
# col == 82.44, 'Other suture of flexor tendon of hand',
# col == 82.44, 'Suture of Flexor Tendon of Hand NEC',
# col == 82.45, 'Other suture of other tendon of hand',
# col == 82.45, 'Suture of Other Tendon of Hand NEC',
# col == 82.46, 'Suture of muscle or fascia of hand',
# col == 82.51, 'Advancement of tendon of hand',
# col == 82.52, 'Recession of tendon of hand',
# col == 82.53, 'Reattachment of tendon of hand',
# col == 82.54, 'Reattachment of muscle of hand',
# col == 82.55, 'Other change in hand muscle or tendon length',
# col == 82.56, 'Other hand tendon transfer or transplantation',
# col == 82.57, 'Other hand tendon transposition',
# col == 82.58, 'Other hand muscle transfer or transplantation',
# col == 82.59, 'Other hand muscle transposition',
# col == 82.61, 'Pollicization operation carrying over nerves and blood supply',
# col == 82.69, 'Other reconstruction of thumb',
# col == 82.71, 'Tendon pulley reconstruction',
# col == 82.72, 'Plastic operation on hand with graft of muscle or fascia',
# col == 82.79, 'Plastic operation on hand with other graft or implant',
# col == 82.81, 'Transfer of finger, except thumb',
# col == 82.82, 'Repair of cleft hand',
# col == 82.83, 'Repair of macrodactyly',
# col == 82.84, 'Repair of mallet finger',
# col == 82.85, 'Other tenodesis of hand',
# col == 82.86, 'Other tenoplasty of hand',
# col == 82.89, 'Other plastic operations on hand',
# col == 82.91, 'Lysis of adhesions of hand',
# col == 82.92, 'Aspiration of bursa of hand',
# col == 82.93, 'Aspiration of other soft tissue of hand',
# col == 82.94, 'Injection of therapeutic substance into bursa of hand',
# col == 82.95, 'Injection of therapeutic substance into tendon of hand',
# col == 82.96, 'Other injection of locally-acting therapeutic substance soft tissue hand',
# col == 82.99, 'Other operations on muscle, tendon, and fascia of hand',
# col == 83.01, 'Exploration of tendon sheath',
# col == 83.02, 'Myotomy',
# col == 83.03, 'Bursotomy',
# col == 83.09, 'Other incision of soft tissue',
# col == 83.09, 'Other, Incision of Soft Tissue',
# col == 83.11, 'Achillotenotomy',
# col == 83.12, 'Adductor tenotomy of hip',
# col == 83.13, 'Other tenotomy',
# col == 83.14, 'Fasciotomy (for burns)',
# col == 83.14, 'Fasciotomy',
# col == 83.14, '*Fasciotomy',
# col == 83.19, 'Other division of soft tissue',
# col == 83.21, 'Open biopsy of soft tissue',
# col == 83.29, 'Other diagnostic procedures on muscle/tendon/fascia/bursa including hand',
# col == 83.31, 'Excision of lesion of tendon sheath',
# col == 83.32, 'Excision of lesion of muscle',
# col == 83.39, 'Excision of lesion of other soft tissue',
# col == 83.41, 'Excision of tendon for graft',
# col == 83.42, 'Other tenonectomy',
# col == 83.43, 'Excision of muscle or fascia for graft',
# col == 83.44, 'Other fasciectomy',
# col == 83.45, 'Other myectomy',
# col == 83.45, 'Other Myectomy',
# col == 83.49, 'Other excision of soft tissue',
# col == 83.5, 'Bursectomy',
# col == 83.61, 'Suture of tendon sheath',
# col == 83.61, 'Suture, Tendon Sheath',
# col == 83.62, 'Delayed suture of tendon',
# col == 83.63, 'Rotator cuff repair',
# col == 83.63, 'Repair, Rotator Cuff',
# col == 83.64, 'Other suture of tendon',
# col == 83.64, 'Suture, Tendon, Other',
# col == 83.65, 'Other suture of muscle or fascia',
# col == 83.65, 'Other Suture of Muscle or Fascia',
# col == 83.71, 'Advancement of tendon',
# col == 83.72, 'Recession of tendon',
# col == 83.73, 'Reattachment of tendon',
# col == 83.73, 'Reattachment, Tendon',
# col == 83.74, 'Reattachment of muscle',
# col == 83.75, 'Tendon transfer or transplantation',
# col == 83.76, 'Other tendon transposition',
# col == 83.77, 'Muscle transfer or transplantation',
# col == 83.79, 'Other muscle transposition',
# col == 83.81, 'Tendon graft',
# col == 83.82, 'Graft of muscle or fascia',
# col == 83.83, 'Tendon pulley reconstruction',
# col == 83.84, 'Release of clubfoot, not elsewhere classified',
# col == 83.85, 'Other change in muscle or tendon length',
# col == 83.86, 'Quadricepsplasty',
# col == 83.87, 'Other plastic operations on muscle',
# col == 83.88, 'Other plastic operations on tendon',
# col == 83.88, 'Plastic Operation, Tendon, Other',
# col == 83.89, 'Other plastic operations on fascia',
# col == 83.91, 'Lysis of adhesions of muscle, tendon, fascia, and bursa',
# col == 83.92, 'Insert/replace skeletal muscle stimulator',
# col == 83.93, 'Removal of skeletal muscle stimulator',
# col == 83.94, 'Aspiration of bursa',
# col == 83.95, 'Aspiration of other soft tissue',
# col == 83.96, 'Injection of therapeutic substance into bursa',
# col == 83.97, 'Injection of therapeutic substance into tendon',
# col == 83.98, 'Injection of locally-acting therapeutic substance into other soft tissue',
# col == 83.99, 'Other operations on muscle, tendon, fascia and bursa',
# col == 84.00, 'Upper limb amputation, not otherwise specified',
# col == 84.01, 'Amputation and disarticulation of finger',
# col == 84.01, 'Amputation and Disarticulation of Finger',
# col == 84.02, 'Amputation and disarticulation of thumb',
# col == 84.03, 'Amputation through hand',
# col == 84.04, 'Disarticulation of wrist',
# col == 84.05, 'Amputation through forearm',
# col == 84.05, 'Amputation, Through Forearm',
# col == 84.06, 'Disarticulation of elbow',
# col == 84.07, 'Amputation through humerus',
# col == 84.07, 'Amputation, Through Humerus',
# col == 84.08, 'Disarticulation of shoulder',
# col == 84.09, 'Interthoracoscapular amputation',
# col == 84.10, 'Lower limb amputation, not otherwise specified',
# col == 84.11, 'Amputation of toe',
# col == 84.11, 'Amputation, Toe',
# col == 84.12, 'Amputation through foot',
# col == 84.13, 'Disarticulation of ankle',
# col == 84.13, 'Disarticulation of Ankle',
# col == 84.14, 'Amputation of ankle through malleoli of tibia and fibula',
# col == 84.15, 'Other amputation below knee',
# col == 84.15, 'Amputation, Below Knee, Other',
# col == 84.16, 'Disarticulation of knee',
# col == 84.17, 'Amputation above knee',
# col == 84.17, 'Amputation, Above Knee',
# col == 84.18, 'Disarticulation of hip',
# col == 84.19, 'Abdominopelvic amputation',
# col == 84.21, 'Thumb reattachment',
# col == 84.21, 'Reattachment, Thumb',
# col == 84.22, 'Finger reattachment',
# col == 84.22, 'Reattachment, Finger',
# col == 84.23, 'Forearm, wrist, or hand reattachment',
# col == 84.23, 'Reattachment, Forearm, Wrist, Hand',
# col == 84.24, 'Upper arm reattachment',
# col == 84.24, 'Reattachment, Upper Arm',
# col == 84.25, 'Toe reattachment',
# col == 84.25, 'Reattachment, Toe',
# col == 84.26, 'Foot reattachment',
# col == 84.26, 'Reattachment, Foot',
# col == 84.27, 'Lower leg or ankle reattachment',
# col == 84.27, 'Reattachment, Lower Leg/Ankle',
# col == 84.28, 'Thigh reattachment',
# col == 84.28, 'Reattachment, Thigh',
# col == 84.29, 'Other reattachment',
# col == 84.29, 'Reattachment, Other Extremity',
# col == 84.3, 'Revision of amputation stump',
# col == 84.40, 'Implantation or fitting of prosthetic limb device not otherwise specified',
# col == 84.41, 'Fitting of prosthesis of upper arm and shoulder',
# col == 84.42, 'Fitting of prosthesis of lower arm and hand',
# col == 84.43, 'Fitting of prosthesis of arm, not otherwise specified',
# col == 84.44, 'Implantation of prosthetic device of arm',
# col == 84.45, 'Fitting of prosthesis above knee',
# col == 84.46, 'Fitting of prosthesis below knee',
# col == 84.47, 'Fitting of prosthesis of leg, not otherwise specified',
# col == 84.48, 'Implantation of prosthetic device of leg',
# col == 84.51, 'Insertion of interbody spinal fusion device',
# col == 84.52, 'Insertion of recombinant bone morphogenetic protein rhbmp',
# col == 84.53, 'Implantation of internal limb lengthening device with kinetic distraction',
# col == 84.54, 'Implantation of other internal limb lengthening device',
# col == 84.55, 'Insertion of bone void filler',
# col == 84.56, 'Insertion or replacement of (cement) spacer',
# col == 84.57, 'Removal of (cement) spacer',
# col == 84.58, 'Imp Intrspine Decomp Dev (pre 2008)',
# col == 84.59, 'Insert of other spinal devices',
# col == 84.60, 'Insertion of spinal disc prosthesis; not otherwise specified',
# col == 84.61, 'Insertion of partial spinal disc prosthesis, cervical',
# col == 84.62, 'Insertion of total spinal disc prosthesis, cervical',
# col == 84.63, 'Insertion of spinal disc prosthesis, thoracic',
# col == 84.64, 'Insertion of partial spinal disc prosthesis, lumbosacral',
# col == 84.65, 'Insertion of total spinal disc prosthesis, lumbosacral',
# col == 84.66, 'Revision or replacement of artificial spinal disc prosthesis',
# col == 84.67, 'Revision or replacement of artificial spinal disc prosthesis, thoracic',
# col == 84.68, 'Revision or replacement of artificial spinal disc prosthesis, lumbosacral',
# col == 84.69, 'Revision or replacement of artificial spinal disc prosthesis, NOS',
# col == 84.71, 'Application of external fixator device, monoplanar system',
# col == 84.72, 'Application of external fixator device, ring system',
# col == 84.73, 'Application of hybrid external fixator device',
# col == 84.80, 'Insertion or replacement of interspinous process device(s)',
# col == 84.81, 'Revision of interspinous process device(s)',
# col == 84.82, 'Insertion or replacement of pedicle-based dynamic stabilization device(s)',
# col == 84.83, 'Revision of pedicle-based dynamic stabilization device(s)',
# col == 84.84, 'Insertion or replacement of facet replacement device(s)',
# col == 84.85, 'Revision of facet replacement device(s)',
# col == 84.91, 'Amputation, not otherwise specified',
# col == 84.92, 'Separation of equal conjoined twins',
# col == 84.93, 'Separation of unequal conjoined twins',
# col == 84.94, 'Insertion of sternal fixation device with rigid plates',
# col == 84.99, 'Other operations on musculoskeletal system',
# col == 85.0, 'Mastotomy',
# col == 85.11, 'Closed [percutaneous] [needle] biopsy of breast',
# col == 85.12, 'Open biopsy of breast',
# col == 85.19, 'Other diagnostic procedures on breast',
# col == 85.20, 'Excision or destruction of breast tissue, not otherwise specified',
# col == 85.21, 'Local excision of lesion of breast',
# col == 85.22, 'Resection of quadrant of breast',
# col == 85.23, 'Subtotal mastectomy',
# col == 85.24, 'Excision of ectopic breast tissue',
# col == 85.25, 'Excision of nipple',
# col == 85.31, 'Unilateral reduction mammoplasty',
# col == 85.32, 'Bilateral reduction mammoplasty',
# col == 85.33, 'Unilateral subcutaneous mammectomy with synchronous implant',
# col == 85.34, 'Other unilateral subcutaneous mammectomy',
# col == 85.35, 'Bilateral subcutaneous mammectomy with synchronous implant',
# col == 85.36, 'Other bilateral subcutaneous mammectomy',
# col == 85.41, 'Unilateral simple mastectomy',
# col == 85.42, 'Bilateral simple mastectomy',
# col == 85.43, 'Unilateral extended simple mastectomy',
# col == 85.44, 'Bilateral extended simple mastectomy',
# col == 85.45, 'Unilateral radical mastectomy',
# col == 85.46, 'Bilateral radical mastectomy',
# col == 85.47, 'Unilateral extended radical mastectomy',
# col == 85.48, 'Bilateral extended radical mastectomy',
# col == 85.50, 'Augmentation mammoplasty, not otherwise specified',
# col == 85.51, 'Unilateral injection into breast for augmentation',
# col == 85.52, 'Bilateral injection into breast for augmentation',
# col == 85.53, 'Unilateral breast implant',
# col == 85.54, 'Bilateral breast implant',
# col == 85.55, 'Fat graft to breast',
# col == 85.6, 'Mastopexy',
# col == 85.7, 'Total reconstruction of breast (pre 2009)',
# col == 85.70, 'Total reconstruction of breast NOS',
# col == 85.71, 'Latissimus dorsi myocutaneous flap',
# col == 85.72, 'Transverse rectus abdominis myocutaneous flap, pedicled',
# col == 85.73, 'Transverse rectus abdominis myocutaneous flap, free',
# col == 85.74, 'Deep inferior epigastric artery perforator flap, free',
# col == 85.75, 'Superficial inferior epigastric artery flap, free',
# col == 85.76, 'Gulteal artery perforator flap, free',
# col == 85.79, 'Other total reconstruction of breast',
# col == 85.81, 'Suture of laceration of breast',
# col == 85.82, 'Split-thickness graft to breast',
# col == 85.83, 'Full-thickness graft to breast',
# col == 85.84, 'Pedicle graft to breast',
# col == 85.85, 'Muscle flap graft to breast',
# col == 85.86, 'Transposition of nipple',
# col == 85.87, 'Other repair or reconstruction of nipple',
# col == 85.89, 'Other mammoplasty',
# col == 85.91, 'Aspiration of breast',
# col == 85.92, 'Injection of therapeutic agent into breast',
# col == 85.93, 'Revision of implant of breast',
# col == 85.94, 'Removal of implant of breast',
# col == 85.95, 'Insertion of breast tissue expander',
# col == 85.96, 'Removal of breast tissue expander(s)',
# col == 85.99, 'Other operations on the breast',
# col == 86.01, 'Aspiration of skin and subcutaneous tissue',
# col == 86.02, 'Injection or tattooing of skin lesion or defect',
# col == 86.03, 'Incision of pilonidal sinus or cyst',
# col == 86.04, 'Other incision with drainage of skin and subcutaneous tissue',
# col == 86.04, 'Other Incision with Drainage of Skin and Subcutaneous Tissue',
# col == 86.05, 'Incision with removal of foreign body from skin and subcutaneous tissue',
# col == 86.05, 'Incision, Skin/Subcutaneous Tissue, w/ FB Removal',
# col == 86.06, 'Insertion of totally implantable infusion pump',
# col == 86.07, 'Insertion of totally implantable vascular access device [vad]',
# col == 86.07, 'Insertion of Totally Implantable Vascular Access Device [VAD]',
# col == 86.09, 'Incision, Skin/Subcutaneous Tissue, Other',
# col == 86.09, 'Other incision of skin and subcutaneous tissue',
# col == 86.09, '*Incision, Skin/Subcutaneous Tissue, Other',
# col == 86.11, 'Closed biopsy of skin and subcutaneous tissue',
# col == 86.19, 'Other diagnostic procedures on skin and subcutaneous tissue',
# col == 86.21, 'Excision of pilonidal cyst or sinus',
# col == 86.22, 'Excisional debridement of wound, infection, or burn',
# col == 86.22, 'Debridement, Skin/Subcutaneous Wound',
# col == 86.23, 'Removal of nail, nailbed, or nail fold',
# col == 86.24, 'Chemosurgery of skin',
# col == 86.25, 'Dermabrasion',
# col == 86.26, 'Ligation of dermal appendage',
# col == 86.27, 'Debridement of nail, nail bed, or nail fold',
# col == 86.28, 'Nonexcisional debridement of wound, infection, or burn',
# col == 86.28, 'Nonexcisional Debridement of Wound, Infection, Burn',
# col == 86.29, 'Escharotomy (pre 2004)',
# col == 86.3, 'Other local excision/destruction of lesion or tissue of skin/subcutaneous',
# col == 86.3, 'Excision/Destruction, Skin/Subcut Tissue, Other',
# col == 86.4, 'Radical excision of skin lesion',
# col == 86.51, 'Replantation of scalp',
# col == 86.51, 'Replantation, Scalp',
# col == 86.59, 'Closure of skin and subcutaneous tissue of other sites',
# col == 86.59, 'Suture of Skin and Subcutaneous Tissue of Other Sites',
# col == 86.60, 'Free skin graft, not otherwise specified',
# col == 86.60, 'Free Skin Graft, Not Otherwise Specified',
# col == 86.61, 'Full-thickness skin graft to hand',
# col == 86.62, 'Other skin graft to hand',
# col == 86.63, 'Full-thickness skin graft to other sites',
# col == 86.64, 'Hair transplant',
# col == 86.65, 'Heterograft to skin',
# col == 86.66, 'Homograft to skin',
# col == 86.66, 'Homograft to Skin',
# col == 86.67, 'Dermal regenerative graft',
# col == 86.69, 'Other skin graft to other sites',
# col == 86.69, 'Skin Graft to Other Sites, Other',
# col == 86.70, 'Pedicle or flap graft, not otherwise specified',
# col == 86.71, 'Cutting and preparation of pedicle grafts or flaps',
# col == 86.72, 'Advancement of pedicle graft',
# col == 86.73, 'Attachment of pedicle or flap graft to hand',
# col == 86.74, 'Attachment of pedicle or flap graft to other sites',
# col == 86.75, 'Revision of pedicle or flap graft',
# col == 86.81, 'Repair for facial weakness',
# col == 86.82, 'Facial rhytidectomy',
# col == 86.83, 'Size reduction plastic operation',
# col == 86.84, 'Relaxation of scar or web contracture of skin',
# col == 86.85, 'Correction of syndactyly',
# col == 86.86, 'Onychoplasty',
# col == 86.87, 'Fat graft of skin and subcutaneous tissue',
# col == 86.89, 'Other repair and reconstruction of skin and subcutaneous tissue',
# col == 86.89, 'Repair, Skin/Subcutaneous Tissue, Other',
# col == 86.90, 'Extraction of fat for graft or banking',
# col == 86.91, 'Excision of skin for graft',
# col == 86.92, 'Electrolysis and other epilation of skin',
# col == 86.93, 'Insertion of tissue expander',
# col == 86.94, 'Insert/replace single array neurostimulator pulse generator, NFS',
# col == 86.95, 'Insert/replace multiple array neurostimulator pulse generator, NFS',
# col == 86.96, 'Insert/replace other neurostimulator pulse generator',
# col == 86.97, 'Insert/replace single array rechargeable neurostimulator pulse generator',
# col == 86.98, 'Insert/replace multiple array rechargeable neurostimulator pulse generator',
# col == 86.99, 'Other operations on skin and subcutaneous tissue',
# col == 87.01, 'Pneumoencephalogram',
# col == 87.01, 'Pneumoencephalogram',
# col == 87.02, 'Other contrast radiogram of brain and skull',
# col == 87.02, 'Other Contrast Radiogram of Brain and Skull',
# col == 87.03, 'Computerized axial tomography of head',
# col == 87.03, '*Computerized Tomography, Head',
# col == 87.04, 'Other tomography of head',
# col == 87.04, '*Computerized Tomography Angiography of Head and/or Neck',
# col == 87.05, 'Contrast dacryocystogram',
# col == 87.06, 'Contrast radiogram of nasopharynx',
# col == 87.07, 'Contrast laryngogram',
# col == 87.08, 'Cervical lymphangiogram',
# col == 87.09, 'Other soft tissue x-ray of face, head, and neck',
# col == 87.09, 'Other Soft Tissue X-Ray of Face, Head and Neck',
# col == 87.10, 'Other X-Ray of Face, Head, and Neck (pre 2004)',
# col == 87.11, 'Full-mouth x-ray of teeth',
# col == 87.12, 'Other dental x-ray',
# col == 87.13, 'Temporomandibular contrast arthrogram',
# col == 87.14, 'Contrast radiogram of orbit',
# col == 87.15, 'Contrast radiogram of sinus',
# col == 87.16, 'Other x-ray of facial bones',
# col == 87.17, 'Other x-ray of skull',
# col == 87.21, 'Contrast myelogram',
# col == 87.21, 'Myelogram, Contrast',
# col == 87.22, 'Other x-ray of cervical spine',
# col == 87.22, 'Other X-Ray of Cervical Spine',
# col == 87.23, 'Other x-ray of thoracic spine',
# col == 87.23, 'Other X-Ray of Thoracic Spine',
# col == 87.24, 'Other x-ray of lumbosacral spine',
# col == 87.24, 'Other X-Ray of Lumbosacral Spine',
# col == 87.29, 'Other x-ray of spine',
# col == 87.31, 'Endotracheal bronchogram',
# col == 87.32, 'Other contrast bronchogram',
# col == 87.33, 'Mediastinal pneumogram',
# col == 87.34, 'Intrathoracic lymphangiogram',
# col == 87.35, 'Contrast radiogram of mammary ducts',
# col == 87.36, 'Xerography of breast',
# col == 87.37, 'Other mammography',
# col == 87.38, 'Sinogram of chest wall',
# col == 87.39, 'Other soft tissue x-ray of chest wall',
# col == 87.41, 'Computerized axial tomography of thorax',
# col == 87.41, '*Computerized Tomography, Thorax',
# col == 87.42, 'Other tomography of thorax',
# col == 87.42, '*Computerized Tomography Angiography of Thorax (CTA Thorax)',
# col == 87.43, 'X-ray of ribs, sternum, and clavicle',
# col == 87.43, 'X-Ray of Ribs, Sternum and Clavicle',
# col == 87.44, 'Routine chest x-ray, so described',
# col == 87.44, 'Routine Chest X-Ray',
# col == 87.49, 'Other chest x-ray',
# col == 87.51, 'Percutaneous hepatic cholangiogram',
# col == 87.52, 'Intravenous cholangiogram',
# col == 87.53, 'Intraoperative cholangiogram',
# col == 87.54, 'Other cholangiogram',
# col == 87.59, 'Other biliary tract x-ray',
# col == 87.61, 'Barium swallow',
# col == 87.62, 'Upper gi series',
# col == 87.63, 'Small bowel series',
# col == 87.64, 'Lower gi series',
# col == 87.65, 'Other x-ray of intestine',
# col == 87.66, 'Contrast pancreatogram',
# col == 87.69, 'Other digestive tract x-ray',
# col == 87.71, 'Computerized axial tomography of kidney',
# col == 87.71, '*Computerized Tomography, Kidney',
# col == 87.72, 'Other nephrotomogram',
# col == 87.73, 'Intravenous pyelogram',
# col == 87.74, 'Retrograde pyelogram',
# col == 87.75, 'Percutaneous pyelogram',
# col == 87.76, 'Retrograde cystourethrogram',
# col == 87.76, 'Retrograde Cystourethrogram',
# col == 87.77, 'Other cystogram',
# col == 87.77, 'Other Cystogram',
# col == 87.78, 'Ileal conduitogram',
# col == 87.79, 'Other x-ray of the urinary system',
# col == 87.81, 'X-ray of gravid uterus',
# col == 87.82, 'Gas contrast hysterosalpingogram',
# col == 87.83, 'Opaque dye contrast hysterosalpingogram',
# col == 87.84, 'Percutaneous hysterogram',
# col == 87.85, 'Other x-ray of fallopian tubes and uterus',
# col == 87.89, 'Other x-ray of female genital organs',
# col == 87.91, 'Contrast seminal vesiculogram',
# col == 87.92, 'Other x-ray of prostate and seminal vesicles',
# col == 87.93, 'Contrast epididymogram',
# col == 87.94, 'Contrast vasogram',
# col == 87.95, 'Other x-ray of epididymis and vas deferens',
# col == 87.99, 'Other x-ray of male genital organs',
# col == 88.01, 'Computerized axial tomography of abdomen',
# col == 88.01, '*Computerized Tomography, Abdominal',
# col == 88.02, 'Other abdomen tomography',
# col == 88.03, 'Sinogram of abdominal wall',
# col == 88.04, 'Abdominal lymphangiogram',
# col == 88.09, 'Other soft tissue x-ray of abdominal wall',
# col == 88.11, 'Pelvic opaque dye contrast radiography',
# col == 88.12, 'Pelvic gas contrast radiography',
# col == 88.12, 'Pelvic Gas Contrast Radiography',
# col == 88.13, 'Other peritoneal pneumogram',
# col == 88.14, 'Retroperitoneal fistulogram',
# col == 88.15, 'Retroperitoneal pneumogram',
# col == 88.16, 'Other retroperitoneal x-ray',
# col == 88.19, 'Other x-ray of abdomen',
# col == 88.21, 'Skeletal x-ray of shoulder and upper arm',
# col == 88.21, 'Skeletal X-Ray of Shoulder and Upper Arm',
# col == 88.22, 'Skeletal x-ray of elbow and forearm',
# col == 88.22, 'Skeletal X-Ray of Elbow and Forearm',
# col == 88.23, 'Skeletal x-ray of wrist and hand',
# col == 88.23, 'Skeletal X-Ray of Wrist and Hand',
# col == 88.24, 'Skeletal x-ray of upper limb, not otherwise specified',
# col == 88.24, 'Skeletal X-Ray of Upper Limb, NOS',
# col == 88.25, 'Pelvimetry',
# col == 88.26, 'Other skeletal x-ray of pelvis and hip',
# col == 88.26, 'Other Skeletal X-Ray of Pelvis and Hip',
# col == 88.27, 'Skeletal x-ray of thigh, knee, and lower leg',
# col == 88.27, 'Skeletal X-Ray of Thigh, Knee, and Lower Leg',
# col == 88.28, 'Skeletal x-ray of ankle and foot',
# col == 88.28, 'Skeletal X-Ray of Ankle and Foot',
# col == 88.29, 'Skeletal x-ray of lower limb, not otherwise specified',
# col == 88.29, 'Skeletal X-Ray of Lower Limb, Not Otherwise Specified',
# col == 88.31, 'Skeletal series',
# col == 88.32, 'Contrast arthrogram',
# col == 88.33, 'Other skeletal x-ray',
# col == 88.34, 'Lymphangiogram of upper limb',
# col == 88.35, 'Other soft tissue x-ray of upper limb',
# col == 88.36, 'Lymphangiogram of lower limb',
# col == 88.37, 'Other soft tissue x-ray of lower limb',
# col == 88.38, 'Other computerized axial tomography',
# col == 88.38, '*Computerized Tomography, Other Axial (Bone and Skeletal)',
# col == 88.39, 'X-ray, other and unspecified',
# col == 88.40, 'Arteriography using contrast material, unspecified site',
# col == 88.40, 'Arteriography, Unspecified Site',
# col == 88.41, 'Arteriography of cerebral arteries',
# col == 88.41, '*Arteriography, Cerebral Arteries',
# col == 88.42, 'Aortography',
# col == 88.42, '*Aortography',
# col == 88.43, 'Arteriography of pulmonary arteries',
# col == 88.43, 'Arteriography, Pulmonary Arteries',
# col == 88.44, 'Arteriography of other intrathoracic vessels',
# col == 88.44, 'Arteriography, Other Intrathoracic Vessels',
# col == 88.45, 'Arteriography of renal arteries',
# col == 88.45, 'Arteriography, Renal Arteries',
# col == 88.46, 'Arteriography of placenta',
# col == 88.46, 'Arteriography, Placenta',
# col == 88.47, 'Arteriography of other intra-abdominal arteries',
# col == 88.47, 'Arteriography, Other Intra-abdominal Arteries',
# col == 88.48, 'Arteriography of femoral and other lower extremity arteries',
# col == 88.48, '*Arteriography, Femoral, Other Lower Extremity Arteries',
# col == 88.49, 'Arteriography of other specified sites',
# col == 88.49, 'Arteriography, Other Specified Sites',
# col == 88.50, 'Angiocardiography, not otherwise specified',
# col == 88.51, 'Angiocardiography of venae cavae',
# col == 88.52, 'Angiocardiography of right heart structures',
# col == 88.53, 'Angiocardiography of left heart structures',
# col == 88.54, 'Combined right and left heart angiocardiography',
# col == 88.55, 'Coronary arteriography using a single catheter',
# col == 88.56, 'Coronary arteriography using two catheters',
# col == 88.57, 'Other and unspecified coronary arteriography',
# col == 88.58, 'Negative-contrast cardiac roentgenography',
# col == 88.59, 'Intra-operative coronary fluorescence vascular angiography',
# col == 88.60, 'Phlebography using contrast material, unspecified site',
# col == 88.61, 'Phlebography of veins of head and neck using contrast material',
# col == 88.62, 'Phlebography of pulmonary veins using contrast material',
# col == 88.62, 'Phlebography-Pulmonary Veins Using Contrast Material',
# col == 88.63, 'Phlebography of other intrathoracic veins using contrast material',
# col == 88.64, 'Phlebography of the portal venous system using contrast material',
# col == 88.65, 'Phlebography of other intra-abdominal veins using contrast material',
# col == 88.66, 'Phlebography of femoral/other LE veins using contrast material',
# col == 88.67, 'Phlebography of other specified sites using contrast material',
# col == 88.68, 'Impedance phlebography',
# col == 88.71, 'Diagnostic ultrasound of head and neck',
# col == 88.71, '*Ultrasound, Diagnostic, Head and Neck',
# col == 88.72, 'Diagnostic ultrasound of heart',
# col == 88.72, '*Ultrasound, Diagnostic, Heart (Echocardiogram)',
# col == 88.73, 'Diagnostic ultrasound of other sites of thorax',
# col == 88.73, '*Ultrasound, Diagnostic, Other Sites of Thorax',
# col == 88.74, 'Diagnostic ultrasound of digestive system',
# col == 88.74, '*Ultrasound, Diagnostic, Digestive System',
# col == 88.75, 'Diagnostic ultrasound of urinary system',
# col == 88.75, '*Ultrasound, Diagnostic, Urinary System',
# col == 88.76, 'Diagnostic ultrasound of abdomen and retroperitoneum',
# col == 88.76, '*Ultrasound, Diagnostic, Abdomen and Retroperitoneum',
# col == 88.77, 'Diagnostic ultrasound of peripheral vascular system',
# col == 88.77, '*Ultrasound, Diagnostic, Peripheral Vascular System',
# col == 88.78, 'Diagnostic ultrasound of gravid uterus',
# col == 88.78, '*Ultrasound, Diagnostic, Gravid Uterus',
# col == 88.79, 'Other diagnostic ultrasound',
# col == 88.79, '*Ultrasound, Diagnostic, Other',
# col == 88.81, 'Cerebral thermography',
# col == 88.82, 'Ocular thermography',
# col == 88.83, 'Bone thermography',
# col == 88.84, 'Muscle thermography',
# col == 88.85, 'Breast thermography',
# col == 88.86, 'Blood vessel thermography',
# col == 88.89, 'Thermography of other sites',
# col == 88.90, 'Diagnostic imaging, not elsewhere classified',
# col == 88.91, 'Magnetic resonance imaging of brain and brain stem',
# col == 88.91, '*MRI of the Brain',
# col == 88.92, 'Magnetic resonance imaging of chest and myocardium',
# col == 88.92, '*MRI of the Chest',
# col == 88.93, 'Magnetic resonance imaging of spinal canal',
# col == 88.93, '*MRI of the Spine/Spinal Cord',
# col == 88.94, 'Magnetic resonance imaging of musculoskeletal',
# col == 88.95, 'Magnetic resonance imaging of pelvis, prostate, and bladder',
# col == 88.96, 'Other intraoperative magnetic resonance imaging',
# col == 88.97, 'Magnetic resonance imaging of other and unspecified sites',
# col == 88.97, '*MRI of Other and Unspecified Sites (includes MRA)',
# col == 88.98, 'Bone mineral density studies',
# col == 89.01, 'Interview and evaluation, described as brief',
# col == 89.02, 'Interview and evaluation, described as limited',
# col == 89.03, 'Interview and evaluation, described as comprehensive',
# col == 89.04, 'Other interview and evaluation',
# col == 89.05, 'Diagnostic interview and evaluation, not otherwise specified',
# col == 89.06, 'Consultation, described as limited',
# col == 89.07, 'Consultation, described as comprehensive',
# col == 89.08, 'Other consultation',
# col == 89.09, 'Consultation, not otherwise specified',
# col == 89.10, 'Intracarotid amobarbital test',
# col == 89.11, 'Tonometry',
# col == 89.12, 'Nasal function study',
# col == 89.13, 'Neurologic exam',
# col == 89.14, 'Electroencephalogram',
# col == 89.15, 'Other nonoperative neurologic function tests',
# col == 89.16, 'Transillumination of newborn skull',
# col == 89.17, 'Polysomnogram',
# col == 89.18, 'Other sleep disorder function tests',
# col == 89.19, 'Video and radio-telemetered electroencephalographic monitoring',
# col == 89.21, 'Urinary manometry',
# col == 89.22, 'Cystometrogram',
# col == 89.22, 'Cystometrogram',
# col == 89.23, 'Urethral sphincter electromyogram',
# col == 89.24, 'Uroflowmetry [ufr]',
# col == 89.25, 'Urethral pressure profile [upp]',
# col == 89.26, 'Gynecological exam',
# col == 89.29, 'Other nonoperative genitourinary system measurements',
# col == 89.31, 'Dental exam',
# col == 89.32, 'Esophageal manometry',
# col == 89.33, 'Digital exam of enterostomy stoma',
# col == 89.34, 'Digital exam of rectum',
# col == 89.35, 'Transillumination of nasal sinuses',
# col == 89.36, 'Manual exam of breast',
# col == 89.37, 'Vital capacity determination',
# col == 89.38, 'Other nonoperative respiratory measurements',
# col == 89.39, 'Other nonoperative measurements and exams',
# col == 89.41, 'Cardiovascular stress test using treadmill',
# col == 89.42, 'Masters two-step stress test',
# col == 89.43, 'Cardiovascular stress test using bicycle ergometer',
# col == 89.44, 'Other cardiovascular stress test',
# col == 89.45, 'Artificial pacemaker rate check',
# col == 89.46, 'Artificial pacemaker artifact wave form check',
# col == 89.47, 'Artificial pacemaker electrode impedance check',
# col == 89.48, 'Artificial pacemaker voltage or amperage threshold check',
# col == 89.49, 'Automatic implantable cardioverter/defibrillator (aicd) check',
# col == 89.50, 'Ambulatory cardiac monitoring',
# col == 89.51, 'Rhythm electrocardiogram',
# col == 89.52, 'Electrocardiogram',
# col == 89.52, 'Electrocardiogram',
# col == 89.53, 'Vectorcardiogram (with ecg)',
# col == 89.54, 'Electrographic monitoring',
# col == 89.55, 'Phonocardiogram with ecg lead',
# col == 89.56, 'Carotid pulse tracing with ecg lead',
# col == 89.57, 'Apexcardiogram (with ecg lead)',
# col == 89.58, 'Plethysmogram',
# col == 89.59, 'Other nonoperative cardiac and vascular measurements',
# col == 89.60, 'Continuous intra-arterial blood gas monitoring',
# col == 89.61, 'Central Line, Systemic Arterial Pressure Monitoring',
# col == 89.61, 'Systemic arterial pressure monitoring',
# col == 89.61, '*Systemic Arterial Pressure Monitoring',
# col == 89.62, 'Central Line, Central Venous Pressure Monitoring',
# col == 89.62, 'Central venous pressure monitoring',
# col == 89.62, '*Central Venous Pressure Monitoring',
# col == 89.63, 'Central Line, Pulmonary Artery Pressure Monitoring',
# col == 89.63, 'Pulmonary artery pressure monitoring',
# col == 89.64, 'Central Line, Pulmonary Artery Wedge Monitoring',
# col == 89.64, 'Pulmonary artery wedge monitoring',
# col == 89.64, '*Pulmonary Artery Wedge Monitoring, Swan Ganz',
# col == 89.65, 'Measurement of systemic arterial blood gases',
# col == 89.66, 'Measurement of mixed venous blood gases',
# col == 89.67, 'Monitoring of cardiac output by oxygen consumption technique',
# col == 89.68, 'Monitoring of cardiac output by other technique',
# col == 89.69, 'Monitoring of coronary blood flow',
# col == 89.7, 'General physical exam',
# col == 89.8, 'Autopsy',
# col == 90.01, 'Microscopic exam from nervous system bacterial smear',
# col == 90.02, 'Microscopic exam from nervous system culture',
# col == 90.03, 'Microscopic exam from nervous system culture and sensitivity',
# col == 90.04, 'Microscopic exam from nervous system parasitology',
# col == 90.05, 'Microscopic exam from nervous system toxicology',
# col == 90.06, 'Microscopic exam from nervous system cell block and PAP',
# col == 90.09, 'Microscopic exam from nervous system other exam',
# col == 90.11, 'Microscopic exam from endocrine gland, NEC',
# col == 90.12, 'Microscopic exam from endocrine gland, NEC',
# col == 90.13, 'Microscopic exam from endocrine gland, NEC',
# col == 90.14, 'Microscopic exam from endocrine gland, NEC',
# col == 90.15, 'Microscopic exam from endocrine gland, NEC',
# col == 90.16, 'Microscopic exam from endocrine gland, NEC',
# col == 90.19, 'Microscopic exam from endocrine gland other exam',
# col == 90.21, 'Microscopic exam from eye, bacterial smear',
# col == 90.22, 'Microscopic exam from eye, culture',
# col == 90.23, 'Microscopic exam from eye; culture and sensitivity',
# col == 90.24, 'Microscopic exam from eye, parasitology',
# col == 90.25, 'Microscopic exam from eye; toxicology',
# col == 90.26, 'Microscopic exam from eye, cell block and papanicolaou smear',
# col == 90.29, 'Microscopic exam from eye; other microscopic exam',
# col == 90.31, 'Microscopic exam from ear, nose, throat, and larynx; bacterial smear',
# col == 90.32, 'Microscopic exam from ear, nose, throat, and larynx; culture',
# col == 90.33, 'Microscopic exam from ear, nose, throat, and larynx; culture/sensitivity',
# col == 90.34, 'Microscopic exam from ear, nose, throat, and larynx; parasitology',
# col == 90.35, 'Microscopic exam from ear, nose, throat, and larynx; toxicology',
# col == 90.36, 'Microscopic exam from ear, nose, throat, and larynx; cell block and PAP',
# col == 90.39, 'Microscopic exam from ear, nose, throat, and larynx; other exam',
# col == 90.41, 'Microscopic exam from thoracic region bacterial smear',
# col == 90.42, 'Microscopic exam from thoracic region culture',
# col == 90.43, 'Microscopic exam from thoracic region culture/sensitivity',
# col == 90.44, 'Microscopic exam from thoracic region parasitology',
# col == 90.45, 'Microscopic exam from thoracic region toxicology',
# col == 90.46, 'Microscopic exam from thoracic region cell block and PAP',
# col == 90.49, 'Microscopic exam from thoracic region other exam',
# col == 90.51, 'Microscopic exam of blood, bacterial smear',
# col == 90.52, 'Microscopic exam of blood, culture',
# col == 90.53, 'Microscopic exam of blood, culture and sensitivity',
# col == 90.54, 'Microscopic exam of blood, parasitology',
# col == 90.55, 'Microscopic exam of blood, toxicology',
# col == 90.56, 'Microscopic exam of blood, cell block and papanicolaou smear',
# col == 90.59, 'Microscopic exam rom musculoskeletal system and of joint fluid other exam',
# col == 90.61, 'Microscopic exam from spleen and of bone marrow, bacterial smear',
# col == 90.62, 'Microscopic exam from spleen and of bone marrow, culture',
# col == 90.63, 'Microscopic exam from spleen and of bone marrow, culture/sensitivity',
# col == 90.64, 'Microscopic exam from spleen and of bone marrow, parasitology',
# col == 90.65, 'Microscopic exam from spleen and of bone marrow, toxicology',
# col == 90.66, 'Microscopic exam from spleen and of bone marrow, cell block and PAP',
# col == 90.69, 'Microscopic exam from spleen and of bone marrow, other exam',
# col == 90.71, 'Microscopic exam from lymph node and of lymph, bacterial smear',
# col == 90.72, 'Microscopic exam from lymph node and of lymph, culture',
# col == 90.73, 'Microscopic exam from lymph node and of lymph, culture/sensitivity',
# col == 90.74, 'Microscopic exam from lymph node and of lymph, parasitology',
# col == 90.75, 'Microscopic exam from lymph node and of lymph, toxicology',
# col == 90.76, 'Microscopic exam from lymph node and of lymph, cell block and PAP',
# col == 90.79, 'Microscopic exam from lymph node and of lymph, other exam',
# col == 90.81, 'Microscopic exam from upper GI and vomitus bacterial smear',
# col == 90.82, 'Microscopic exam from upper GI and vomitus culture',
# col == 90.83, 'Microscopic exam from upper GI and vomitus culture/sensitivity',
# col == 90.84, 'Microscopic exam from upper GI and vomitus parasitology',
# col == 90.85, 'Microscopic exam from upper GI and vomitus toxicology',
# col == 90.86, 'Microscopic exam from upper GI and vomitus cell block and PAP',
# col == 90.89, 'Microscopic exam from upper GI and vomitus other exam',
# col == 90.91, 'Microscopic exam from lower GI and stool bacterial smear',
# col == 90.92, 'Microscopic exam from lower GI and stool culture',
# col == 90.93, 'Microscopic exam from lower GI and stool culture/sensitivity',
# col == 90.94, 'Microscopic exam from lower GI and stool parasitology',
# col == 90.95, 'Microscopic exam from lower GI and stool toxicology',
# col == 90.96, 'Microscopic exam from lower GI and stool cell block and PAP',
# col == 90.99, 'Microscopic exam from lower GI and stool other exam',
# col == 91.01, 'Microscopic exam from liver, biliary trace and pancreas; bacterial smear',
# col == 91.02, 'Microscopic exam from liver, biliary trace and pancreas; culture',
# col == 91.03, 'Microscopic exam from liver/biliary trace/pancreas; culture/sensitivity',
# col == 91.04, 'Microscopic exam from liver, biliary trace and pancreas; parasitology',
# col == 91.05, 'Microscopic exam from liver, biliary trace and pancreas; toxicology',
# col == 91.06, 'Microscopic exam from liver, biliary trace and pancreas; cell block/PAP',
# col == 91.09, 'Microscopic exam from liver, biliary trace and pancreas; other exam',
# col == 91.11, 'Microscopic exam of peritoneal/retroperitoneal specimen, bacterial smear',
# col == 91.12, 'Microscopic exam of peritoneal and retroperitoneal specimen; culture',
# col == 91.13, 'Microscopic exam peritoneal/retroperitoneal specimen; culture/sensitivity',
# col == 91.14, 'Microscopic exam of peritoneal and retroperitoneal specimen; parasitology',
# col == 91.15, 'Microscopic exam of peritoneal and retroperitoneal specimen; toxicology',
# col == 91.16, 'Microscopic exam of peritoneal/retroperitoneal specimen; cell block/PAP',
# col == 91.19, 'Microscopic exam of peritoneal and retroperitoneal specimen; other exam',
# col == 91.21, 'Microscopic exam from kidney/ureter/perirenal/periureteral bacterial smear',
# col == 91.22, 'Microscopic exam from kidney/ureter/perirenal/periureteral culture',
# col == 91.23, 'Microscopic exam kidney/ureter/perirenal/periureteral culture/sensitivity',
# col == 91.24, 'Microscopic exam from kidney/ureter/perirenal/periureteral parasitology',
# col == 91.25, 'Microscopic exam from kidney/ureter/perirenal/periureteral toxicology',
# col == 91.26, 'Microscopic exam kidney/ureter/perirenal/periureteral cell block and PAP',
# col == 91.29, 'Microscopic exam from kidney/ureter/perirenal/periureteral other exam',
# col == 91.31, 'Microscopic exam bladder/urethra/prostate/seminal vesicle bacterial smear',
# col == 91.32, 'Microscopic exam from bladder/urethra/prostate/seminal vesicle culture',
# col == 91.33, 'Microscopic exam bladder/urethra/prostate/seminal vesicle culture/sens',
# col == 91.34, 'Microscopic exam bladder/urethra/prostate/seminal vesicle parasitology',
# col == 91.35, 'Microscopic exam from bladder/urethra/prostate/seminal vesicle toxicology',
# col == 91.36, 'Microscopic exam bladder/urethra/prostate/seminal vesicle cell block/PAP',
# col == 91.39, 'Microscopic exam from bladder/urethra/prostate/seminal vesicle other exam',
# col == 91.41, 'Microscopic exam from female genital tract, bacterial smear',
# col == 91.42, 'Microscopic exam from female genital tract; culture',
# col == 91.43, 'Microscopic exam from female genital tract; culture/sensitivity',
# col == 91.44, 'Microscopic exam from female genital tract; parasitology',
# col == 91.45, 'Microscopic exam from female genital tract; toxicology',
# col == 91.46, 'Microscopic exam from female genital tract; cell block/PAP',
# col == 91.49, 'Microscopic exam from female genital tract; other exam',
# col == 91.51, 'Microscopic exam of musculoskeletal and joint fluid bacterial smear',
# col == 91.52, 'Microscopic exam of musculoskeletal and joint fluid culture',
# col == 91.53, 'Microscopic exam of musculoskeletal and joint fluid culture/sensitivity',
# col == 91.54, 'Microscopic exam of musculoskeletal and joint fluid parasitology',
# col == 91.55, 'Microscopic exam of musculoskeletal and joint fluid toxicology',
# col == 91.56, 'Microscopic exam of musculoskeletal and joint fluid cell block and PAP',
# col == 91.59, 'Microscopic exam of musculoskeletal and joint fluid other exam',
# col == 91.61, 'Microscopic exam from skin and other integument, bacterial smear',
# col == 91.62, 'Microscopic exam from skin and other integument; culture',
# col == 91.63, 'Microscopic exam from skin and other integument; culture/sensitivity',
# col == 91.64, 'Microscopic exam from skin and other integument; parasitology',
# col == 91.65, 'Microscopic exam from skin and other integument; toxicology',
# col == 91.66, 'Microscopic exam from skin and other integument; cell block/PAP',
# col == 91.69, 'Microscopic exam from skin and other integument; other exam',
# col == 91.71, 'Microscopic exam from operative wound, bacterial smear',
# col == 91.72, 'Microscopic exam from operative wound; culture',
# col == 91.73, 'Microscopic exam from operative wound; culture/sensitivity',
# col == 91.74, 'Microscopic exam from operative wound; parasitology',
# col == 91.75, 'Microscopic exam from operative wound; toxicology',
# col == 91.76, 'Microscopic exam from operative wound; cell block and PAP',
# col == 91.79, 'Microscopic exam from operative wound; other exam',
# col == 91.81, 'Microscopic exam from other site, bacterial smear',
# col == 91.82, 'Microscopic exam from other site; culture',
# col == 91.83, 'Microscopic exam from other site; culture and sensitivity',
# col == 91.84, 'Microscopic exam from other site; parasitology',
# col == 91.85, 'Microscopic exam from other site; toxicology',
# col == 91.86, 'Microscopic exam from other site; cell block and PAP',
# col == 91.89, 'Microscopic exam from other site; other exam',
# col == 91.91, 'Microscopic exam from unspecified site, bacterial smear',
# col == 91.92, 'Microscopic exam from unspecified site; culture',
# col == 91.93, 'Microscopic exam from unspecified site; culture/sensitivity',
# col == 91.94, 'Microscopic exam from unspecified site; parasitology',
# col == 91.95, 'Microscopic exam from unspecified site; toxicology',
# col == 91.96, 'Microscopic exam from unspecified site; cell block and PAP',
# col == 91.99, 'Microscopic exam from unspecified site; other exam',
# col == 92.01, 'Thyroid scan and radioisotope function studies',
# col == 92.02, 'Liver scan and radioisotope function study',
# col == 92.03, 'Renal scan and radioisotope function study',
# col == 92.04, 'Gastrointestinal scan and radioisotope function study',
# col == 92.05, 'Cardiovascular and hematopoietic scan and radioisotope function study',
# col == 92.09, 'Other radioisotope function studies',
# col == 92.11, 'Cerebral scan',
# col == 92.12, 'Scan of other sites of head',
# col == 92.13, 'Parathyroid scan',
# col == 92.14, 'Bone scan',
# col == 92.15, 'Pulmonary scan',
# col == 92.16, 'Scan of lymphatic system',
# col == 92.17, 'Placental scan',
# col == 92.18, 'Total body scan',
# col == 92.19, 'Scan of other sites',
# col == 92.20, 'Infusion of liquid brachytherapy radioisotope',
# col == 92.21, 'Superficial radiation',
# col == 92.22, 'Orthovoltage radiation',
# col == 92.23, 'Radioisotopic teleradiotherapy',
# col == 92.24, 'Teleradiotherapy using photons',
# col == 92.25, 'Teleradiotherapy using electrons',
# col == 92.26, 'Teleradiotherapy of other particulate radiation',
# col == 92.27, 'Implantation or insertion of radioactive elements',
# col == 92.28, 'Injection or instillation of radioisotopes',
# col == 92.29, 'Other radiotherapeutic procedure',
# col == 92.30, 'Stereotactic radiosurgery, not otherwise specified',
# col == 92.31, 'Single source photon radiosurgery',
# col == 92.32, 'Multi-source photon radiosurgery',
# col == 92.33, 'Particulate radiosurgery',
# col == 92.39, 'Stereotactic radiosurgery, not elsewhere classified',
# col == 92.41, 'Intra-operative electron radiation therapy',
# col == 93.01, 'Functional evaluation',
# col == 93.02, 'Orthotic evaluation',
# col == 93.03, 'Prosthetic evaluation',
# col == 93.04, 'Manual testing of muscle function',
# col == 93.05, 'Range of motion testing',
# col == 93.06, 'Measurement of limb length',
# col == 93.07, 'Body measurement',
# col == 93.08, 'Electromyography',
# col == 93.09, 'Other diagnostic physical therapy procedure',
# col == 93.11, 'Assisting exercise',
# col == 93.12, 'Other active musculoskeletal exercise',
# col == 93.13, 'Resistive exercise',
# col == 93.14, 'Training in joint movements',
# col == 93.15, 'Mobilization of spine',
# col == 93.16, 'Mobilization of other joints',
# col == 93.17, 'Other passive musculoskeletal exercise',
# col == 93.18, 'Breathing exercise',
# col == 93.19, 'Exercise, not elsewhere classified',
# col == 93.21, 'Manual and mechanical traction',
# col == 93.22, 'Ambulation and gait training',
# col == 93.23, 'Fitting of orthotic device',
# col == 93.24, 'Training in use of prosthetic or orthotic device',
# col == 93.25, 'Forced extension of limb',
# col == 93.26, 'Manual rupture of joint adhesions',
# col == 93.27, 'Stretching of muscle or tendon',
# col == 93.28, 'Stretching of fascia',
# col == 93.29, 'Other forcible correction of deformity',
# col == 93.31, 'Assisted exercise in pool',
# col == 93.32, 'Whirlpool treatment',
# col == 93.33, 'Other hydrotherapy',
# col == 93.34, 'Diathermy',
# col == 93.35, 'Other heat therapy',
# col == 93.36, 'Cardiac retraining',
# col == 93.37, 'Prenatal training',
# col == 93.38, 'Combined physical therapy without mention of the components',
# col == 93.39, 'Other physical therapy',
# col == 93.41, 'Spinal traction using skull device',
# col == 93.41, 'Traction, Spinal, Skull Device',
# col == 93.42, 'Other spinal traction',
# col == 93.43, 'Intermittent skeletal traction',
# col == 93.44, 'Other skeletal traction',
# col == 93.44, 'Traction, Skeletal, Other',
# col == 93.45, 'Thomas splint traction',
# col == 93.46, 'Other skin traction of limbs',
# col == 93.46, 'Other Skin Traction of Limbs',
# col == 93.51, 'Application of plaster jacket',
# col == 93.51, 'Application, Cast, Plaster Jacket',
# col == 93.52, 'Application of neck support',
# col == 93.53, 'Application of other cast',
# col == 93.53, 'Application of Other Cast',
# col == 93.54, 'Application of splint',
# col == 93.54, 'Application of Splint',
# col == 93.55, 'Dental wiring',
# col == 93.55, 'Wiring, Dental',
# col == 93.56, 'Application of pressure dressing',
# col == 93.57, 'Application of other wound dressing',
# col == 93.58, 'Application of pressure trousers',
# col == 93.59, 'Other immobilization, pressure, and attention to wound',
# col == 93.59, 'Immobilization/Pressure/Attention, Wound, Other',
# col == 93.61, 'Osteopathic manipulative treatment for general mobilization',
# col == 93.62, 'Osteopathic manipulative treatment using high-velocity low-amp forces',
# col == 93.63, 'Osteopathic manipulative treatment using low-velocity high-amp forces',
# col == 93.64, 'Osteopathic manipulative treatment using isotonic, isometric forces',
# col == 93.65, 'Osteopathic manipulative treatment using indirect forces',
# col == 93.66, 'Osteopathic manipulative treatment to move tissue fluids',
# col == 93.67, 'Other specified osteopathic manipulative treatment',
# col == 93.71, 'Dyslexia training',
# col == 93.72, 'Dysphasia training',
# col == 93.73, 'Esophageal speech training',
# col == 93.74, 'Speech defect training',
# col == 93.75, 'Other speech training and therapy',
# col == 93.76, 'Training in use of lead dog for the blind',
# col == 93.77, 'Training in braille or moon',
# col == 93.78, 'Other rehabilitation for the blind',
# col == 93.81, 'Recreation therapy',
# col == 93.82, 'Educational therapy',
# col == 93.83, 'Occupational therapy',
# col == 93.84, 'Music therapy',
# col == 93.85, 'Vocational rehabilitation',
# col == 93.89, 'Rehabilitation, not elsewhere classified',
# col == 93.90, 'Non-invasive mechanical ventilation',
# col == 93.91, 'Intermittent positive pressure breathing [ippb]',
# col == 93.93, 'Nonmechanical methods of resuscitation',
# col == 93.94, 'Respiratory medication administered by nebulizer',
# col == 93.95, 'Hyperbaric oxygenation',
# col == 93.96, 'Other oxygen enrichment',
# col == 93.97, 'Decompression chamber',
# col == 93.98, 'Other control of atmospheric pressure and composition',
# col == 93.99, 'Other respiratory procedures',
# col == 93.99, 'Other Respiratory Procedures',
# col == 94.01, 'Administration of intelligence test',
# col == 94.02, 'Administration of psychologic test',
# col == 94.03, 'Character analysis',
# col == 94.08, 'Other psychologic evaluation and testing',
# col == 94.09, 'Psychologic mental status determination, not otherwise specified',
# col == 94.11, 'Psychiatric mental status determination',
# col == 94.12, 'Routine psychiatric visit, not otherwise specified',
# col == 94.13, 'Psychiatric commitment evaluation',
# col == 94.19, 'Other psychiatric interview and evaluation',
# col == 94.21, 'Narcoanalysis',
# col == 94.22, 'Lithium therapy',
# col == 94.23, 'Neuroleptic therapy',
# col == 94.24, 'Chemical shock therapy',
# col == 94.25, 'Other psychiatric drug therapy',
# col == 94.26, 'Subconvulsive electroshock therapy',
# col == 94.27, 'Other electroshock therapy',
# col == 94.29, 'Other psychiatric somatotherapy',
# col == 94.31, 'Psychoanalysis',
# col == 94.32, 'Hypnotherapy',
# col == 94.33, 'Behavior therapy',
# col == 94.34, 'Individual therapy for psychosexual dysfunction',
# col == 94.35, 'Crisis intervention',
# col == 94.36, 'Play psychotherapy',
# col == 94.37, 'Exploratory verbal psychotherapy',
# col == 94.38, 'Supportive verbal psychotherapy',
# col == 94.39, 'Other individual psychotherapy',
# col == 94.41, 'Group therapy for psychosexual dysfunction',
# col == 94.42, 'Family therapy',
# col == 94.43, 'Psychodrama',
# col == 94.44, 'Other group therapy',
# col == 94.45, 'Drug addiction counseling',
# col == 94.46, 'Alcoholism counseling',
# col == 94.49, 'Other counseling',
# col == 94.51, 'Referral for psychotherapy',
# col == 94.52, 'Referral for psychiatric aftercare',
# col == 94.53, 'Referral for alcoholism rehabilitation',
# col == 94.54, 'Referral for drug addiction rehabilitation',
# col == 94.55, 'Referral for vocational rehabilitation',
# col == 94.59, 'Referral for other psychologic rehabilitation',
# col == 94.61, 'Alcohol rehabilitation',
# col == 94.62, 'Alcohol detoxification',
# col == 94.63, 'Alcohol rehabilitation and detoxification',
# col == 94.64, 'Drug rehabilitation',
# col == 94.65, 'Drug detoxification',
# col == 94.66, 'Drug rehabilitation and detoxification',
# col == 94.67, 'Combined alcohol and drug rehabilitation',
# col == 94.68, 'Combined alcohol and drug detoxification',
# col == 94.69, 'Combined alcohol and drug rehabilitation and detoxification',
# col == 95.01, 'Limited eye exam',
# col == 95.02, 'Comprehensive eye exam',
# col == 95.03, 'Extended ophthalmologic work-up',
# col == 95.04, 'Eye exam under anesthesia',
# col == 95.05, 'Visual field study',
# col == 95.06, 'Color vision study',
# col == 95.07, 'Dark adaptation study',
# col == 95.09, 'Eye exam, not otherwise specified',
# col == 95.11, 'Fundus photography',
# col == 95.12, 'Fluorescein angiography or angioscopy of eye',
# col == 95.13, 'Ultrasound study of eye',
# col == 95.14, 'X-ray study of eye',
# col == 95.15, 'Ocular motility study',
# col == 95.16, 'P32 and other tracer studies of eye',
# col == 95.21, 'Electroretinogram [erg]',
# col == 95.22, 'Electro-oculogram [eog]',
# col == 95.23, 'Visual evoked potential [vep]',
# col == 95.24, 'Electronystagmogram [eng]',
# col == 95.25, 'Electromyogram of eye [emg]',
# col == 95.26, 'Tonography, provocative tests, and other glaucoma testing',
# col == 95.31, 'Fitting and dispensing of spectacles',
# col == 95.32, 'Prescription, fitting, and dispensing of contact lens',
# col == 95.33, 'Dispensing of other low vision aids',
# col == 95.34, 'Ocular prosthetics',
# col == 95.35, 'Orthoptic training',
# col == 95.36, 'Ophthalmologic counseling and instruction',
# col == 95.41, 'Audiometry',
# col == 95.42, 'Clinical test of hearing',
# col == 95.43, 'Audiological evaluation',
# col == 95.44, 'Clinical vestibular function tests',
# col == 95.45, 'Rotation tests',
# col == 95.46, 'Other auditory and vestibular function tests',
# col == 95.47, 'Hearing exam, not otherwise specified',
# col == 95.48, 'Fitting of hearing aid',
# col == 95.49, 'Other nonoperative procedures related to hearing',
# col == 96.01, 'Insertion of nasopharyngeal airway',
# col == 96.02, 'Insertion of oropharyngeal airway',
# col == 96.03, 'Insertion of esophageal obturator airway',
# col == 96.04, 'Insertion of Endotracheal Tube',
# col == 96.04, 'Insertion of endotracheal tube',
# col == 96.04, '*Insertion of Endotracheal Tube',
# col == 96.05, 'Insertion of King Airway, Laryngeal Mask Airway (LMA), or Combi-Tube',
# col == 96.05, 'Other intubation of respiratory tract',
# col == 96.05, '*Insertion of King Airway, Laryngeal Mask Airway (LMA), or Combi-Tube',
# col == 96.06, 'Insertion of sengstaken tube',
# col == 96.07, 'Insertion of other (naso-)gastric tube',
# col == 96.07, 'Insertion of Other (naso) Gastric Tube',
# col == 96.08, 'Insertion of (naso-)intestinal tube',
# col == 96.09, 'Insertion of rectal tube',
# col == 96.11, 'Packing of external auditory canal',
# col == 96.14, 'Vaginal packing',
# col == 96.15, 'Insertion of vaginal mold',
# col == 96.16, 'Other vaginal dilation',
# col == 96.17, 'Insertion of vaginal diaphragm',
# col == 96.18, 'Insertion of other vaginal pessary',
# col == 96.19, 'Rectal packing',
# col == 96.21, 'Dilation of frontonasal duct',
# col == 96.22, 'Dilation of rectum',
# col == 96.23, 'Dilation of anal sphincter',
# col == 96.24, 'Dilation and manipulation of enterostomy stoma',
# col == 96.25, 'Therapeutic distention of bladder',
# col == 96.26, 'Manual reduction of rectal prolapse',
# col == 96.27, 'Manual reduction of hernia',
# col == 96.28, 'Manual reduction of enterostomy prolapse',
# col == 96.29, 'Reduction with intussusception of alimentary tract',
# col == 96.31, 'Gastric cooling',
# col == 96.32, 'Gastric freezing',
# col == 96.33, 'Gastric lavage',
# col == 96.34, 'Other irrigation of (naso-)gastric tube',
# col == 96.35, 'Gastric gavage',
# col == 96.36, 'Irrigation of gastrostomy or enterostomy',
# col == 96.37, 'Proctoclysis',
# col == 96.38, 'Removal of impacted feces',
# col == 96.39, 'Other transanal enema',
# col == 96.41, 'Irrigation of cholecystostomy and other biliary tube',
# col == 96.42, 'Irrigation of pancreatic tube',
# col == 96.43, 'Digestive tract instillation, except gastric gavage',
# col == 96.44, 'Vaginal douche',
# col == 96.45, 'Irrigation of nephrostomy and pyelostomy',
# col == 96.46, 'Irrigation of ureterostomy and ureteral catheter',
# col == 96.47, 'Irrigation of cystostomy',
# col == 96.48, 'Irrigation of other indwelling urinary catheter',
# col == 96.49, 'Other genitourinary instillation',
# col == 96.51, 'Irrigation of eye',
# col == 96.52, 'Irrigation of ear',
# col == 96.53, 'Irrigation of nasal passages',
# col == 96.54, 'Dental scaling, polishing, and debridement',
# col == 96.55, 'Tracheostomy toilette',
# col == 96.56, 'Other lavage of bronchus and trachea',
# col == 96.57, 'Irrigation of vascular catheter',
# col == 96.58, 'Irrigation of wound catheter',
# col == 96.59, 'Other irrigation of wound',
# col == 96.59, 'Irrigation, Wound, Other',
# col == 96.6, 'Enteral infusion of concentrated nutritional substances',
# col == 96.6, 'Enteral Infusion of Concentrated-Nutritional Substances',
# col == 96.70, 'Continuous invasive mechanical ventilation of unspecified duration',
# col == 96.70, 'Ventilation, Continuous Mechanical, Unspecified Duration',
# col == 96.71, 'Continuous invasive mechanical ventilation for < 96 consecutive hrs',
# col == 96.71, '*Ventilation, Continuous Mechanical, < 96 Consecutive Hours',
# col == 96.72, 'Continuous invasive mechanical ventilation for >= 96 consecutive hrs',
# col == 96.72, '*Ventilation, Continuous Mechanical, > 96 Consecutive Hours',
# col == 97.01, 'Replacement of (naso-)gastric or esophagostomy tube',
# col == 97.02, 'Replacement of gastrostomy tube',
# col == 97.03, 'Replacement of tube or enterostomy device of small intestine',
# col == 97.04, 'Replacement of tube or enterostomy device of large intestine',
# col == 97.05, 'Replacement of stent (tube) in biliary or pancreatic duct',
# col == 97.11, 'Replacement of cast on upper limb',
# col == 97.12, 'Replacement of cast on lower limb',
# col == 97.13, 'Replacement of other cast',
# col == 97.14, 'Replacement of other device for musculoskeletal immobilization',
# col == 97.15, 'Replacement of wound catheter',
# col == 97.16, 'Replacement of wound packing or drain',
# col == 97.21, 'Replacement of nasal packing',
# col == 97.22, 'Replacement of dental packing',
# col == 97.23, 'Replacement of tracheostomy tube',
# col == 97.24, 'Replacement and refitting of vaginal diaphragm',
# col == 97.25, 'Replacement of other vaginal pessary',
# col == 97.26, 'Replacement of vaginal or vulvar packing or drain',
# col == 97.29, 'Other nonoperative replacements',
# col == 97.31, 'Removal of eye prosthesis',
# col == 97.32, 'Removal of nasal packing',
# col == 97.33, 'Removal of dental wiring',
# col == 97.34, 'Removal of dental packing',
# col == 97.35, 'Removal of dental prosthesis',
# col == 97.36, 'Removal of other external mandibular fixation device',
# col == 97.37, 'Removal of tracheostomy tube',
# col == 97.38, 'Removal of sutures from head and neck',
# col == 97.39, 'Removal of other therapeutic device from head and neck',
# col == 97.41, 'Removal of thoracotomy tube or pleural cavity drain',
# col == 97.42, 'Removal of mediastinal drain',
# col == 97.43, 'Removal of sutures from thorax',
# col == 97.44, 'Nonoperative removal of heart assist system',
# col == 97.44, 'Removal, Heart Assist System (Nonoperative)',
# col == 97.49, 'Removal of other device from thorax',
# col == 97.51, 'Removal of gastrostomy tube',
# col == 97.52, 'Removal of tube from small intestine',
# col == 97.53, 'Removal of tube from large intestine or appendix',
# col == 97.54, 'Removal of cholecystostomy tube',
# col == 97.55, 'Removal of t-tube, other bile duct tube, or liver tube',
# col == 97.56, 'Removal of pancreatic tube or drain',
# col == 97.59, 'Removal of other device from digestive system',
# col == 97.61, 'Removal of pyelostomy and nephrostomy tube',
# col == 97.62, 'Removal of ureterostomy tube and ureteral catheter',
# col == 97.63, 'Removal of cystostomy tube',
# col == 97.64, 'Removal of other urinary drainage device',
# col == 97.65, 'Removal of urethral stent',
# col == 97.69, 'Removal of other device from urinary system',
# col == 97.71, 'Removal of intrauterine contraceptive device',
# col == 97.72, 'Removal of intrauterine pack',
# col == 97.73, 'Removal of vaginal diaphragm',
# col == 97.74, 'Removal of other vaginal pessary',
# col == 97.75, 'Removal of vaginal or vulva packing',
# col == 97.79, 'Removal of other device from genital tract',
# col == 97.81, 'Removal of retroperitoneal drainage device',
# col == 97.82, 'Removal of peritoneal drainage device',
# col == 97.83, 'Removal of abdominal wall sutures',
# col == 97.84, 'Removal of sutures from trunk, not elsewhere classified',
# col == 97.85, 'Removal of packing from trunk, not elsewhere classified',
# col == 97.86, 'Removal of other device from abdomen',
# col == 97.87, 'Removal of other device from trunk',
# col == 97.88, 'Removal of external immobilization device',
# col == 97.89, 'Removal of other therapeutic device',
# col == 98.01, 'Removal of intraluminal foreign body from mouth without incision',
# col == 98.02, 'Removal of intraluminal foreign body from esophagus without incision',
# col == 98.03, 'Removal intraluminal foreign body in stomach/small intestine w/o incision',
# col == 98.04, 'Removal of intraluminal foreign body from large intestine without incision',
# col == 98.05, 'Removal of intraluminal foreign body from rectum and anus without incision',
# col == 98.11, 'Removal of intraluminal foreign body from ear without incision',
# col == 98.12, 'Removal of intraluminal foreign body from nose without incision',
# col == 98.13, 'Removal of intraluminal foreign body from pharynx without incision',
# col == 98.14, 'Removal of intraluminal foreign body from larynx without incision',
# col == 98.15, 'Removal intraluminal foreign body in trachea/bronchus w/o incision',
# col == 98.16, 'Removal of intraluminal foreign body from uterus without incision',
# col == 98.17, 'Removal of intraluminal foreign body from vagina without incision',
# col == 98.18, 'Removal of intraluminal foreign body from artificial stoma w/o incision',
# col == 98.19, 'Removal of intraluminal foreign body from urethra without incision',
# col == 98.20, 'Removal of foreign body, not otherwise specified',
# col == 98.21, 'Removal of superficial foreign body from eye without incision',
# col == 98.22, 'Removal of other foreign body without incision from head and neck',
# col == 98.23, 'Removal foreign body in vulva of other therapeutic/prophylactic substance',
# col == 98.24, 'Removal of foreign body from scrotum or penis without incision',
# col == 98.25, 'Removal other foreign body w/ incision trunk except scrotum/penis/vulva',
# col == 98.26, 'Removal of foreign body from hand without incision',
# col == 98.27, 'Removal of foreign body without incision from upper limb, except hand',
# col == 98.28, 'Removal of foreign body from foot without incision',
# col == 98.29, 'Removal of foreign body without incision from lower limb, except foot',
# col == 98.29, 'Removal, Foreign Body, Lower Limb, w/o Incision',
# col == 98.51, 'Extracorporeal shockwave lithotripsy of the kidney, ureter and/or bladder',
# col == 98.52, 'Extracorporeal shockwave lithotripsy of the gallbladder and/opr bile duct',
# col == 98.59, 'Extracorporeal shockwave lithotripsy [eswl] of other sites',
# col == 99.00, 'Perioperative autologous transfusion of whole blood or blood components',
# col == 99.01, 'Exchange transfusion',
# col == 99.02, 'Transfusion of previously collected autologous blood',
# col == 99.03, 'Other transfusion of whole blood',
# col == 99.04, 'Transfusion of packed cells',
# col == 99.04, 'Transfusion of Packed Cells',
# col == 99.05, 'Transfusion of platelets',
# col == 99.05, 'Transfusion of Platelets',
# col == 99.06, 'Transfusion of coagulation factors',
# col == 99.07, 'Transfusion of other serum',
# col == 99.08, 'Transfusion of blood expander',
# col == 99.09, 'Transfusion of other substance',
# col == 99.10, 'Injection or infusion of thrombolytic agent',
# col == 99.11, 'Injection of rh immune globulin',
# col == 99.12, 'Immunization for allergy',
# col == 99.13, 'Immunization for autoimmune disease',
# col == 99.14, 'Injection or infusion of immunoglobulin',
# col == 99.15, 'Parenteral infusion of concentrated nutritional substances',
# col == 99.16, 'Injection of antidote',
# col == 99.17, 'Injection of insulin',
# col == 99.18, 'Injection or infusion of electrolytes',
# col == 99.19, 'Injection of anticoagulant',
# col == 99.2, 'Injection or Infusion of Other Theraputic or Prophylactic Substance',
# col == 99.20, 'Injection or infusion of platelet inhibitor',
# col == 99.21, 'Injection of antibiotic',
# col == 99.22, 'Injection of other anti-infective',
# col == 99.23, 'Injection of steroid',
# col == 99.24, 'Injection of other hormone',
# col == 99.25, 'Injection or infusion of cancer chemotherapeutic substance',
# col == 99.26, 'Injection of tranquilizer',
# col == 99.27, 'Iontophoresis',
# col == 99.28, 'Injection or infusion of biological response modifier antineoplastic agent',
# col == 99.29, 'Injection or infusion of other therapeutic or prophylactic substance',
# col == 99.29, 'Injection or Transfusion of Other Therapeutic or Prophylactic Substance',
# col == 99.31, 'Vaccination against cholera',
# col == 99.32, 'Vaccination against typhoid and paratyphoid fever',
# col == 99.33, 'Vaccination against tuberculosis',
# col == 99.34, 'Vaccination against plague',
# col == 99.35, 'Vaccination against tularemia',
# col == 99.36, 'Administration of diphtheria toxoid',
# col == 99.37, 'Vaccination against pertussis',
# col == 99.38, 'Administration of tetanus toxoid',
# col == 99.39, 'Administration of diphtheria-tetanus-pertussis, combined',
# col == 99.41, 'Administration of poliomyelitis vaccine',
# col == 99.42, 'Vaccination against smallpox',
# col == 99.43, 'Vaccination against yellow fever',
# col == 99.44, 'Vaccination against rabies',
# col == 99.45, 'Vaccination against measles',
# col == 99.46, 'Vaccination against mumps',
# col == 99.47, 'Vaccination against rubella',
# col == 99.48, 'Administration of measles-mumps-rubella vaccine',
# col == 99.51, 'Prophylactic vaccination against the common cold',
# col == 99.52, 'Prophylactic vaccination against influenza',
# col == 99.53, 'Prophylactic vaccination against arthropod-borne viral encephalitis',
# col == 99.54, 'Prophylactic vaccination against other arthropod-borne viral diseases',
# col == 99.55, 'Prophylactic administration of vaccine against other disease',
# col == 99.56, 'Administration of tetanus antitoxin',
# col == 99.57, 'Administration of botulism antitoxin',
# col == 99.58, 'Administration of other antitoxins',
# col == 99.59, 'Other vaccination and inoculation',
# col == 99.60, 'CPR, Not Otherwise Specified',
# col == 99.60, 'Cardiopulmonary resuscitation, not otherwise specified',
# col == 99.60, '*Cardiopulmonary Resuscitation, Not Otherwise Specified',
# col == 99.61, 'Atrial cardioversion',
# col == 99.62, 'Other electric countershock of heart',
# col == 99.62, 'Other Electric Countershock of Heart',
# col == 99.63, 'Closed chest cardiac massage',
# col == 99.63, 'Closed Chest Cardiac Massage',
# col == 99.64, 'Carotid sinus stimulation',
# col == 99.69, 'Other conversion of cardiac rhythm',
# col == 99.71, 'Therapeutic plasmapheresis',
# col == 99.72, 'Therapeutic leukopheresis',
# col == 99.73, 'Therapeutic erythrocytapheresis',
# col == 99.74, 'Therapeutic plateletpheresis',
# col == 99.75, 'Administration of neuroprotective agent',
# col == 99.76, 'Extracorporeal immunoadsorption',
# col == 99.77, 'Application or administration of adhesion barrier substance',
# col == 99.78, 'Aquapheresis',
# col == 99.79, 'Therapeutic apheresis/other inject/administration/infusion other therapy',
# col == 99.81, 'Hypothermia (central) (local)',
# col == 99.82, 'Ultraviolet light therapy',
# col == 99.83, 'Other phototherapy',
# col == 99.84, 'Isolation',
# col == 99.85, 'Hyperthermia for treatment of cancer',
# col == 99.86, 'Non-invasive placement of bone growth stimulator',
# col == 99.88, 'Therapeutic photopheresis',
# col == 99.91, 'Acupuncture for anesthesia',
# col == 99.92, 'Other acupuncture',
# col == 99.93, 'Rectal massage (for levator spasm)',
# col == 99.94, 'Prostatic massage',
col == 99.95, 'Stretching of foreskin',
col == 99.96, 'Collection of sperm for artificial insemination',
col == 99.97, 'Fitting of denture',
col == 99.98, 'Extraction of milk from lactating breast',
col == 99.99, 'Other miscellaneous procedures',
default = "Unknown")
return(col_value)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.