feat: add New Patient (Limited exam+Pano) combo with D0140, D0330
This commit is contained in:
@@ -126,6 +126,11 @@ export const PROCEDURE_COMBOS: Record<
|
|||||||
label: "New Adult Patient (FMX)",
|
label: "New Adult Patient (FMX)",
|
||||||
codes: ["D0150", "D0210", "D1110"],
|
codes: ["D0150", "D0210", "D1110"],
|
||||||
},
|
},
|
||||||
|
newPatientLimitedPano: {
|
||||||
|
id: "newPatientLimitedPano",
|
||||||
|
label: "New Patient (Limited exam+Pano)",
|
||||||
|
codes: ["D0140", "D0330"],
|
||||||
|
},
|
||||||
|
|
||||||
//Compostie
|
//Compostie
|
||||||
oneSurfCompFront: {
|
oneSurfCompFront: {
|
||||||
@@ -312,6 +317,7 @@ export const COMBO_CATEGORIES: Record<
|
|||||||
"newChildPatient",
|
"newChildPatient",
|
||||||
"newAdultPatientPano",
|
"newAdultPatientPano",
|
||||||
"newAdultPatientFMX",
|
"newAdultPatientFMX",
|
||||||
|
"newPatientLimitedPano",
|
||||||
],
|
],
|
||||||
"Composite Fillings (Front)": [
|
"Composite Fillings (Front)": [
|
||||||
"oneSurfCompFront",
|
"oneSurfCompFront",
|
||||||
|
|||||||
Reference in New Issue
Block a user