Skip to content

Commit

Permalink
Merge pull request #24 from inferno-framework/FI-2188-bad-markdown-fix
Browse files Browse the repository at this point in the history
FI-2188: Bad Markdown Fix
  • Loading branch information
emichaud998 authored Nov 10, 2023
2 parents 7e92134 + 1d7c3a6 commit 9a47fae
Show file tree
Hide file tree
Showing 434 changed files with 439 additions and 832 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CoverageMustSupportTest < Inferno::Test
Statement. This test will look through the Coverage resources
found previously for the following must support elements:
* Coverage.beneficiary
* Coverage.beneficiary
* Coverage.class
* Coverage.class.name
* Coverage.class.value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class CoverageValidationTest < Inferno::Test

id :c4bb_v110_coverage_validation_test
title 'Coverage resources returned during previous tests conform to the C4BB Coverage'
description %(
This test verifies resources returned from the first search conform to
description %(This test verifies resources returned from the first search conform to
the [C4BB Coverage](http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage).
Systems must demonstrate at least one valid example in order to pass this test.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module CARIN4BBV110
class CoverageGroup < Inferno::TestGroup
title 'Coverage Tests'
short_description 'Verify support for the server capabilities required by the C4BB Coverage.'
description %(
# Background
description %(# Background
The CARIN for Blue Button Coverage sequence verifies that the system under test is
able to provide correct responses for Coverage queries. These queries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitExplanationOfBenefit_AllSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:*'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:*" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:*" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitExplanationOfBenefit_careteamSearchTest < Inferno::Tes
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:care-team'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:care-team" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:care-team" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitExplanationOfBenefit_coverageSearchTest < Inferno::Tes
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:coverage'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:coverage" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:coverage" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitExplanationOfBenefit_insurerSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:insurer'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:insurer" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:insurer" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitExplanationOfBenefit_patientSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:patient'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:patient" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:patient" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitExplanationOfBenefit_providerSearchTest < Inferno::Tes
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:provider'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:provider" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:provider" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitIdSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by _id'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
_id on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitIdentifierSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by identifier'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
identifier on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitLastupdatedSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by _lastUpdated'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
_lastUpdated on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ExplanationOfBenefitMustSupportTest < Inferno::Test
Statement. This test will look through the ExplanationOfBenefit resources
found previously for the following must support elements:
* ExplanationOfBenefit.billablePeriod
* ExplanationOfBenefit.billablePeriod
* ExplanationOfBenefit.careTeam
* ExplanationOfBenefit.careTeam.provider
* ExplanationOfBenefit.careTeam.role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitPatientSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by patient'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
patient on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitServiceDateSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by service-date'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
service-date on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitTypeSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by type'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
type on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class ExplanationOfBenefitValidationTest < Inferno::Test

id :c4bb_v110_explanation_of_benefit_validation_test
title 'ExplanationOfBenefit resources returned during previous tests conform to the C4BB Explanation Of Benefit'
description %(
This test verifies resources returned from the first search conform to
description %(This test verifies resources returned from the first search conform to
the [C4BB Explanation Of Benefit](http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit).
Systems must demonstrate at least one valid example in order to pass this test.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ module CARIN4BBV110
class ExplanationOfBenefitGroup < Inferno::TestGroup
title 'Explanation Of Benefit Tests'
short_description 'Verify support for the server capabilities required by the C4BB Explanation Of Benefit.'
description %(
# Background
description %(# Background
The CARIN for Blue Button Explanation Of Benefit sequence verifies that the system under test is
able to provide correct responses for ExplanationOfBenefit queries. These queries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalExplanationOfBenefit_AllSearchTe
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:*'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:*" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:*" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalExplanationOfBenefit_careteamSea
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:care-team'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:care-team" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:care-team" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalExplanationOfBenefit_coverageSea
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:coverage'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:coverage" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:coverage" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalExplanationOfBenefit_insurerSear
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:insurer'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:insurer" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:insurer" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalExplanationOfBenefit_patientSear
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:patient'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:patient" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:patient" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalExplanationOfBenefit_providerSea
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:provider'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:provider" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:provider" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalIdSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by _id'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
_id on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalIdentifierSearchTest < Inferno::
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by identifier'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
identifier on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalLastupdatedSearchTest < Inferno:
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by _lastUpdated'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
_lastUpdated on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ExplanationOfBenefitInpatientInstitutionalMustSupportTest < Inferno::Test
Statement. This test will look through the ExplanationOfBenefit resources
found previously for the following must support elements:
* ExplanationOfBenefit.adjudication
* ExplanationOfBenefit.adjudication
* ExplanationOfBenefit.adjudication.category
* ExplanationOfBenefit.adjudication.reason
* ExplanationOfBenefit.adjudication:adjudicationamounttype
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalPatientSearchTest < Inferno::Tes
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by patient'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
patient on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalServiceDateSearchTest < Inferno:
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by service-date'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
service-date on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitInpatientInstitutionalTypeSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by type'
description %(
A server SHALL support searching by
description %(A server SHALL support searching by
type on the ExplanationOfBenefit resource. This test
will pass if resources are returned and match the search criteria. If
none are returned, the test is skipped.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class ExplanationOfBenefitInpatientInstitutionalValidationTest < Inferno::Test

id :c4bb_v110_explanation_of_benefit_inpatient_institutional_validation_test
title 'ExplanationOfBenefit resources returned during previous tests conform to the C4BB ExplanationOfBenefit Inpatient Institutional'
description %(
This test verifies resources returned from the first search conform to
description %(This test verifies resources returned from the first search conform to
the [C4BB ExplanationOfBenefit Inpatient Institutional](http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Inpatient-Institutional).
Systems must demonstrate at least one valid example in order to pass this test.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module CARIN4BBV110
class ExplanationOfBenefitInpatientInstitutionalGroup < Inferno::TestGroup
title 'ExplanationOfBenefit Inpatient Institutional Tests'
short_description 'Verify support for the server capabilities required by the C4BB ExplanationOfBenefit Inpatient Institutional.'
description %(
# Background
description %(# Background
The CARIN for Blue Button ExplanationOfBenefit Inpatient Institutional sequence verifies that the system under test is
able to provide correct responses for ExplanationOfBenefit queries. These queries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitOutpatientInstitutionalExplanationOfBenefit_AllSearchT
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:*'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:*" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:*" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitOutpatientInstitutionalExplanationOfBenefit_careteamSe
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:care-team'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:care-team" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:care-team" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitOutpatientInstitutionalExplanationOfBenefit_coverageSe
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:coverage'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:coverage" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:coverage" as a search parameter
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class ExplanationOfBenefitOutpatientInstitutionalExplanationOfBenefit_insurerSea
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for ExplanationOfBenefit search by id + _include=ExplanationOfBenefit:insurer'
description %(
Tests that the server responds correctly when using _include="ExplanationOfBenefit:insurer" as a search parameter
description %(Tests that the server responds correctly when using _include="ExplanationOfBenefit:insurer" as a search parameter
)

Expand Down
Loading

0 comments on commit 9a47fae

Please sign in to comment.