Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.1 KB

File metadata and controls

26 lines (16 loc) · 1.1 KB

ASU CDS Data

Docker pulls Docker image size

This project provides FHIR data and a turnkey FHIR controller for loading seed data used for Lee Informatics lab projects into a locally running FHIR resource server. See GitHub for source.

Running Pre-Built Images

If using Docker:

docker run -it --rm -p 4204:80 --pull always p3000/asu-cds-data:latest

Use the application at: http://localhost:4204, which requires an open FHIR server with authorization disabled. We test and validate against HAPI FHIR in R4 mode, which we do not document here as ther vary across HAPI versions and context of use

To build your own:

docker buildx build --platform linux/arm64,linux/amd64 -t p3000/asu-cds-data:latest .

License

Provided under the Apache 2.0 license. See LICENSE file for details.