verify_text
Scan HLA typing report text, or model output about HLA, for allele-shaped tokens and classify each one: valid / legacy (with modern form) / deleted (with successor) / fabricated. Nomenclature checking against a pinned IPD-IMGT/HLA release, not interpretation of a case. Use on any AI-generated or transcribed content mentioning HLA. Send the HLA content only, with patient identifiers removed first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | HLA typing report text, or model output about HLA typing, to scan for allele names. Send the HLA content only: strip patient names, medical record numbers, dates of birth, accession and case identifiers, and any other patient details before sending. The caller is responsible for de-identifying the text; this service neither needs nor wants identifiers and does not store request bodies. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clean | Yes | The guardrail: true only when no token is hallucinated, fabricated_group or deleted. Gate on this before presenting the text. | |
| counts | Yes | Number of distinct tokens per status. | |
| tokens | Yes | Each distinct allele-shaped token found, sorted by token. | |
| release | Yes | IPD-IMGT/HLA release every verdict was computed against. | |
| attribution | No | Data attribution (IPD-IMGT/HLA, CC-BY-ND). |