This endpoint returns basic information on the linearization such as MMS together with the list of
available releases
GET {{baseUrl}}/icd/release/11/:linearizationname
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
API-Version | string | (Required) Version of the API. Values are like v1,v2. | |
For example, if you provide value v2, the API will respond in the format of the version 2 of the API | |||
Accept-Language | string | (Required) ICD-API is multi-lingual. By changing this header, you may make the API respond in different languages | |
Languages will be available as the translations of ICD-11 completes. | |||
The values are language codes such as en, es, zh, etc. |
RESPONSES
status: OK
{"@context":"http://id.who.int/icd/contexts/contextForMultiVersion.json","@id":"http://id.who.int/icd/release/11/mms","title":{"@language":"en","@value":"International Classification of Diseases 11th Revision - Mortality and Morbidity Statistics"},"latestRelease":"http://id.who.int/icd/release/11/2019-04/mms","release":["http://id.who.int/icd/release/11/2019-04/mms","http://id.who.int/icd/release/11/2018-12/mms"]}