combo updated
This commit is contained in:
@@ -1060,8 +1060,9 @@ export function ClaimForm({
|
|||||||
|
|
||||||
<div className="flex flex-wrap gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
{[
|
{[
|
||||||
"orthPerioVisitDirect",
|
|
||||||
"orthPreExamDirect",
|
"orthPreExamDirect",
|
||||||
|
"orthRecordDirect",
|
||||||
|
"orthPerioVisitDirect",
|
||||||
"orthRetentionDirect",
|
"orthRetentionDirect",
|
||||||
].map((comboId) => {
|
].map((comboId) => {
|
||||||
const b = PROCEDURE_COMBOS[comboId];
|
const b = PROCEDURE_COMBOS[comboId];
|
||||||
|
|||||||
@@ -222,26 +222,31 @@ export const PROCEDURE_COMBOS: Record<
|
|||||||
},
|
},
|
||||||
|
|
||||||
// Orthodontics
|
// Orthodontics
|
||||||
|
orthPreExamDirect: {
|
||||||
|
id: "orthPreExamDirect",
|
||||||
|
label: "Pre-Orth Exam",
|
||||||
|
codes: ["D9310"],
|
||||||
|
},
|
||||||
|
orthRecordDirect: {
|
||||||
|
id: "orthRecordDirect",
|
||||||
|
label: "Orth Record",
|
||||||
|
codes: ["D8660"],
|
||||||
|
},
|
||||||
orthPerioVisitDirect: {
|
orthPerioVisitDirect: {
|
||||||
id: "orthPerioVisitDirect",
|
id: "orthPerioVisitDirect",
|
||||||
label: "Perio Orth Visit ",
|
label: "Perio Orth Visit ",
|
||||||
codes: ["D8670"],
|
codes: ["D8670"],
|
||||||
},
|
},
|
||||||
orthPreExamDirect: {
|
orthRetentionDirect: {
|
||||||
id: "orthPreExamDirect",
|
id: "orthRetentionDirect",
|
||||||
label: "Pre-Orth Exam",
|
label: "Orth Retention",
|
||||||
codes: ["D8660"],
|
codes: ["D8680"],
|
||||||
},
|
},
|
||||||
orthPA: {
|
orthPA: {
|
||||||
id: "orthPA",
|
id: "orthPA",
|
||||||
label: "Orth PA",
|
label: "Orth PA",
|
||||||
codes: ["D8080", "D8670", "D8660"],
|
codes: ["D8080", "D8670", "D8660"],
|
||||||
},
|
},
|
||||||
orthRetentionDirect: {
|
|
||||||
id: "orthRetentionDirect",
|
|
||||||
label: "Orth Retention",
|
|
||||||
codes: ["D8680"],
|
|
||||||
},
|
|
||||||
// add more…
|
// add more…
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user