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)",
|
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user