Transfer Learning for FHIR Questionnaire Terminology Binding
A frozen biomedical encoder outperformed fine-tuned models at matching health questionnaire items to standard LOINC codes, according to a study posted to arXiv, even though the encoder never saw task-specific training data [1]. The work addresses a bottleneck in electronic prior authorization: most items in the HL7 Da Vinci CDS-Library lack the LOINC bindings required by FHIR workflows [1]. Researchers framed the task as a retrieval problem, asking whether a model could pick the correct code from 97,314 active LOINC entries given only the item's text [1]. They tested six approaches — TF-IDF, frozen MiniLM, BioBERT, BioLORD, a contrastively fine-tuned MiniLM, and a TF-IDF-plus-GPT reranker — on a 54-item evaluation set that mixed natural-question, medium, and terse query styles [1]. BioLORD, an encoder pre-trained on biomedical ontology definitions, recorded the strongest top-rank accuracy at 0.185 and a mean reciprocal rank of 0.246 [1]. A contrastive fine-tune on raw LHC-Forms pairs did not lead at the top rank but pulled ahead at wider cutoffs, reaching R@5 of 0.389 and R@10 of 0.426 [1]. An ablation that added GPT-generated paraphrases to the training data caused R@5 to drop to 0.296, showing that the augmented set underperformed raw-only training on every metric except R@1 [1]. Performance across methods plateaued at roughly 5,000 training pairs [1]. Error analysis of BioLORD's first-rank misses found that wrong-specificity and ambiguous-text cases together explained 59 percent of failures [1]. The paper did not declare a single winner, noting that no method led on every metric [1]. The study appeared on arXiv, an open-access repository that hosts preprints across physics, mathematics, computer science, and related fields and that, as of late 2024, was receiving about 24,000 submissions per month [6]. The repository's arXivLabs framework allows third-party developers to build tools such as citation explorers and code finders on top of the article record page, operating under guidelines that require partners to share arXiv's values of openness, community, and user-data privacy [4][5].
research-papertool-releasecommentary
Background sources we checked (7)
- arxiv.org ↗ Electronic prior authorization workflows require FHIR Questionnaire items to carry LOINC codes, yet most items in the HL7 Da Vinci CDS-Library lack these bindings. We treat this as a retrieval problem: given a Questionnaire item's text, find the correct LOINC code in a pool of 97…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
Sources
- export.arxiv.org — Transfer Learning for FHIR Questionnaire Terminology Binding ↗