Map Cross-Ontology
map_cross_ontologyMaps an Orphanet disorder to cross-references in external ontologies (OMIM, MONDO, ICD-10, etc.), grouped by source with mapping relations. Supports prefix filtering.
Instructions
List an Orphanet disorder's cross-references to other ontologies, grouped by source (OMIM/MONDO/ICD-10/ICD-11/UMLS/GARD/MeSH/MedDRA), each with its mapping relation. Returns them under mappings (get_disease returns the same data under xrefs). Use prefixes=['OMIM'] to restrict to a subset of sources. count is the number of leaf mapping rows (individual targets), not the number of source groups. Signature: map_cross_ontology(term, prefixes=, 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. | |
| prefixes | No | Restrict the cross-reference sources returned to this subset (any of the xref sources: OMIM/MONDO/ICD-10/ICD-11/UMLS/GARD/MeSH/MedDRA). Omit to return every source. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |