Skip to content

lee-informatics/asu-cds-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors