Jupyter notebooks for showing the evolving set of services configured and implemented in a HAPI-FHIR server.
- Clone repository
- Make a virtual environment (optional)
- Run:
pip install -r requirements.txt
- From command line, change directory to where you cloned this repository.
- Run:
jupyter notebook
- A new tab will open up in your web browser, allowing you to select local notebooks. Select CodeSystem.ipynb to open the notebook.
- You can run cells one at a time by clicking the "Run" button from the toolbar. Alternatively, you can run them all by opening the "Cell" menu and selecting "Run all".
You can view the state of each notebook from github and see the output: Example: https://github.com/HOT-Ecosystem/TSDemoBoard/blob/chris-validation/ResourceValidation.ipynb
Pages are here: https://hot-ecosystem.github.io/TSDemoBoard/
Content and code is in the pages branch.