Skip to content

Commit

Permalink
feat: QPPA-9730 add https validation for spec urls PY25
Browse files Browse the repository at this point in the history
  • Loading branch information
ckawell committed Dec 3, 2024
1 parent 2e9bab3 commit 61c58fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions measures/2025/measures-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,16 +348,22 @@ definitions:
properties:
default:
type: string
pattern: '^https:.*'
registry:
type: string
pattern: '^https:.*'
claims:
type: string
pattern: '^https:.*'
cmsWebInterface:
type: string
pattern: '^https:.*'
measureInformation:
type: string
pattern: '^https:.*'
electronicHealthRecord:
type: string
pattern: '^https:.*'

measureSets:
enum:
Expand Down
4 changes: 3 additions & 1 deletion mvp/2025/mvp-enriched.json
Original file line number Diff line number Diff line change
Expand Up @@ -26786,7 +26786,9 @@
"isIcdImpacted": false,
"clinicalGuidelineChanged": [],
"metricType": "singlePerformanceRate",
"companionMeasureId": [],
"companionMeasureId": [
"112SSP"
],
"allowedPrograms": [
"M1366"
],
Expand Down

0 comments on commit 61c58fe

Please sign in to comment.