diff --git a/src/bioregistry/data/bioregistry.json b/src/bioregistry/data/bioregistry.json index e32cf5bdd..0ff0ee769 100644 --- a/src/bioregistry/data/bioregistry.json +++ b/src/bioregistry/data/bioregistry.json @@ -53897,6 +53897,28 @@ "uri_format": "https://icd.who.int/browse11/f/en#/http://id.who.int/icd/entity/$1" } }, + "icd11.code": { + "contributor": { + "email": "cthoyt@gmail.com", + "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, diff --git a/src/bioregistry/data/collections.json b/src/bioregistry/data/collections.json index 60fdc8bd8..aba052901 100644 --- a/src/bioregistry/data/collections.json +++ b/src/bioregistry/data/collections.json @@ -134,6 +134,7 @@ "icd10cm", "icd10pcs", "icd11", + "icd11.code", "icd9", "icd9cm", "icdo"