feat: add New Adult Patient (Limited exam+1PA) combo with D0140, D0220
This commit is contained in:
@@ -131,6 +131,11 @@ export const PROCEDURE_COMBOS: Record<
|
||||
label: "New Patient (Limited exam+Pano)",
|
||||
codes: ["D0140", "D0330"],
|
||||
},
|
||||
newAdultPatientLimited1PA: {
|
||||
id: "newAdultPatientLimited1PA",
|
||||
label: "New Adult Patient (Limited exam+1PA)",
|
||||
codes: ["D0140", "D0220"],
|
||||
},
|
||||
|
||||
//Compostie
|
||||
oneSurfCompFront: {
|
||||
@@ -318,6 +323,7 @@ export const COMBO_CATEGORIES: Record<
|
||||
"newAdultPatientPano",
|
||||
"newAdultPatientFMX",
|
||||
"newPatientLimitedPano",
|
||||
"newAdultPatientLimited1PA",
|
||||
],
|
||||
"Composite Fillings (Front)": [
|
||||
"oneSurfCompFront",
|
||||
|
||||
Reference in New Issue
Block a user