Skip to content

Calculating BMI at Age from FHIR Documents Blog Post

Notifications You must be signed in to change notification settings

AlgorexHealth/bmi-fhir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmi-fhir

Calculating BMI at Age from FHIR Documents Blog Post. This blog post originally appeared on Algorex Health.

nbviewer

This repository contains a Jupyter notebook that demonstrates how to create a population BMI chart from FHIR documents.

Set-up

Clone the repo

git clone https://github.com/AlgorexHealth/bmi-fhir.git
cd bmi-fhir

Initialize a virtual environment and build required libraries

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Ensure that you have downloaded and unzipped the FHIR files need. They should all be in data/fhir

cd data
wget  https://s3.amazonaws.com/algorex-working-data/pediatric-fhir-data/fhir.zip
unzip fhir.zip

Start a notebook and run

jupyter notebook

Releases

No releases published

Packages

No packages published