export declare const ReportTypeCode: { /** * Report Justifying Treatment Beyond Utilization Guidelines */ readonly C03: "03"; /** * Drugs Administered */ readonly C04: "04"; /** * Treatment Diagnosis */ readonly C05: "05"; /** * Initial Assessment */ readonly C06: "06"; /** * Functional Goals */ readonly C07: "07"; /** * Plan of Treatment */ readonly C08: "08"; /** * Progress Report */ readonly C09: "09"; /** * Continued Treatment */ readonly C10: "10"; /** * Chemical Analysis */ readonly C11: "11"; /** * Certified Test Report */ readonly C13: "13"; /** * Justification for Admission */ readonly C15: "15"; /** * Recovery Plan */ readonly C21: "21"; /** * Allergies/Sensitivities Document */ readonly Ca3: "A3"; /** * Autopsy Report */ readonly Ca4: "A4"; /** * Ambulance Certification */ readonly Cam: "AM"; /** * Admission Summary */ readonly Cas: "AS"; /** * Prescription */ readonly Cb2: "B2"; /** * Physician Order */ readonly Cb3: "B3"; /** * Referral Form */ readonly Cb4: "B4"; /** * Benchmark Testing Results */ readonly Cbr: "BR"; /** * Baseline */ readonly Cbs: "BS"; /** * Blanket Test Results */ readonly Cbt: "BT"; /** * Chiropractic Justification */ readonly Ccb: "CB"; /** * Consent Form(s) */ readonly Cck: "CK"; /** * Certification */ readonly Cct: "CT"; /** * Drug Profile Document */ readonly Cd2: "D2"; /** * Dental Models */ readonly Cda: "DA"; /** * Durable Medical Equipment Prescription */ readonly Cdb: "DB"; /** * Diagnostic Report */ readonly Cdg: "DG"; /** * Discharge Monitoring Report */ readonly Cdj: "DJ"; /** * Discharge Summary */ readonly Cds: "DS"; /** * Explanation of Benefits (Coordination of Benefits or Medicare Secondary Payor) */ readonly Ceb: "EB"; /** * Health Certificate */ readonly Chc: "HC"; /** * Health Clinic Records */ readonly Chr: "HR"; /** * Immunization Record */ readonly Ci5: "I5"; /** * State School Immunization Records */ readonly Cir: "IR"; /** * Laboratory Results */ readonly Cla: "LA"; /** * Medical Record Attachment */ readonly Cm1: "M1"; /** * Models */ readonly Cmt: "MT"; /** * Nursing Notes */ readonly Cnn: "NN"; /** * Operative Note */ readonly Cob: "OB"; /** * Oxygen Content Averaging Report */ readonly Coc: "OC"; /** * Orders and Treatments Document */ readonly Cod: "OD"; /** * Objective Physical Examination (including vital signs) Document */ readonly Coe: "OE"; /** * Oxygen Therapy Certification */ readonly Cox: "OX"; /** * Support Data for Claim */ readonly Coz: "OZ"; /** * Pathology Report */ readonly Cp4: "P4"; /** * Patient Medical History Document */ readonly Cp5: "P5"; /** * Parenteral or Enteral Certification */ readonly Cpe: "PE"; /** * Physical Therapy Notes */ readonly Cpn: "PN"; /** * Prosthetics or Orthotic Certification */ readonly Cpo: "PO"; /** * Paramedical Results */ readonly Cpq: "PQ"; /** * Physician's Report */ readonly Cpy: "PY"; /** * Physical Therapy Certification */ readonly Cpz: "PZ"; /** * Radiology Films */ readonly Crb: "RB"; /** * Radiology Reports */ readonly Crr: "RR"; /** * Report of Tests and Analysis Report */ readonly Crt: "RT"; /** * Renewable Oxygen Content Averaging Report */ readonly Crx: "RX"; /** * Symptoms Document */ readonly Csg: "SG"; /** * Death Notification */ readonly Cv5: "V5"; /** * Photographs */ readonly Cxp: "XP"; }; export type ReportTypeCode = (typeof ReportTypeCode)[keyof typeof ReportTypeCode];