Skip to content

Commit

Permalink
auto generated data for 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ailZhou committed Jan 14, 2025
1 parent 858258c commit 9e33e14
Show file tree
Hide file tree
Showing 180 changed files with 1,607 additions and 21,189 deletions.
27 changes: 17 additions & 10 deletions services/ui-src/src/measures/2022/AABAD/data.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
import { DataDrivenTypes } from "shared/types";
import { getCatQualLabels } from "../rateLabelText";
import { MeasureTemplateData } from "shared/types/MeasureTemplate";

export const { categories, qualifiers } = getCatQualLabels("AAB-AD");

export const data: DataDrivenTypes.PerformanceMeasure = {
customPrompt:
"Enter a number for the numerator and the denominator. The measure is reported as an inverted rate. The formula for the Rate = (1 - (Numerator/Denominator)) x 100",
questionText: [
"The percentage of episodes for beneficiaries age 18 and older with a diagnosis of acute bronchitis/bronchiolitis that did not result in an antibiotic dispensing event.",
],
questionListItems: [],
categories,
qualifiers,
export const data: MeasureTemplateData = {
type: "HEDIS",
coreset: "adult",
performanceMeasure: {
customPrompt:
"Enter a number for the numerator and the denominator. The measure is reported as an inverted rate. The formula for the Rate = (1 - (Numerator/Denominator)) x 100",
questionText: [
"The percentage of episodes for beneficiaries age 18 and older with a diagnosis of acute bronchitis/bronchiolitis that did not result in an antibiotic dispensing event.",
],
questionListItems: [],
categories,
qualifiers,
},
custom: {
rateCalc: AABRateCalculation,
},
};
235 changes: 0 additions & 235 deletions services/ui-src/src/measures/2022/AABAD/index.test.tsx

This file was deleted.

83 changes: 0 additions & 83 deletions services/ui-src/src/measures/2022/AABAD/index.tsx

This file was deleted.

Loading

0 comments on commit 9e33e14

Please sign in to comment.