Update README.md with Bulk Export instructions#48
Conversation
| some server test suite requests. As a work-around, run the server test suite a second time while the | ||
| client is waiting for clinical data requests during test 1.2. | ||
|
|
||
| ## Running the Bulk Export Server Tests |
There was a problem hiding this comment.
Another demonstration that would be valuable would be to show how to run against the PDex Client tests. I tried this and it didn't get very far because the bulk tests stop the workflow if they detect even small things like bad HTTP statuses (see FI-3949). Probably doesn't make sense to resolve that or fixes to make this test kit return the right statuses as a part of this ticket, but wanted to mention it.
Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>
Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>
| Since this exercise requires running two test kits which causes port conflicts by default, you are advised to do | ||
| it on [the ONC website](https://inferno.healthit.gov/test-kits/) or locally on the | ||
| [inferno platform](https://github.com/inferno-framework/inferno-platform-template/). |
There was a problem hiding this comment.
But it is all the PDex test kit, so you don't have to run more than 1 test kit at a time locally to do this. I think you can remove this paragraph unless I'm missing something.
There was a problem hiding this comment.
You need the smart-app-launch-test-kit for the handshake that's why
There was a problem hiding this comment.
That is a good point - removed
Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>
| { | ||
| "name": "url", | ||
| "value": "http://localhost:4567/custom/pdex_payer_client/fhir", | ||
| "value": "http://inferno.healthit.gov/suites/custom/pdex_payer_client/fhir", |
There was a problem hiding this comment.
we should turn this into an erb file so that the the host will be filled in correctly based on the deployed location
There was a problem hiding this comment.
bulk_timeout needs to be 600 seconds to work with the reference server, at least locally, so let's set it there in the preset.
karlnaden
left a comment
There was a problem hiding this comment.
One small tweak, otherwise good - thanks for catching this and following through on it!
Co-authored-by: Karl Naden <86612928+karlnaden@users.noreply.github.com>

Summary
Add instructions on how to run Bulk Export Server tests, which were missing earlier and aren't supported by the HL7 FHIR Foundry PDex server.