Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FI-3279: PAS Fix Limitation Documentation #18

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading