AaronCWacker / aidbox-sdc

http://hl7.org/fhir/us/sdc/index.html implementation for Aidbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example workflow

SDC spec implementation as Aidbox application

The whole SDC specification you can find here http://hl7.org/fhir/uv/sdc/2019May/index.html

WIP Features:

Further plans:

Tests

To run tests locally, copy .env.tpl to .env and specify TESTS_AIDBOX_LICENSE_ID and TESTS_AIDBOX_LICENSE_KEY.

Build images using docker-compose -f docker-compose.tests.yaml build.

After that, just start ./run_test.sh or ./run_test.sh tests/test_base.py (if you want to run the particular file/test). The first run may take about a minute because it prepares the db and devbox.

If you have updated some requirements, you need to re-run docker-compose -f docker-compose.tests.yaml build

About

http://hl7.org/fhir/us/sdc/index.html implementation for Aidbox

License:MIT License


Languages

Language:Python 91.2%Language:Shell 6.0%Language:Mustache 1.8%Language:Smarty 0.5%Language:Dockerfile 0.3%Language:HTML 0.1%