- Make sure you have a copy of Python 2.x installed
- Clone this repository
- Run
pip install -r requirements.txt
to install the Python dependencies - Add a JSON FHIR bundle with your data to the
fhir-resources
folder - Run
python validate.py
Once your files validate successfully, please submit a pull request to this repository that adds a JSON FHIR bundle with a new patient resource and the rest of your data referencing that patient. The file should be placed into the fhir-resources
folder. Ids in the resource must not match exsiting ids in the SMART Sandbox, and should be prefixed with a word unique to your organization or application (e.g. myapp-patient-1).