Get Disease Classification
get_disease_classificationRetrieve the immediate parent and child classifications of any rare disease from Orphanet using its ORPHAcode, name, or cross-reference.
Instructions
Return the immediate Orphanet classification parents and children for a disorder. Use get_disease_ancestors / get_disease_descendants for the transitive closure. Signature: get_disease_classification(term, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | An ORPHAcode (ORPHA:33069 or 33069), a disease label/synonym, or an external xref CURIE that resolves to a single Orphanet term. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |