Skip to content

Commit

Permalink
Add ICD11.code
Browse files Browse the repository at this point in the history
Related to #1344
  • Loading branch information
cthoyt committed Jan 10, 2025
1 parent 6f0cd0a commit 5b548ee
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -53897,6 +53897,28 @@
"uri_format": "https://icd.who.int/browse11/f/en#/http://id.who.int/icd/entity/$1"
}
},
"icd11.code": {
"contributor": {
"email": "[email protected]",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "ICD11 codes, which typically appear in health records and can be used for post-coordination",
"example": "NA06.8D",
"example_extras": [
"CA71.2",
"FB82.00",
"XM34M9"
],
"homepage": "https://icd.who.int/en",
"license": "http://www.who.int/about/licensing/copyright_form/en",
"name": "ICD 11 Codes",
"pattern": "^[0-9A-Z]+(\\.[0-9A-Z]+)?$",
"references": [
"https://github.com/biopragmatics/bioregistry/issues/1344"
]
},
"icd9": {
"biolink": {
"is_identifiers": false,
Expand Down
1 change: 1 addition & 0 deletions src/bioregistry/data/collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"icd10cm",
"icd10pcs",
"icd11",
"icd11.code",
"icd9",
"icd9cm",
"icdo"
Expand Down

0 comments on commit 5b548ee

Please sign in to comment.