Skip to content

Commit

Permalink
Add additional ICD11 providers (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Jan 6, 2025
1 parent aa53ae1 commit 2f6cf00
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -53853,6 +53853,29 @@
"wikidata": "P7807"
},
"name": "International Classification of Diseases, 11th Revision",
"providers": [
{
"code": "api",
"description": "This goes to an API endpoint. For more information, see https://icd.who.int/icdapi",
"homepage": "https://icd.who.int",
"name": "ICD 11 API Endpoint",
"uri_format": "http://id.who.int/icd/entity/$1"
},
{
"code": "foundation",
"description": "This goes to the Foundation interface to ICD11",
"homepage": "https://icd.who.int/browse/2024-01/foundation",
"name": "ICD 11 Foundation",
"uri_format": "https://icd.who.int/browse/2024-01/foundation/en#$1"
},
{
"code": "mms",
"description": "This goes to the Mortality and Morbidity Statistics interface to ICD11",
"homepage": "https://icd.who.int/browse/2024-01/mms",
"name": "ICD 11 Mortality and Morbidity Statistics",
"uri_format": "https://icd.who.int/browse/2024-01/mms/en#$1"
}
],
"references": [
"https://icd.who.int/docs/icd-api/license/"
],
Expand Down Expand Up @@ -54503,7 +54526,7 @@
},
"name": "International Classification of Functioning, Disability and Health",
"pattern": "^\\d+$",
"uri_format": "http://id.who.int/icd/entity/$1"
"uri_format": "https://icd.who.int/dev11/l-icf/en#/http://id.who.int/icd/entity/$1"
},
"iclc": {
"cellosaurus": {
Expand Down

0 comments on commit 2f6cf00

Please sign in to comment.