Health
Consumer health info by ICD-10 / RxCUI code API
Maps an ICD-10-CM code or RxNorm RxCUI to MedlinePlus consumer health topics (plain-language patient education, HTML stripped). Answers 'Explain ICD code E11.9 to a patient', 'Patient info for this drug RxCUI'.
Price$0.01per request
MethodPOST
Route/v1/health/clinical-medlineplus-by-code
StatusLive
MIME typeapplication/json
Rate limit60/minute
Cache604800s public
healthclinicalmedlinepluspatient-educationconsumer-healthicd10rxnormnlm
API URL
Integration docshttps://x402.hexl.dev/v1/health/clinical-medlineplus-by-codeExample request
{
"code": "E11.9",
"system": "icd10"
}Example response
{
"query": "E11.9",
"system": "ICD-10-CM",
"returned": 3,
"topics": [
{
"title": "Diabetes Type 2",
"url": "https://medlineplus.gov/diabetestype2.html?utm_source=mplusconnect&utm_medium=service",
"summary": "What is type 2 diabetes? Type 2 diabetes is a disease in which your blood glucose, or blood sugar , levels are too high. Glucose is your main source of energy. It comes from the foods you eat. A hormone called insulin helps the glucose get into your cells to give them energy. If you have diabetes, your body doesn't make enough insulin or doesn't use insulin well. The glucose then stays in your blood and not enough goes into your cells. Over time, having too much glucose in your blood can cause health problems . But you can take steps to manage your diabetes and try to prevent these health problems. What causes type 2 diabetes? Type 2 diabetes may be caused by a combination of factors: Being …",
"updated": "2026-06-05T00:13:26Z"
},
{
"title": "Type 2 diabetes",
"url": "https://medlineplus.gov/genetics/condition/type-2-diabetes?utm_source=mplusconnect&utm_medium=service",
"summary": "Type 2 diabetes is a disorder characterized by abnormally high levels of blood glucose, also called blood sugar. In this form of diabetes, the body stops using and making insulin properly. Insulin is a hormone produced in the pancreas that helps regulate blood glucose levels. Specifically, insulin controls how much glucose (a type of sugar) is passed from the blood into cells, where it is used as an energy source. When blood glucose levels are high (such as after a meal), the pancreas releases insulin to move the excess glucose into cells, which reduces the amount of glucose in the blood. Most people who develop type 2 diabetes first have insulin resistance, a condition in which the body's c…",
"updated": "2026-06-05T00:13:26Z"
},
{
"title": "Type 2 Diabetes",
"url": "https://www.niddk.nih.gov/health-information/diabetes/overview/what-is-diabetes/type-2-diabetes?utm_medium=ehr+service&utm_source=medlineplus+connect",
"summary": "Learn about the symptoms of type 2 diabetes, what causes the disease, how it’s diagnosed, and steps you can take to help prevent or delay type 2 diabetes.",
"updated": "2026-06-05T00:13:26Z"
}
],
"disclaimer": "Informational reference/terminology data only — NOT medical advice. Verify against authoritative sources and a qualified professional before any clinical, billing, or treatment decision."
}Input schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string"
},
"system": {
"type": "string",
"enum": [
"icd10",
"rxnorm"
],
"default": "icd10"
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}