Procedures
procedures"What is the procedure called [X]" / "medical procedure name lookup" / "patient-friendly name for [surgery]" — search clinical procedure names (NLM curated, ~7k entries). Returns short names like "Appendectomy", "Knee replacement". Patient-facing language; use for forms or intake screens. This vocabulary is SMALL and curated, so common terms can legitimately miss ("colonoscopy" and "MRI" both return 0, verified 2026-09-16) — a no_match here means "not in this list", not "no such procedure". For billing codes use icd10cm or a CPT source instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| df | No | Comma-separated display fields to use in the `displays` array. Default varies per table; usually the canonical name. | |
| ef | No | Comma-separated extra fields to include per match. Field names vary per table; check NLM docs at clinicaltables.nlm.nih.gov. | |
| count | No | Maximum matches to return. Default 7, max 500. Use 1–3 for typeahead UX, 20–50 for browsing. | |
| terms | Yes | Search query — prefix/contains match against canonical names. Whitespace-split into AND tokens. Example: "appendectomy". |