dorset-ics / healthcare-data-exchange

A FHIR based integration and interoperability platform to support a regional healthcare network.
https://dorset-ics.github.io/healthcare-data-exchange/
MIT License
5 stars 6 forks source link

Healthcare Data Exchange

OpenSSF Scorecard OpenSSF Best Practices CI

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.

Getting started with Healthcare Data Exchange

Here is the detailed guide to getting started with using Healthcare Data Exchange in your organisation.

Project Documentation

Pre-requisites

Running the documentation locally

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.