From 4ff650a7cb0acc82af95de5e1ce3d125d1485d13 Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 20 Jan 2022 20:17:49 -0500 Subject: [PATCH] added HAPI FHIR documentation link --- .gitignore | 2 ++ README.md | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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