Skip to content

axelv/devdays-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's build FHIR clients in Python

You can find all the examples in the notebooks/ folder. They are organised in folders with some supporting Python modules.

Setting up your environment.

You have three options to setup the environment for this project.

  1. Github Codespaces

    • On the GitHub repository page, click on the green 'Code' button then 'CodeSpaces' > 'Create codespace on master'.
    • Once the environment has booted succesfully. Run pip install -r requirements.txt to install dependencies.
  2. VSCode (using devcontainer)

    • On the GitHub repository page, click on the green 'Code' button then 'CodeSpaces' > 'Create codespace on master'
    • Once the environment has booted succesfully. Run pip install -r requirements.txt to install dependencies.
  3. VSCode (setup the environment yourself)

    • Make sure you have Python 3.11 and Poetry installed
    • Export a requirements.txt from using poetry export --without-hashes > requirements.txt
    • pip install -r requirements.txt to install dependencies.

The slides I used during the presentation: https://docs.google.com/presentation/d/1jxldt1T3rxkFREqj8kmNAB4SDiUFTCkr/edit?usp=sharing&ouid=101576060927276604405&rtpof=true&sd=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages