This repository contains the source code for the Healthcare Data Exchange, a FHIR based integration and interoperability platform to support a regional healthcare network.
The solution integrates with UK national services such as the Personal Demographics Service, and MESH, and provides various options to ingest data from a typical NHS organisation.
Data is mapped to the UK Core R4 FHIR profiles, and made available through a standards compliant FHIR REST API.
For more information on UK Core, navigate to the following page.
Here is the detailed guide to getting started with using Healthcare Data Exchange in your organisation.
The documentation is served using dockerized MkDocs. To view the documentation, run the following command:
docker-compose -f ./docker/docker-compose-mkdocs.yml up
Then navigate to http://localhost:8003 in your browser.