Skip to content

Instantly share code, notes, and snippets.

@jdumagay
jdumagay / README.md
Created August 4, 2024 03:56 — forked from pigeonflight/README.md
This is an ugly script to just extract/unpack the ICD-11 codes from a local docker instance of the ICD-11 api

Assumptions

You have Python. You've installed the requests library. You have docker on your machine.

Usage

  1. Launch the ICD-11 docker container
docker run -p 80:80  --env "acceptLicense=true" --env "saveAnalytics=true" --env "includeIp=false" whoicd/icd11_sw_1904_mms_en