Skip to content

Commit

Permalink
FI-3279: PAS Fix Limitation Documentation (#18)
Browse files Browse the repository at this point in the history
* Moved limitation statement into
-Fixed typos in README & docs
-Added limitation statement to validation tests through the generator
-Fixed limitation text DTR -> PAS

* Fixed rubocop trailing whitespace offense
  • Loading branch information
degradification authored Oct 24, 2024
1 parent b58e95c commit 19f96d1
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ particularly the instructions on

### Test Generation

The Davinci PAS Test Kit has an implemeneted test generator that create some of the
The Davinci PAS Test Kit has an implemented test generator that create some of the
tests in this kit from the capability statement and profiles in the IG. It
extracts necessarry data elements from Davinci Prior Authorization Support Implementation Guide archive files and generates tests accordingly. The repo currently contains
extracts necessary data elements from Davinci Prior Authorization Support Implementation Guide archive files and generates tests accordingly. The repo currently contains
suites for IG versions 2.0.1.

To generate a test suite for a different Davinci PAS IG version:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ These and any other requirements found in the PAS IG may be tested in future ver
Testing has identified issues with the source IG that result in spurious failures.
Tests impacted by these issues have an indication in their documentations. The full
list of known issues can be found on the [repository's issues page with the 'source ig issue'
lable](https://github.com/inferno-framework/davinci-pas-test-kit/labels/source%20ig%20issue).
label](https://github.com/inferno-framework/davinci-pas-test-kit/labels/source%20ig%20issue).
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ These and any other requirements found in the PAS IG may be tested in future ver
Testing has identified issues with the source IG that result in spurious failures.
Tests impacted by these issues have an indication in their documentations. The full
list of known issues can be found on the [repository's issues page with the 'source ig issue'
lable](https://github.com/inferno-framework/davinci-pas-test-kit/labels/source%20ig%20issue).
label](https://github.com/inferno-framework/davinci-pas-test-kit/labels/source%20ig%20issue).
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ class ClientDenialPasResponseBundleValidationTest < Inferno::Test
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the DTR IG around extension context definitions,
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ class ClientPasRequestBundleValidationTest < Inferno::Test
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
for additional details.
)

def resource_type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ class ClientPendedPasInquiryRequestBundleValidationTest < Inferno::Test
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
for additional details.
)

def resource_type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ class ClientPendedPasResponseBundleValidationTest < Inferno::Test
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the DTR IG around extension context definitions,
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ class ServerPasInquiryRequestBundleValidationTest < Inferno::Test
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
for additional details.
)

input :pa_inquire_request_payload,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class ServerPasInquiryResponseBundleValidationTest < Inferno::Test
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the DTR IG around extension context definitions,
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ class ServerPasRequestBundleValidationTest < Inferno::Test
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
for additional details.
)

input :pa_submit_request_payload,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class ServerPasResponseBundleValidationTest < Inferno::Test
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the DTR IG around extension context definitions,
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ def description
Note that because X12 value sets are not public, elements bound to value
sets containing X12 codes are not validated.
**Limitations**
Due to recognized errors in the PAS IG around extension context definitions,
this test may not pass due to spurious errors of the form "The extension
[extension url] is not allowed at this point". See [this
issue](https://github.com/inferno-framework/davinci-pas-test-kit/issues/11)
for additional details.
DESCRIPTION
end

Expand Down

0 comments on commit 19f96d1

Please sign in to comment.