Resolve Cross-Reference
resolve_xrefResolve an external cross-reference CURIE (e.g., OMIM, MONDO, ICD-10) to the Orphanet disorder(s) that map to it.
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. Signature: resolve_xref(xref_id, limit=, offset=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| limit | No | Max matches (default 50). | |
| offset | No | Rows to skip for forward paging (default 0). | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| allowed_values | No | ||
| hint | No | ||
| candidates | No | ||
| xref_id | No | ||
| normalized | No | ||
| prefix | No | ||
| total | No | ||
| returned | No | ||
| limit | No | ||
| offset | No | ||
| next_offset | No | ||
| truncated | No | ||
| matches | No |