GET /cid/
Retrieves a specific CID (International Classification of Diseases) code from the database.Path Parameters
The CID code identifier (e.g., “A00”, “B15.0”)
Response
The CID code identifier
Description of the disease or condition
Example Request
cURL
JavaScript
Example Response
200 OK
404 Not Found
Error Responses
| Status Code | Description |
|---|---|
| 200 | CID code found and returned |
| 404 | CID code not found in database |
Use Cases
- Validate a CID code before creating a diagnosis
- Display disease information for a specific code
- Look up disease descriptions
CID codes follow the ICD-10 (International Classification of Diseases, 10th Revision) standard.