feat: add New Adult Patient (Limited exam+1PA) combo with D0140, D0220

This commit is contained in:
Gitead
2026-04-18 22:17:29 -04:00
parent 51d1fe0109
commit 25809d8802

View File

@@ -131,6 +131,11 @@ export const PROCEDURE_COMBOS: Record<
label: "New Patient (Limited exam+Pano)", label: "New Patient (Limited exam+Pano)",
codes: ["D0140", "D0330"], codes: ["D0140", "D0330"],
}, },
newAdultPatientLimited1PA: {
id: "newAdultPatientLimited1PA",
label: "New Adult Patient (Limited exam+1PA)",
codes: ["D0140", "D0220"],
},
//Compostie //Compostie
oneSurfCompFront: { oneSurfCompFront: {
@@ -318,6 +323,7 @@ export const COMBO_CATEGORIES: Record<
"newAdultPatientPano", "newAdultPatientPano",
"newAdultPatientFMX", "newAdultPatientFMX",
"newPatientLimitedPano", "newPatientLimitedPano",
"newAdultPatientLimited1PA",
], ],
"Composite Fillings (Front)": [ "Composite Fillings (Front)": [
"oneSurfCompFront", "oneSurfCompFront",