Skip to content

Commit

Permalink
feat: QPPA-9773 add optometry as measureSet PY25
Browse files Browse the repository at this point in the history
  • Loading branch information
ckawell committed Dec 16, 2024
1 parent 15aa21b commit f4bdb37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions measures/2025/measures-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ definitions:
- neurosurgical
- obstetricsGynecology
- ophthalmology
- optometry
- orthopedicSurgery
- otolaryngology
- pathology
Expand Down
1 change: 1 addition & 0 deletions mvp/2025/mvp-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ definitions:
- neurosurgical
- obstetricsGynecology
- ophthalmology
- optometry
- orthopedicSurgery
- otolaryngology
- pathology
Expand Down
3 changes: 2 additions & 1 deletion scripts/benchmarks/benchmarks.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export enum MeasureSet {
neurology= "neurology",
neurosurgical= "neurosurgical",
obstetricsGynecology= "obstetricsGynecology",
ophthalmology= "ophthalmology",
ophthalmology = "ophthalmology",
optometry = "optometry",
orthopedicSurgery= "orthopedicSurgery",
otolaryngology= "otolaryngology",
pathology= "pathology",
Expand Down
3 changes: 2 additions & 1 deletion scripts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ export const MEASURE_SETS = {
'familymedicine': 'familyMedicine',
'internalmedicine': 'internalMedicine',
'obstetrics/gynecology': 'obstetricsGynecology',
'ophthalmology/optometry': 'ophthalmology',
'ophthalmology': 'ophthalmology',
'optometry': 'optometry',
'orthopedicsurgery': 'orthopedicSurgery',
'otolaryngology': 'otolaryngology',
'pathology': 'pathology',
Expand Down

0 comments on commit f4bdb37

Please sign in to comment.