fix: MH eligibility selenium integration and patient data extraction
This commit is contained in:
@@ -169,6 +169,23 @@ export const PROCEDURE_COMBOS: Record<
|
||||
codes: ["D2394"],
|
||||
},
|
||||
|
||||
// Pedo
|
||||
pedoSealants: {
|
||||
id: "pedoSealants",
|
||||
label: "Sealants",
|
||||
codes: ["D1351"],
|
||||
},
|
||||
pedoPulpotomy: {
|
||||
id: "pedoPulpotomy",
|
||||
label: "Pulpotomy",
|
||||
codes: ["D3220"],
|
||||
},
|
||||
pedoSSCrown: {
|
||||
id: "pedoSSCrown",
|
||||
label: "Stainless Steel Crown",
|
||||
codes: ["D2930"],
|
||||
},
|
||||
|
||||
// Dentures / Partials
|
||||
fu: {
|
||||
id: "fu",
|
||||
@@ -303,6 +320,7 @@ export const COMBO_CATEGORIES: Record<
|
||||
"threeSurfCompBack",
|
||||
"fourSurfCompBack",
|
||||
],
|
||||
Pedo: ["pedoSealants", "pedoPulpotomy", "pedoSSCrown"],
|
||||
"Dentures / Partials (>21 price)": [
|
||||
"fu",
|
||||
"fl",
|
||||
|
||||
Reference in New Issue
Block a user