Skip to content

Commit

Permalink
providing a schema fix for the 'both' enum to support the billing_class
Browse files Browse the repository at this point in the history
  • Loading branch information
shaselton-usds committed Jan 2, 2025
1 parent a14bea7 commit 18d94b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"expiration_date": "2022-01-01",
"service_code": ["05", "06", "07"],
"billing_class": "professional"
},{
"negotiated_type": "derived",
"negotiated_rate": 120.45,
"expiration_date": "2022-01-01",
"billing_class": "both"
}]
}]
},{
Expand Down
3 changes: 2 additions & 1 deletion schemas/in-network-rates/in-network-rates.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,8 @@
"properties": {
"billing_class": {
"enum": [
"institutional"
"institutional",
"both"
]
}
}
Expand Down

0 comments on commit 18d94b1

Please sign in to comment.