Skip to content

smart-on-fhir/custom-sample-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using the sample data validator

  1. Make sure you have a copy of Python 2.x installed
  2. Clone this repository
  3. Run pip install -r requirements.txt to install the Python dependencies
  4. Add a JSON FHIR bundle with your data to the fhir-resources folder
  5. Run python validate.py

Add custom patients to the SMART Sandbox

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages