Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Update of FHIR tutorial #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# 🔥 FHIR 101 - A Practical Guide

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fhir-sci/fhir-101/master?filepath=FHIR%20101%20-%20Practical%20Guide.ipynb)

## Quickstart

Check out the live [FHIR 101 Jupyter Notebook 📓](https://mybinder.org/v2/gh/fhir-sci/fhir-101/master?filepath=FHIR%20101%20-%20Practical%20Guide.ipynb)
Check out the live [FHIR Query 101 Colaboratory Notebook 📓](https://colab.research.google.com/drive/1nIGKjrGpmi7vhWqpbaGHE3DoJf5OKp8-?usp=sharing)

## Hello there!

Expand All @@ -18,21 +16,22 @@ then this guide is for you :)

## What is this Guide?
The FHIR 101 guide is an online Jupyter Notebook deployed with
[Binder](http://mybinder.org/). That means its publically hosted and
[Google Colaboratory](https://colab.research.google.com/notebooks/intro.ipynb). That means its publically hosted and
you can play with it in your browser.

The primary purpose of the notebook is to quickly educate you on what FHIR is
and to walk you through practical exercises that will teach you the FHIR basics:

- Create and validate a FHIR data model for an entity
- Add/remove attributes to/from an entity in the model
- Create attributes which are constrained by ontologies
- Make entity attributes searchable in the FHIR server
- Deploy the FHIR data model into a FHIR server
- Load data into the FHIR server which conforms to the model
- Search for data in the FHIR server
- What is FHIR
- What do the data look like
- How to use Python to query databases
- How to use FHIR RESTful API to identify the data model and query the server

You can read through the notebook to learn about FHIR concepts and execute
notebook code cells in the tutorial section to see practical examples.

More Notebooks are coming to learn how to create or modify the data model,
and how manage the data linked to the model.


Read more about Jupyter Notebook [here](https://jupyter-notebook.readthedocs.io/en/stable/)