An FHIR-based Implementation of the Shared Health Record (SHR) as specified in section 3.6 of the OpenHIE Architecture Specifications.
This project implements the following FHIR IGs:
- Lab Workflows: https://i-tech-uw.github.io/emr-lis-ig/, https://b-techbw.github.io/bw-lab-ig
- International Patient Summary: http://hl7.org/fhir/uv/ips/
git clone https://github.com/I-TECH-UW/shared-health-record.git
cd shared-health-record
docker-compose -f .\dev.docker-compose.yml --profile dev up -d
yarn
yarn build
yarn start
shr:
container_name: shr
hostname: shr
image: ghcr.io/i-tech-uw/shared-health-record:latest
ports:
- 3000:3000
environment:
- NODE_ENV=docker
volumes:
- ./config/config_docker.json:/app/config/config_docker.json
- ./config/config_docker.json:/app/config/mediator_docker.json
See the docker-compose.yml
files for examples of integration with OpenHIM and other OpenHIE components
-
Supports the International Patient Summary
-
Supports the OpenHIE Laboratory Workflows