Map HPO Cross-Ontology
map_cross_ontologyMaps an HPO term to its cross-references in other ontologies like UMLS, SNOMEDCT, and ICD-10, with optional prefix filtering.
Instructions
List an HPO term's cross-references to other ontologies/vocabularies, grouped by target prefix (UMLS/SNOMEDCT_US/NCIT/MEDDRA/ICD-10/ICD-9/MONDO/DOID/ORPHA/EFO/MSH/MESH). Optionally restrict to a subset of prefixes. Signature: map_cross_ontology(hpo_id, prefixes=, response_mode=, fields=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Sparse fieldset: return ONLY these top-level keys (for map_cross_ontology, dot into the grouped object, e.g. 'mappings.UMLS'). Identity anchors (hpo_id, name, hpo_version) are always included. An unrecognised field is rejected with invalid_input. Omit for the full payload. | |
| hpo_id | Yes | Canonical HP id for the resolved HPO term (HP:0000118). Legacy `term` arguments are accepted as an alias. | |
| prefixes | No | Restrict to these target prefixes, e.g. ['UMLS','SNOMEDCT_US']. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |