Replies: 1 comment 4 replies
-
Thank you for this suggestion! I had already started work on a feature like this a little while ago, since I guessed that there would be situations like this. Since you've asked about it, I'll try to prioritize completing it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the TOC schema we are asked mid process if we wish to download the files within the TOC Json file.
I would like to ask for a new feature that allows us to use an option to specify yes or no in the initial command, so that it can run seamlessly in a pipeline. I can work around this for my automation for now but I would really like to see an integrated way instead.
Example:
cms-mrf-validator validate 2023-09-07_Diabetes---Endocrinology-Center-of-Ohio--Inc-_index.json v1.0.0 -o table_of_contents_results.txt -t table-of-contents
info Running validator container...
info Table of contents refers to these files:
info == In-Network Rates ==
info * https://mrftest.healthcarebluebook.com/DIABETES&ENDOCRINOLOGYCENTEROFOHIO/272423
info == Allowed Amounts ==
info * https://mrftest.healthcarebluebook.com/DIABETES&ENDOCRINOLOGYCENTEROFOHIO/281134
Would you like to validate these files? [y/n]: y
Data file size is unknown. Download this file? [y/n]: y
info File: https://mrftest.healthcarebluebook.com/DIABETES&ENDOCRINOLOGYCENTEROFOHIO/272423
info Beginning download...
info Downloaded 100% of file (4860 bytes)
info Download complete.
info Running validator container...
info File: https://mrftest.healthcarebluebook.com/DIABETES&ENDOCRINOLOGYCENTEROFOHIO/281134
info Beginning download...
info Downloaded 100% of file (142843 bytes)
info Download complete.
info Running validator container...
I would like to see an option like this:
cms-mrf-validator validate 2023-09-07_Diabetes---Endocrinology-Center-of-Ohio--Inc-index.json v1.0.0 -o table_of_contents_results.txt -t table-of-contents **-v/-validate yes_**
info Running validator container...
info Table of contents refers to these files:
info == In-Network Rates ==
info * https://mrftest.healthcarebluebook.com/DIABETES&ENDOCRINOLOGYCENTEROFOHIO/272423
info == Allowed Amounts ==
info * https://mrftest.healthcarebluebook.com/DIABETES&ENDOCRINOLOGYCENTEROFOHIO/281134
info File: https://mrftest.healthcarebluebook.com/DIABETES&ENDOCRINOLOGYCENTEROFOHIO/272423
info Beginning download...
info Downloaded 100% of file (4860 bytes)
info Download complete.
info Running validator container...
info File: https://mrftest.healthcarebluebook.com/DIABETES&ENDOCRINOLOGYCENTEROFOHIO/281134
info Beginning download...
info Downloaded 100% of file (142843 bytes)
info Download complete.
info Running validator container...
Beta Was this translation helpful? Give feedback.
All reactions