Skip to main content
Quick reference for abbreviations and terms used across the playbook. Listed alphabetically.
TermDefinition
ABPIAssociation of the British Pharmaceutical Industry. UK pharmaceutical industry body whose Code of Practice governs promotional materials.
AEAdverse event. Any undesirable medical occurrence in a patient during a clinical trial, whether or not it is related to the treatment.
AI agentA program that uses a language model to plan and carry out multi-step tasks by calling tools, retrieving information, or acting on behalf of a user. Differs from a simple chatbot in that it takes actions rather than only generating text.
CIConfidence interval. A range of values within which the true treatment effect is expected to fall (e.g., 95% CI: 0.52–0.84).
Context windowThe amount of text (input plus output) a language model can process in a single call, measured in tokens. A 200,000-token window holds roughly 150,000 words. Sets the limit on how much source material can be provided in one prompt.
CSRClinical study report. The comprehensive report of a clinical trial, including methods, results, and analysis. Primary source document for many medical writing deliverables.
DOIDigital object identifier. A unique, persistent identifier for published articles (e.g., 10.1000/xyz123).
EmbeddingA numerical representation of text that captures semantic meaning, used to compare how similar two pieces of text are. Underpins retrieval in RAG systems and semantic search.
EMAEuropean Medicines Agency. The EU regulatory authority responsible for the scientific evaluation and approval of medicines.
EU CTREU Clinical Trials Regulation. Requires sponsors to publish lay-friendly summaries of trial results.
EudraCTEuropean Clinical Trials Database. The EU register for clinical trials, referenced in regulatory submissions and PLS documents.
Fair balanceRegulatory requirement that promotional materials present both benefits and risks of a treatment in a balanced manner.
FDAFood and Drug Administration. The US regulatory authority responsible for approving drugs, biologics, and medical devices.
Fine-tuningAdditional training that adapts a general-purpose language model to a specific domain, style, or task using a smaller dataset of examples.
HallucinationAI output that reads plausibly but is factually wrong or invented — a fabricated reference, a misremembered statistic, or a claim with no basis in the source. A primary risk in medical writing.
HCPHealthcare professional. Includes physicians, nurses, pharmacists, and other qualified practitioners.
HEORHealth economics and outcomes research. The discipline focused on the economic value and real-world outcomes of healthcare interventions.
HRHazard ratio. A measure of relative risk over time, commonly used in survival analysis (e.g., HR 0.67 means 33% risk reduction).
IBInvestigator’s brochure. A regulatory document summarising the clinical and non-clinical data on a compound, provided to investigators conducting clinical trials.
ICHInternational Council for Harmonisation. Sets technical guidelines for pharmaceutical development and regulatory submissions (e.g., ICH E6 for GCP, ICH M4 for CTD structure).
IFPMAInternational Federation of Pharmaceutical Manufacturers & Associations. Global industry body with a Code of Practice for marketing.
IMRADIntroduction, Methods, Results, and Discussion. Standard structure for scientific manuscripts.
ITTIntention-to-treat. Analysis that includes all randomised participants regardless of whether they completed the study. The primary analysis in most RCTs.
KOLKey opinion leader. A recognised expert in a therapeutic area, often engaged for advisory boards and speaker programmes.
LLMLarge language model. A statistical model trained on large volumes of text that generates language by predicting the next token. GPT, Claude, and Gemini are LLMs.
MCPModel Context Protocol. An open standard created by Anthropic that lets AI assistants call external tools securely. PubCrawl is an MCP server.
MedDRAMedical Dictionary for Regulatory Activities. The standardised medical terminology used in regulatory reporting of adverse events.
MeSHMedical Subject Headings. The controlled vocabulary used by PubMed/MEDLINE to index biomedical literature.
mITTModified intention-to-treat. A variation of ITT that excludes certain participants (e.g., those who never received treatment). Definition varies by study.
MLRMedical, Legal, Regulatory review. The formal review process for promotional and medical content before external use.
MOAMechanism of action. How a drug produces its pharmacological effect.
MSLMedical science liaison. A field-based medical affairs professional who engages with HCPs on scientific and clinical matters.
MultimodalA model or system that can process more than one type of input — typically text plus images, audio, or video. In medical writing, useful for reading figures, tables, or scanned documents.
NMANetwork meta-analysis. A statistical method for comparing multiple treatments indirectly through a network of studies.
OCROptical character recognition. Converts scanned document images to searchable text. Poor OCR quality can cause errors in automated reference checking.
OROdds ratio. A measure of association between an exposure and an outcome (e.g., OR 1.5 means 50% higher odds).
ORRObjective response rate (or overall response rate). The proportion of patients with a defined reduction in tumour size or disease activity.
OSOverall survival. Time from randomisation to death from any cause. A primary endpoint in many oncology trials.
PFSProgression-free survival. Time from randomisation to disease progression or death. A common endpoint in oncology.
PIPrescribing information. The approved product labelling. See also SmPC (EU) and USPI (US).
PICOPopulation, Intervention, Comparator, Outcomes. A framework for structuring clinical research questions.
PLSPlain language summary. A lay-friendly summary of clinical trial results, increasingly required by regulation.
PMCPAPrescription Medicines Code of Practice Authority. The UK body that administers the ABPI Code of Practice.
PMIDPubMed identifier. A unique number assigned to each article indexed in PubMed.
PPPer-protocol. Analysis that includes only participants who completed the study as planned, without major protocol deviations.
PRISMAPreferred Reporting Items for Systematic Reviews and Meta-Analyses. A reporting guideline for systematic reviews.
PromptThe instruction given to a language model. The structure, context, and constraints of a prompt strongly influence output quality.
Prompt engineeringThe practice of designing prompts to produce reliable, useful output from a language model. Includes setting role, constraints, examples, and output format.
QALYQuality-adjusted life year. A measure of disease burden used in health economics, combining quantity and quality of life.
QCQuality control. The review and verification process applied to deliverables before submission or publication.
RAGRetrieval-augmented generation. A technique where a language model is given relevant documents to draw on when answering, rather than relying only on what it learned during training. Central to source-grounded medical writing systems.
RCTRandomised controlled trial. A study design where participants are randomly assigned to treatment or control groups.
SAESerious adverse event. An AE that results in death, hospitalisation, disability, or is otherwise medically significant.
SAPStatistical analysis plan. The document specifying the planned statistical analyses for a clinical trial, written before database lock.
SLRSystematic literature review. A structured, reproducible search and analysis of published evidence, following a predefined protocol.
SmPCSummary of Product Characteristics. The EU equivalent of prescribing information. Approved by the EMA or national authority.
SOPStandard operating procedure. Documented internal processes that define how work is conducted within an organisation.
TFLTables, figures, and listings. The statistical outputs from a clinical trial used as source material for CSR drafting.
TokenThe unit of text a language model processes, roughly ¾ of a word in English. Input and output length — and API costs — are measured in tokens.
USPIUnited States Prescribing Information. The FDA-approved product labelling.
Zero-shot / few-shotPrompting styles. Zero-shot gives the model a task with no examples; few-shot includes one or more worked examples. Few-shot often improves accuracy on structured tasks.