Finance and Insurance Service (FAIS)
1.0.0 - trial-use
This page is part of the IHE ITI Finance and Insurance Services (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Feature: Test ITI-129 Transaction: Track Claim
Background:
* url 'http://localhost/fhir'
* def responseresource read('CoverageEligibilityResponse-ex-claim-response-acc-3.json')
Rule: Search Claim Response Request and Response Messages initiated from a Claims Requestor to a Claims Manager
Scenario: Search for a Claim Response
Given path 'ClaimResponse'
And request { status: 'active' }
When method get
Then status 200
And match $.resourceType = 'Bundle'
And match $.type = 'searchset'
And match $.entry contains responseresource
Rule: Read Claim Response Request and Response Messages initiated from a Claims Requestor to a Claims Manager
Scenario: Request a Claim Response resource
Given path 'ClaimResponse/ex-claim-response-acc-3'
When method get
Then status 200
And match $.resourceType == 'ClaimResponse'
And match $.outcome == "complete"
And match $.request.reference == "Claim/ex-claim-3"