- Maintained by: NHS Digital
- Where to get help: https://github.com/nhsconnect/integration-adaptor-111
- Where to file issues: https://github.com/nhsconnect/integration-adaptor-111/issues
$ git clone https://github.com/nhsconnect/integration-adaptor-111.git
$ cd integration-adaptor-111/test-scripts
Each release has its own folder, use the scripts for specific release
$ cd 1.0.3
integration-adaptor-111/test-scripts/1.0.3$ ./run.sh
This will build the application container locally and start it along with ActiveMQ The services will listen on following ports
- REST service
localhost:8080 - ActiveMQ:
localhost:5672
- Navigate to
integration-adaptor-111/test-scripts/1.0.3/tests/ - Run ./acceptance.sh
- Example FHIR bundle messages can be found here, they are the result of input ITK messages converted to FHIR.
$ docker-compose down