Resolve Cross-Reference
resolve_xrefResolve external cross-references (OMIM, MONDO, ICD-10, etc.) to matching Orphanet disorders. Returns paginated matches.
Instructions
Resolve an external cross-reference CURIE (OMIM/MONDO/ICD-10/ICD-11/UMLS/GARD/MeSH/MedDRA) back to the Orphanet disorder(s) that map to it. Returns matches[] plus a pagination block {total, returned, limit, offset, truncated, next_offset}; when truncated, next_commands carries a forward-page step. Miss semantics (list-shaped, unlike resolve_disease): a malformed CURIE is rejected with invalid_input, while a well-formed but unmapped CURIE returns an empty page (total: 0), not not_found. Signature: resolve_xref(xref_id, limit=, offset=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max matches (default 50). | |
| offset | No | Rows to skip for forward paging (default 0). | |
| xref_id | Yes | An external cross-reference CURIE (prefix:local), e.g. OMIM/MONDO/ICD-10, to resolve back to the Orphanet term(s) that map to it. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |