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.
If using Docker:
docker run -it --rm -p 4204:80 --pull always p3000/asu-cds-data:latestUse 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 .Provided under the Apache 2.0 license. See LICENSE file for details.