diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..176af7e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.ipynb_checkpoints/ + diff --git a/README.md b/README.md index b38d48d..fc09428 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,8 @@ If you need to install Docker, here are the [directions to install Docker](https - `http://127.0.0.1:8080` - `http://localhost:8080` 4. Enjoy using `HAPI FHIR` -5. When you are finished using `HAPI FHIR` go back to the terminal and use `ctrl+c` to end the session \ No newline at end of file +5. When you are finished using `HAPI FHIR` go back to the terminal and use `ctrl+c` to end the session + +### Useful Resources + +- [HAPI FHIR documentation](https://hapifhir.io/hapi-fhir/docs/introduction/table_of_contents.html) \ No newline at end of file