AI Medical Literature Review Specialist
An AI Medical Literature Review Specialist leverages large language models, retrieval-augmented generation (RAG), and biomedical N…
Skill Guide
The specialized skill of designing AI prompts to guide large language models through systematic clinical problem-solving, extracting structured PICO (Population, Intervention, Comparison, Outcome) elements from unstructured medical text, and assessing the quality of resulting clinical evidence.
Scenario
Given a PubMed abstract on a diabetes medication trial, extract the PICO elements and assign a preliminary evidence level.
Scenario
You are building a tool to answer: 'In adults with hypertension, does a low-sodium diet compared to usual care reduce systolic BP over 12 months?'
Scenario
Integrate an AI system into an EHR workflow to provide real-time, evidence-graded answers to clinician queries at the point of care.
PICO structures the clinical question. GRADE and Oxford CEBM provide standardized evidence grading schemas. CoT/ToT are advanced prompt engineering techniques that force the LLM to show its reasoning steps, critical for validating medical logic.
Use APIs to ground prompts in real-time data. Use frameworks like LangChain to orchestrate multi-step prompt workflows. Use LLMs with function calling to enforce structured JSON output for PICO and grading data.
Answer Strategy
Use a structured approach: 1. PICO Extraction Prompt: Define P (55yo, T2DM, CKD stage 3, failed metformin), I (second-line therapies: SGLT2i, GLP-1 RA, DPP-4i, etc.), C (comparators), O (HbA1c reduction, renal outcomes, GI tolerability). 2. Evidence Retrieval Prompt: Generate a search query for PubMed, prioritizing RCTs and meta-analyses. 3. Synthesis & Grading Prompt: Extract key findings from top results and apply GRADE. Sample Answer: 'I would decompose this with a three-stage prompt pipeline. First, a PICO parser converts the narrative into structured components. Second, a retrieval-augmented generation prompt uses those components to query a curated database like PubMed for relevant trials. Third, a grading prompt applies the GRADE framework to the synthesized evidence, explicitly noting any downgrades for indirectness due to the CKD subpopulation.'
Answer Strategy
Tests debugging and systems thinking. The answer should show methodical analysis of prompt logic and evidence guidelines. Sample Answer: 'I analyzed the model's chain-of-thought output and identified it was confusing network meta-analyses (NMA) with standard pairwise meta-analyses in its reasoning, leading to incorrect risk-of-bias assessments. The fix was a two-part prompt refinement: 1) I added a discriminating definition ('An NMA simultaneously compares multiple interventions using direct and indirect evidence') to the system prompt. 2) I inserted a explicit check in the reasoning chain: 'Is this a network meta-analysis? If yes, evaluate the consistency assumption as a separate domain.' This structural change aligned the prompt with Cochrane's specific NMA review guidelines.'
1 career found
Try a different search term.