{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "osterman.co",
  "description": "Physician executive operating where clinical oncology, applied AI, and healthcare data standards meet.",
  "home_page_url": "https://osterman.co/",
  "feed_url": "https://osterman.co/feed.json",
  "language": "en",
  "authors": [
    {
      "name": "Travis Osterman",
      "url": "https://osterman.co"
    }
  ],
  "items": [
    {
      "id": "https://osterman.co/essays/zero-shot-cancer-data-extraction/",
      "url": "https://osterman.co/essays/zero-shot-cancer-data-extraction/",
      "title": "Zero-shot extraction is changing cancer data abstraction",
      "date_published": "2026-08-09T00:00:00.000Z",
      "summary": "How mCODEGPT-style zero-shot LLM extraction could reshape cancer registries, trial matching, and EOM reporting, and the reliability caveats that still gate clinical use.",
      "content_html": "<p class=\"lede\">\nA certified tumor registrar reads an oncology note and pulls out stage,\nhistology, biomarker status, and treatment line. It is careful, expert work, and\nit is slow, measured in minutes per patient, multiplied across every case a\ncancer center sees. Until recently, the only way to go faster was to train a\nnarrow model for each field you wanted. That constraint just changed.\n</p>\n<p>The change is &quot;zero-shot&quot; extraction: handing a large language model a clinical\nnote and a description of the data elements you want, and getting structured\noutput back without training the model on a single labeled example. No annotated\ncorpus, no per-field classifier, no months of curation before you see a result.\nThat is a genuinely different starting position for anyone who abstracts cancer\ndata for a living, and it is worth being precise about both what it enables and\nwhere it still falls short.</p>\n<h2>What &quot;zero-shot&quot; actually means here</h2>\n<p>Traditional clinical natural language processing is supervised. If you want to\nextract tumor stage from notes, you assemble a few hundred or few thousand notes,\nhave experts annotate the stage in each one, and train a model to reproduce those\nannotations. Want biomarker status too? Largely start over. The annotation\nburden is the reason most cancer NLP projects die in the planning phase, the\nlabeled data is expensive, the experts who can produce it are scarce, and the\nresulting model extracts exactly the fields it was trained on and nothing else.</p>\n<p>Zero-shot extraction inverts that. The model already encodes a great deal of\nmedical language from pretraining, so instead of teaching it what a &quot;stage&quot; is,\nyou tell it, in plain instructions, which elements to find and what shape to\nreturn them in. My colleagues and I described one version of this in\n<a href=\"https://doi.org/10.1038/s43856-025-01116-x\"><em>Introducing mCODEGPT as a zero-shot information extraction from clinical free\ntext data tool for cancer research</em></a>\n(Zhang, Huang, Malin, Osterman, Long &amp; Jiang, <em>Communications Medicine</em>, 2025).\nThe premise is in the name: point a language model at unstructured oncology notes\nand ask it to populate <a href=\"/expertise/cancer-data-standards/\">mCODE</a>, the minimal\nCommon Oncology Data Elements, without the per-entity annotation and model\ntraining that conventional methods require.</p>\n<p>Two things make that combination more than a demo. First, the absence of\ntraining data removes the single biggest cost in clinical NLP. Second, and less\nobvious, the model is not extracting into a vacuum. It is extracting into a\nschema.</p>\n<h2>The schema is what makes it usable</h2>\n<p>I have argued for years that the <a href=\"/expertise/ai-in-oncology/\">structured data layer is the real\nbottleneck</a> in clinical AI, and zero-shot extraction\ndoes not change that, it depends on it. An LLM that returns free-floating\n&quot;findings&quot; produces more prose, not less. An LLM that returns mCODE-conformant\nelements produces something a registry, a trial-matching engine, or a quality\nprogram can actually consume.</p>\n<p>This is why the standard matters as much as the model. mCODE defines what a\ncancer record should carry, disease, treatments, genomics, outcomes, in a form\nthat travels between institutions. When the extraction target is a real schema,\nthree things become tractable that are otherwise hopeless. You can validate\noutput against a defined set of permissible values instead of judging prose. You\ncan compose extraction across institutions, because everyone is aiming at the\nsame elements. And you can route the result straight into existing infrastructure\nthat already speaks the standard. The model does the reading; the standard makes\nthe reading portable. Take either away and you are back to bespoke pipelines.</p>\n<h2>Where this could land: registries, trials, and EOM</h2>\n<p>If reliable zero-shot abstraction matures, the operational consequences are large\nand concrete.</p>\n<ul>\n<li><strong>Registries.</strong> Cancer registry abstraction is a national-scale manual\nbottleneck. A capable extractor that produces a structured first draft for a\nhuman registrar to verify, rather than asking that registrar to start from a\nblank form, changes the unit economics of registry reporting, and could narrow\nthe lag between a patient's care and that care becoming analyzable data.</li>\n<li><strong>Trial matching.</strong> Matching patients to trials <a href=\"/expertise/precision-oncology/\">breaks down when the matching\ncriteria live in prose</a> the algorithm can't\nread. Zero-shot extraction of stage, biomarkers, and prior lines from notes is\nexactly the missing input, the difference between a trial that is theoretically\nopen and a patient an engine can actually surface.</li>\n<li><strong>EOM reporting.</strong> mCODE is the only method of submitting data to CMS's\nEnhancing Oncology Model. For a community practice, the cost of producing\nconformant data is a real barrier to participation. An extractor that helps\npopulate mCODE from existing documentation lowers that barrier, turning a\nstandard that is mandatory into one that is achievable.</li>\n</ul>\n<p>The common thread is that all three are abstraction problems disguised as policy\nor research problems. The data exists; it is just trapped in narrative. Anything\nthat reliably frees it compounds across every downstream use at once.</p>\n<h2>The caveats are the whole story</h2>\n<p>Now the discipline. A fluent answer is not a correct one, and the failure mode of\na language model is precisely that it is wrong in well-formed, confident prose.\nWhen my team ran one of the first peer-reviewed clinical evaluations of a general\nLLM answering physician questions, the lesson was unambiguous: you cannot tell a\nreliable output from an unreliable one by reading it. You need ground truth and a\nmeasurement, and that is exactly as true for extraction as it was for\nquestion-answering.</p>\n<p>So a zero-shot extractor is not a system you deploy and trust. It is a system you\nhave to govern.</p>\n<p>The errors that matter in oncology are not random, they are systematic and\nclinically loaded. A model that misreads a negation (&quot;no evidence of metastatic\ndisease&quot; extracted as metastatic disease) does not produce noise; it produces a\npatient miscategorized in a way that can route them to the wrong trial or the\nwrong quality bucket. Temporality is hard: a note that recounts a prior stage\nalongside a current one invites the model to conflate them. Hallucinated\nspecificity, a confident exact value where the source text was vague, is more\ndangerous than an honest abstention, because it survives a casual read. And\nperformance is not portable for free: an extractor that looks excellent on one\ninstitution's notes can degrade on another's documentation style, which means\nevery adopting site owes itself a local evaluation rather than a borrowed one.</p>\n<p>None of this is an argument against the technology. It is an argument for treating\nextraction the way we treat any clinical instrument: with a measured accuracy, a\ncharacterized failure profile, and a human in the loop calibrated to where the\nmodel is weak. The right framing is not &quot;the model replaces the abstractor.&quot; It\nis &quot;the model produces a structured draft, and the abstractor's expensive\nexpertise moves from transcription to verification&quot;, which is both a better use\nof that expertise and a safer system.</p>\n<h2>What I'd tell a registry, a trialist, or a CMIO</h2>\n<p>If you run abstraction-heavy operations, the actionable posture is neither\nadoption nor abstinence. It is the middle path that the caveats demand.</p>\n<p>Pick a single, well-defined extraction target, one with a clear schema and an\nobvious downstream consumer, and build an evaluation before you build a workflow.\nDecide, in advance, what accuracy you require for that field and how you will\nmeasure it against ground truth in your own population, not a published benchmark.\nRun the model as a draft generator behind expert verification, instrument where it\nfails, and let the failure profile, not the hype, decide how much autonomy it\nearns. Extract into a standard from day one, so that whatever you abstract is\nportable to the next use instead of stranded in a one-off format.</p>\n<p>The larger shift is already underway and is not going to reverse: the marginal\ncost of turning an oncology note into structured data is collapsing. That is good\nnews for registries, for trials, and for every patient whose care is currently\ninvisible to the systems meant to learn from it, but only for the institutions\nthat pair the new extraction power with the old discipline of measuring whether\nit is right. The model is finally cheap. The reliability still has to be earned.\nIf you want the foundation this rests on, the <a href=\"/case-studies/mcode/\">mCODE case\nstudy</a> traces how the standard became the infrastructure\nthat makes extraction worth doing in the first place.</p>\n"
    },
    {
      "id": "https://osterman.co/essays/chatgpt-in-the-clinic-three-years-later/",
      "url": "https://osterman.co/essays/chatgpt-in-the-clinic-three-years-later/",
      "title": "Our early ChatGPT-in-the-clinic study, three years on",
      "date_published": "2026-08-02T00:00:00.000Z",
      "summary": "Revisiting our 2023 JAMA Network Open evaluation of ChatGPT in oncology, what held up about clinical LLMs, what changed by 2026, and what to measure now.",
      "content_html": "<p class=\"lede\">\nIn the spring of 2023, a medical student walked into my office convinced that\nthe chatbot everyone was suddenly talking about was either going to replace us\nor get someone killed. I told her we didn't actually know which, and that the\nfix for not knowing was to run the experiment.\n</p>\n<p>That experiment became one of the first peer-reviewed clinical evaluations of a\nlarge language model: <em>Accuracy and Reliability of Chatbot Responses to\nPhysician Questions</em>, which we published in <em>JAMA Network Open</em> in October 2023\n(<a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Goodman et al.</a>), a\ncross-sectional study I co-authored. The questions came from thirty-three\npracticing physicians across seventeen specialties, and the grading came from\nthose same physicians. It is now three years\nlater, the models are unrecognizably better, and I think it is worth saying\nplainly what that study got right, what it got wrong, and what I would measure\nif I were starting it today.</p>\n<h2>What we actually did, and why</h2>\n<p>The design choice that mattered most was mundane: we used real questions from\nreal physicians, not a board-exam item bank. Benchmark questions have clean\nanswers. Clinical questions are messy, context-dependent, and frequently have\nno single right answer at all. We asked attending physicians to submit\nquestions they had genuinely encountered, fed them to the model, and graded the\nresponses for accuracy on a six-point scale and completeness on a three-point\nscale.</p>\n<p>The headline result was not &quot;the model is good&quot; or &quot;the model is bad.&quot; It was\nthat the median response was reasonably accurate and reasonably complete, and\nthat the variance was the problem. The same system that produced a genuinely\nuseful answer to one question produced a confidently wrong one to the next,\nwith no change in tone, no hedging, no signal to the reader that the ground had\nshifted under them. We flagged that a small number of responses, if acted on,\ncould have caused harm.</p>\n<p>That same year I co-wrote a short companion piece in <em>Med</em>, <em>On the cusp</em>\n(<a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">Goodman, Patrinely, Osterman et al.</a>), arguing that the technology was arriving in healthcare whether or not the\nfield was ready, and that the responsible move was to evaluate it in the open\nrather than ban it and watch it get used in the shadows.</p>\n<h2>What held up</h2>\n<p>Two things from 2023 have aged well, and they are the two I would underline for\nanyone deploying an LLM in a clinic today.</p>\n<p>The first is that fluency is not accuracy, and the gap between them is\ninvisible to the reader. This was the central finding, and it has only become\nmore important as the models have gotten better. A weak model that writes badly\ngets double-checked. A strong model that writes beautifully gets trusted, and\nthe rare wrong answer rides in on the same polished prose as the right ones. The\nbetter the writing, the higher the burden of verification, not the lower. Three\nyears of capability gains have not repealed that.</p>\n<p>The second is that you cannot evaluate a clinical model without a clinical\nground truth to check it against. Our whole method depended on physicians who\nknew the right answer grading responses where the right answer was knowable. The\nmoment you move into questions where the evidence is genuinely unsettled, which\nis most of oncology most of the time, &quot;accuracy&quot; stops being a clean number and\nstarts being a judgment call. That is not a flaw in the chatbot. It is the\nactual shape of the problem, and any evaluation that pretends otherwise is\nmeasuring the wrong thing.</p>\n<h2>What changed</h2>\n<p>Plenty. The 2023 study evaluated a single general-purpose model answering from\nits training data, with no access to the patient's chart, no retrieval over\ncurrent guidelines, and no tools. Almost none of those constraints hold in 2026.</p>\n<ul>\n<li><strong>The models got dramatically better at the easy-to-grade questions</strong>, the\nones with a defensible single answer. That is real progress, and it is also\nthe least interesting part, because those were never the questions that\nworried me.</li>\n<li><strong>Retrieval changed the failure mode.</strong> Grounding a model in current\nguidelines and the actual record moved the dominant error from &quot;confidently\nwrong from memory&quot; to &quot;confidently wrong about a retrieved source it\nmisread.&quot; The errors got rarer and harder to catch, which is not the same as\nsafer.</li>\n<li><strong>The deployment surface moved.</strong> In 2023 the clinical question was &quot;should a\nphysician paste this into a chatbot.&quot; By 2026 the model is inside the ambient\nscribe, the in-basket drafting tool, the order-entry suggestion. Nobody is\nconsciously consulting it. That is a different risk profile, and our 2023\ndesign, physician asks, physician grades, does not capture it.</li>\n</ul>\n<p>So the most-cited number from our paper, the accuracy score, is the part that\ndated fastest. The method dated slowest. If you cite the 2023 accuracy figure as\nif it describes a 2026 model, you are quoting a stopped clock. If you adopt the\n2023 <em>method</em>, real questions, clinical graders, explicit attention to\nvariance and worst-case harm, you are doing the only kind of evaluation that\nstill tells you anything.</p>\n<h2>The policy debate it seeded</h2>\n<p>The part I did not anticipate was how the paper would get used. It landed at a\nmoment when health-system leaders, specialty societies, and regulators were all\nreaching for evidence, and a peer-reviewed clinical evaluation was scarce. The\nstudy got cited far more in governance documents and policy arguments than in\nfollow-on technical work, and frequently to support whatever the citing party\nalready believed. Enthusiasts quoted the median accuracy. Skeptics quoted the\nharmful outliers. Both numbers were in the same paper, which was rather the\npoint.</p>\n<p>The durable lesson there is about evaluation cadence, not models. A clinical\nLLM is not a device you validate once and certify. It is a moving target: the\nunderlying model is updated without notice, the retrieval corpus changes, the\nclinical context drifts. An evaluation is a photograph of a system that no\nlonger exists by the time the paper prints. Governance that treats a single\npublished accuracy number as a safety guarantee is governance built on a\nphotograph. The institutions getting this right are standing up <em>continuous</em>\nlocal evaluation, measuring the model they are actually running, on their own\npatient population, on an ongoing basis, rather than importing someone else's\n2023 snapshot.</p>\n<h2>What I would measure today</h2>\n<p>If I were designing the study again in 2026, three things would change.</p>\n<p>I would stop scoring the model in isolation and start scoring the\nphysician-plus-model system, because that is what actually touches patients now.\nThe right question is no longer &quot;how accurate is the chatbot&quot; but &quot;does the\nclinician catch it when the chatbot is wrong&quot;, and the unsettling early signal\nis that better writing makes us catch less. I would measure failure modes\nbefore central tendency: not the average, but the shape and cost of the tail,\nbecause in medicine the tail is where the harm lives. And I would build the\nevaluation to run continuously against the locally deployed model rather than\npublish once and move on, because a one-time number is obsolete the day the\nvendor pushes an update.</p>\n<p>None of this requires a new model. It requires the boring infrastructure to\nmeasure the one you have, which, not coincidentally, is the same argument I\nmake about\n<a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> generally and about the\n<a href=\"/research/\">data layer underneath it</a>. The 2023 study's real contribution was\nnever the score. It was demonstrating that you can hold a clinical LLM to an\nhonest, physician-graded standard at all. Three years on, the\nmodels have outgrown our numbers. The standard is what's worth keeping.</p>\n"
    },
    {
      "id": "https://osterman.co/essays/clinical-ai-bottleneck-is-the-data-layer/",
      "url": "https://osterman.co/essays/clinical-ai-bottleneck-is-the-data-layer/",
      "title": "Clinical AI's real bottleneck is the data layer, not the model",
      "date_published": "2026-07-26T00:00:00.000Z",
      "summary": "Why the hard part of clinical AI in oncology is the structured data underneath the model, and what health-system leaders should fund first.",
      "content_html": "<p class=\"lede\">\nEvery health system I talk to wants to know which model to buy. Almost none\nare asking the question that actually determines whether the model will work:\nis our data ready to feed it?\n</p>\n<p>The current moment makes the model feel like the product. It isn't. In\noncology, the model is the easy, commoditizing part. The decisive,\nunder-resourced part is the structured data underneath it, and that's where\nleadership attention and budget should go first.</p>\n<h2>What I've watched fail</h2>\n<p>Over five years of building real-world prediction models for immune checkpoint\ninhibitor outcomes, the constraint was never the algorithm. It was whether the\ninputs the model needed, stage, biomarker status, line of therapy, toxicity, existed as structured, trustworthy fields rather than prose buried in notes.\nWe deliberately built against <em>routinely collected</em> EHR data instead of a\nhand-curated research cohort, precisely because a model that needs a pristine\ncohort can't be deployed in the clinic it was built for.</p>\n<p>The same lesson showed up when we ran one of the first peer-reviewed clinical\nevaluations of ChatGPT: a fluent answer is not a reliable one, and you cannot\ntell the difference without the structured ground truth to check it against.</p>\n<h2>Why standards are the unglamorous answer</h2>\n<p>This is the case for data standards, and it's why I chair the mCODE Executive\nCommittee. mCODE, the minimal Common Oncology Data Elements, defines the\ncore oncology data every patient's record should carry, in a form that travels\nbetween institutions. It's now implemented at more than 70 institutions across\nsix countries and is the only method of submitting data to CMS's Enhancing\nOncology Model. None of that is glamorous. All of it is what makes downstream\nAI possible.</p>\n<p>The institutions that will get real value from clinical AI are the ones that\ninvested early in the boring layer: structured capture at the point of care,\ngenomics integrated into the record rather than stranded in PDFs, and a\ngovernance model for what &quot;good data&quot; means. At Vanderbilt Health, that investment is\nwhy we hold more structured genomic data in the EHR than any other institution\nin the United States, and why the AI conversation there starts from a\ndifferent place.</p>\n<h2>What leaders should actually fund</h2>\n<p>If you run AI strategy for a health system, three priorities should precede\nyour model selection:</p>\n<ol>\n<li><strong>Structured capture at the source.</strong> Every field you want a model to use\nhas to be captured as data, not narrative, by the people doing the work, which means workflow and incentives, not just schema.</li>\n<li><strong>Standards adoption (mCODE or equivalent).</strong> Interoperable data is what\nlets you validate, benchmark, and eventually share, and what keeps you\neligible for programs like the EOM.</li>\n<li><strong>Governance before deployment.</strong> Decide how you'll measure a model's\naccuracy <em>and</em> its failure modes in your population before it touches a\npatient.</li>\n</ol>\n<p>Buy the model last. By the time you do, the hard work, the part that\ndetermines whether it helps anyone, will already be done.</p>\n"
    },
    {
      "id": "https://osterman.co/research/publications/",
      "url": "https://osterman.co/research/publications/",
      "title": "Publication summaries — Travis Osterman",
      "date_published": "2026-07-21T12:18:38.000Z",
      "summary": "Plain-language summaries of Travis Osterman's peer-reviewed publications, written for quick understanding and citation.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Publication summaries</h1>\n  <p class=\"lede\">\n    Plain-language summaries of each peer-reviewed publication, written for quick\n    understanding and citation. The authoritative version of each is the published\n    paper; every entry links to it. Drawn from the same\n    <a href=\"/research/\">source-of-truth library</a> as the rest of the site.\n  </p>\n</header>\n\n<ol class=\"biblio\">\n  <li>\n    <a href=\"/research/publications/clonal-hematopoiesis-of-indeterminate-potential-after-radiation-therap/\">Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy</a>. <em>International Journal of Radiation Oncology*Biology*Physics</em>, 2025.\n    <p>This study examined whether radiation therapy contributes to clonal hematopoiesis of indeterminate potential (CHIP), a blood condition linked to higher risk of blood cancers and cardiovascular disease. Analyzing blood samples from 489 cancer patients treated with radiation and comparing them with 854 patients who had neither radiation nor chemotherapy, the authors detected CHIP in 23% of irradiated patients and found a higher likelihood of CHIP after radiation, with risk rising as the radiation dose increased. The findings suggest that radiation dose and technique may influence CHIP development, which matters for understanding the long-term risks of cancer treatment.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/introducing-mcodegpt-as-a-zero-shot-information-extraction-from-clinic/\">Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research</a>. <em>Communications Medicine</em>, 2025.\n    <p>Clinical notes about cancer patients hold valuable information, but extracting it in a structured form is difficult, and traditional natural language processing methods require extensive expert annotation and model training for each type of data. This paper introduces mCODEGPT, a tool for zero-shot information extraction from clinical free text, meaning it can pull structured data from notes without task-specific training. The aim is a more efficient and accurate way to standardize and structure clinical text for cancer research.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/artificial-intelligence-across-the-cancer-care-continuum/\">Artificial intelligence across the cancer care continuum</a>. <em>Cancer</em>, 2025.\n    <p>This review surveys how artificial intelligence is being applied across the full span of cancer care, from risk assessment and early detection through treatment, survivorship, and end-of-life care. It describes AI tools that combine data sources such as multi-omics and electronic health records to personalize prevention, improve medical imaging and pathology interpretation, and refine treatment and radiation planning, while noting that clinical adoption depends on rigorous validation, data privacy, and reducing bias. The authors emphasize that AI works best alongside clinical expertise and that responsible development and clinician education are essential.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/advancing-the-science-of-genomic-learning-healthcare-systems/\">Advancing the science of genomic learning healthcare systems</a>. <em>Learning Health Systems</em>, 2025.\n    <p>Genomic learning healthcare systems (gLHS) integrate genomics into routine clinical care, but they remain concentrated in major academic centers and largely operate independently. Drawing on deliberations of an expert group convened by the National Human Genome Research Institute plus relevant literature, this paper identifies characteristics of exemplary gLHS and argues that sharing their methods and tools would broaden access to these innovations. It reports that several such systems have agreed to form a coalition to gather, evaluate, and disseminate best practices, which the authors say could improve genomic variant curation and interpretation, diagnostic accuracy, and patient care.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/vanderbilt-clinical-informatics-center-education-strategy-to-infinity/\">Vanderbilt Clinical Informatics Center Education Strategy: To Infinity and Beyond!</a>. <em>Applied Clinical Informatics</em>, 2025.\n    <p>This paper describes how the Vanderbilt Clinical Informatics Center (VCLIC), based in the Department of Biomedical Informatics, educates and trains faculty, staff, students, and trainees in clinical informatics across the university and health system. Its approach combines formal programs, such as a clinical informatics graduate course, a master&#39;s in applied clinical informatics, a medical student course, a graduate medical education elective, and a clinical informatics fellowship, with informal offerings like workshops, seminars, conference-style events, short instructive videos, and hackathons. The described programs have trained hundreds of participants, and VCLIC-held events drew high satisfaction ratings, with an average score of 4.63 out of 5 and every event averaging above 4.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/radiomics-and-deep-learning-prediction-of-immunotherapy-induced-pneumo/\">Radiomics and Deep Learning Prediction of Immunotherapy-Induced Pneumonitis From Computed Tomography</a>. <em>JCO Clinical Cancer Informatics</em>, 2025.\n    <p>Immune checkpoint inhibitors can trigger pneumonitis, a potentially life-threatening lung inflammation that may force patients to stop treatment, so predicting who is at risk could make therapy safer. Using pre-treatment chest CT scans from cancer patients at Vanderbilt University Medical Center, the researchers built three image-based models and found that a deep learning model reading the raw scans (AUC 0.819) outperformed a traditional radiomics-only approach (AUC 0.747), while combining the two added little. The work suggests that analyzing pre-treatment scans with deep learning could help flag at-risk patients, supporting safer immunotherapy use and better stratification in drug trials.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/minimal-common-oncology-data-elements-genomics-pilot-project-enhancing/\">Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center</a>. <em>JCO Clinical Cancer Informatics</em>, 2024.\n    <p>Researchers at Vanderbilt University Medical Center made their Epic electronic health record compatible with mCODE, a FHIR-based consensus data standard for sharing cancer patient data. They built an end-to-end pipeline that converted EHR data into mCODE-compliant profiles and created a web application that visualizes genomic data and provides cancer risk assessments. The project is a proof of concept that mCODE can be integrated into a major health system&#39;s existing infrastructure, while also documenting the current limits of FHIR APIs for supporting complex data analysis in oncology research.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/integrating-electronic-health-records-ehrs-to-facilitate-cancer-biomar/\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>. <em>Journal of Clinical Oncology</em>, 2024.\n    <p>This work reports on a 2023 summit convened by the Association of Cancer Care Centers, where 37 oncologists, pathologists, nurse navigators, and administrators from varied settings discussed how to integrate cancer biomarker test ordering and results into the electronic health record. Participants identified benefits such as greater efficiency, streamlined communication, and improved clinical decision-making, along with success factors like strong clinical champions, administrative buy-in, and dedicated IT support. Reported barriers included variable EHR interoperability, use of multiple external reference labs, inconsistent nomenclature, and limited internal IT resources, pointing to what is needed to make EHR-integrated biomarker workflows more common.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/incorporating-integrated-diagnostics-into-precision-oncology-care-proc/\">Incorporating Integrated Diagnostics into Precision Oncology Care: Proceedings of a Workshop</a>., 2024.\n    <p>This is a published proceedings volume from a workshop on incorporating integrated diagnostics into precision oncology care. The available abstract does not describe the workshop&#39;s specific content or conclusions, noting only that the material can be read online, downloaded as a PDF, or ordered in print.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/prediction-of-effectiveness-and-toxicities-of-immune-checkpoint-inhibi/\">Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data</a>. <em>JCO Clinical Cancer Informatics</em>, 2024.\n    <p>This study used routine electronic health record data from more than 2,200 cancer patients treated with immune checkpoint inhibitors to build machine learning models that predict serious immune-related side effects (hepatitis, colitis, and pneumonitis) as well as one-year overall survival. The random forest models each drew on outcome-specific sets of features, such as laboratory measurements aggregated over time, and reached AUCs of roughly 0.73 to 0.76. The authors describe it as, to their knowledge, the first machine learning approach to assess an individual patient&#39;s checkpoint-inhibitor risk-benefit profile predominantly from routine structured EHR data, which could help inform treatment decisions and clinical trial selection.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/clinician-perspectives-regarding-the-impact-of-information-technology/\">Clinician Perspectives Regarding the Impact of Information Technology on Multidisciplinary Tumor Boards: A National Comprehensive Cancer Network Survey</a>. <em>JCO Clinical Cancer Informatics</em>, 2023.\n    <p>A National Comprehensive Cancer Network workgroup surveyed oncology clinicians across member institutions in early 2022 to understand how information technology tools, such as electronic health records and virtual conferencing, affect multidisciplinary tumor boards. Nearly all respondents reported that their tumor boards now include participants attending virtually, and most said attendance increased after virtualization while discussion quality stayed the same or improved. The survey also revealed gaps between how important clinicians consider EHR features (like adding patients for presentation or documenting recommendations in the EHR) and how often they can actually do those things, highlighting where EHR integration falls short of the ideal.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/next-generation-phenotyping-introducing-phecodex-for-enhanced-discover/\">Next-generation phenotyping: introducing phecodeX for enhanced discovery research in medical phenomics</a>. <em>Bioinformatics</em>, 2023.\n    <p>Phecodes are widely used phenotype definitions built from International Classification of Diseases codes, but the existing version (v1.2) was designed mainly for common, complex diseases in adults and has structural limitations. This paper introduces phecodeX, an expanded version with a revised structure and 1,761 new codes that add detail in areas previously under-represented, including infectious disease, pregnancy, congenital anomalies, and neonatology. The result is a more robust representation of the medical phenome for discovery research, and it is made freely available on GitHub.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/accuracy-and-reliability-of-chatbot-responses-to-physician-questions/\">Accuracy and Reliability of Chatbot Responses to Physician Questions</a>. <em>JAMA Network Open</em>, 2023.\n    <p>This study tested how well a chatbot (ChatGPT) answered real medical questions posed by clinicians. Thirty-three physicians across 17 specialties wrote 284 questions of varying difficulty, then graded the chatbot&#39;s answers for accuracy on a 6-point scale and completeness on a 3-point scale, also comparing GPT-3.5 with GPT-4 and consistency over time. The answers were largely accurate, with a median accuracy score of 5.5 (between almost completely and completely correct), suggesting such tools could make medical information more accessible while still carrying limitations that matter in clinical settings.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/identification-and-characterization-of-avoidable-hospital-admissions-i/\">Identification and Characterization of Avoidable Hospital Admissions in Patients With Lung Cancer</a>. <em>Journal of the National Comprehensive Cancer Network</em>, 2023.\n    <p>A multidisciplinary team retrospectively reviewed the records of lung cancer patients hospitalized during treatment in 2018 to distinguish avoidable from unavoidable admissions. Across 319 admissions in 188 patients, 15% were judged avoidable, and errors in medication management caused about a quarter of those; cancer-related symptoms accounted for most hospitalizations overall. Patients with avoidable admissions had markedly shorter median survival (1.6 vs 9.7 months), pointing to opportunities to reduce hospital burden through better symptom control, medication reconciliation, and timely hospice referral.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/implementing-innovation-informatics-based-technologies-to-improve-care/\">Implementing Innovation: Informatics-Based Technologies to Improve Care Delivery and Clinical Research</a>. <em>American Society of Clinical Oncology Educational Book</em>, 2023.\n    <p>This review examines three informatics initiatives intended to improve cancer care delivery and clinical research: the Clinical Trials Rapid Activation Consortium (CTRAC), the Minimal Common Oncology Data Elements (mCODE) data standard, and electronic patient-reported outcomes. Each initiative is at a different stage of maturity, and together they illustrate how new technology can speed clinical trial activation, improve data sharing between cancer centers, and enhance patient care. The authors frame these examples as part of a broader movement toward patient-centered data and interoperability in oncology.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/accelerated-curation-of-checkpoint-inhibitor-induced-colitis-cases-fro/\">Accelerated curation of checkpoint inhibitor-induced colitis cases from electronic health records</a>. <em>JAMIA Open</em>, 2023.\n    <p>The authors built an automated pipeline using a natural-language-processing model (BERT) to find electronic health record notes documenting colitis caused by immune checkpoint inhibitor cancer therapy, a step needed to assemble training data for predictive models. The multi-stage pipeline segmented long notes, filtered out likely false positives, and highlighted the colitis-relevant text, identifying ICI-colitis notes with 84% precision while cutting the manual chart-review workload by 75%. Because manual curation from EHR notes is burdensome, the approach could accelerate research and be adapted to other clinical topics.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/on-the-cusp-considering-the-impact-of-artificial-intelligence-language/\">On the cusp: Considering the impact of artificial intelligence language models in healthcare</a>. <em>Med (New York, N.Y.)</em>, 2023.\n    <p>This short commentary reflects on how AI language models such as ChatGPT could transform healthcare by spreading medical knowledge and personalizing patient education. The authors caution that, before these tools can be safely integrated into care, further research and robust oversight mechanisms are needed to ensure their accuracy and reliability.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/assessing-the-accuracy-and-reliability-of-ai-generated-medical-respons/\">Assessing the Accuracy and Reliability of AI-Generated Medical Responses: An Evaluation of the Chat-GPT Model (under review)</a>., 2023.\n    <p>This preprint evaluated how accurately and completely ChatGPT answered 284 medical questions written and graded by 33 physicians across 17 specialties. Answers were largely accurate (median accuracy 5.5 on a 6-point scale) and complete (median completeness 3, the top of the 3-point scale, meaning complete plus additional context), and answers that initially scored poorly often improved when the same questions were re-asked 8 to 17 days later. The authors conclude that ChatGPT generated largely accurate medical information as judged by specialist physicians, but with important limitations that require further research and validation.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/a-unified-approach-to-clinical-informatics-education-for-undergraduate/\">A Unified Approach to Clinical Informatics Education for Undergraduate and Graduate Medical Education</a>. <em>AMIA ... Annual Symposium proceedings. AMIA Symposium</em>, 2022.\n    <p>This paper describes a single clinical informatics course that Vanderbilt University Medical Center built to teach both undergraduate and graduate medical learners, structured around four activities: didactic sessions, an &quot;informatics history and physical&quot; in which learners observe clinical workflows and propose an informatics solution, hands-on time alongside practicing clinical informaticians, and case-based group work, with objectives modeled on the clinical informatics fellowship curriculum. Twenty-three learners completed the course, and feedback suggested it met its planned goals. The authors present it as a feasible model other institutions could adopt to address gaps in clinical informatics training.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/associations-of-influenza-vaccination-with-severity-of-immune-related/\">Associations of influenza vaccination with severity of immune-related adverse events in patients with advanced thoracic cancers on immune checkpoint inhibitors</a>. <em>ERJ open research</em>, 2022.\n    <p>This retrospective cohort study examined whether receiving an influenza vaccine around the time of immune checkpoint inhibitor therapy was associated with the severity of immune-related adverse events in patients with advanced thoracic cancer. Vaccinated patients had less severe immune-related adverse events overall and a lower risk of severe (grade 3-5) events, while vaccination showed no association with survival times. The authors conclude that influenza vaccination did not increase treatment toxicity in these patients and was linked to a reduced risk of severe immune-related events.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/two-uncomplicated-pregnancies-on-alectinib-in-a-woman-with-metastatic/\">Two Uncomplicated Pregnancies on Alectinib in a Woman With Metastatic ALK-Rearranged NSCLC: A Case Report</a>. <em>JTO Clinical and Research Reports</em>, 2022.\n    <p>This case report describes a woman with metastatic ALK-rearranged non-small cell lung cancer who was treated with the ALK inhibitor alectinib throughout two pregnancies, both of which had uncomplicated obstetrical and postnatal courses. Because safety data for alectinib during pregnancy are limited, the authors note this as only the second such reported case, and in it the drug did not appear to affect fetal or early childhood development. They caution that this does not exclude undetectable or delayed toxic effects and that additional study is needed.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/the-future-of-telemedicine-in-oncology/\">The Future of Telemedicine in Oncology</a>. <em>Journal of the National Comprehensive Cancer Network</em>, 2022.\n    <p>This article discusses how the COVID-19 pandemic drove a large surge in telemedicine use in oncology, with usage later settling below its early-pandemic peak but above pre-pandemic levels. The authors note that most oncology providers view telemedicine as beneficial and likely to stay, but point to barriers that hinder equitable delivery, including older age, rural residence, lower socioeconomic status, and racial/ethnic disparities. They argue that addressing these disparities, expanding broadband access, and educating both patients and providers are essential to telemedicine&#39;s future in cancer care.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/innovation-in-electronic-health-records-for-oncology-care-research-and/\">Innovation in Electronic Health Records for Oncology Care, Research, and Surveillance: Proceedings of a Workshop</a>., 2022.\n    <p>This document is the proceedings of a 2022 public workshop, hosted by the National Academies&#39; National Cancer Policy Forum and Computer Science and Telecommunications Board, examining how electronic health records are used across cancer care, research, and disease surveillance. It summarizes presentations and discussions on opportunities to improve patient care and outcomes through collaboration that enhances the development, implementation, and use of EHRs in oncology. It captures the workshop&#39;s conversations rather than reporting original study results.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/adoption-of-patient-generated-health-data-in-oncology-a-report-from-th/\">Adoption of Patient-Generated Health Data in Oncology: A Report From the NCCN EHR Oncology Advisory Group</a>. <em>Journal of the National Comprehensive Cancer Network</em>, 2022.\n    <p>This report from an NCCN advisory workgroup surveyed member cancer institutions to assess how widely patient-generated health data, such as patient-reported outcomes, is collected and integrated into electronic health records. Among the 23 responding institutions, use of such data was nearly universal and most embedded at least some of it into their EHRs, though many still relied on tools that were not fully integrated and governance practices varied. The authors conclude that patient-generated health data has not yet reached its full potential in oncology and recommend steps including governance processes that include patients.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/oncologist-perspectives-on-telemedicine-for-patients-with-cancer-a-nat/\">Oncologist Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network Survey</a>. <em>JCO Oncology Practice</em>, 2021.\n    <p>A National Comprehensive Cancer Network workgroup surveyed 1,038 oncology providers at 26 institutions in summer 2020 about using telemedicine after the COVID-19 pandemic pushed care online. Most providers found phone and video visits worked as well as or better than in-person visits for reviewing routine follow-up data, though far fewer felt telemedicine was as good for building a personal connection with patients, and nearly all said adverse outcomes rarely or never occurred. Providers estimated that about 46% of visits could be handled virtually going forward, while flagging barriers such as patients&#39; access to technology, clinical workflows, and uncertainty about insurance coverage.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/follow-up-interactive-long-term-expert-ranking-filter-a-crowdsourcing/\">Follow-up Interactive Long-Term Expert Ranking (FILTER): a crowdsourcing platform to adjudicate risk for survivorship care</a>. <em>JAMIA open</em>, 2021.\n    <p>The authors built an online platform called FILTER that lets oncologists and other survivorship experts judge which cancer survivors are at higher risk of complications during long-term follow-up. Participants compare pairs of synthetic patient cases, and an Elo ranking algorithm converts these head-to-head judgments into relative risk scores. The tool is live as a cloud-based web application and is intended to help tailor survivorship care to individual risk, which the authors suggest could improve both resource allocation and patient outcomes.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/my-cancer-genome-coevolution-of-precision-oncology-and-a-molecular-onc/\">My Cancer Genome: Coevolution of Precision Oncology and a Molecular Oncology Knowledgebase</a>. <em>JCO Clinical Cancer Informatics</em>, 2021.\n    <p>My Cancer Genome, a knowledge resource launched in 2011 to help clinicians interpret genomic test results for cancer treatment, originally relied on labor-intensive manual writing of each web page, which limited how quickly it could grow. The team redesigned it around an assertion-based data model, in which cause-and-effect statements are curated and stored so that reusable templates automatically generate and update the site&#39;s pages. This approach let the resource scale to more than 9,100 clinical trial pages, 18,100 gene and alteration pages, 900 disease pages, and 2,700 drug pages, illustrating how automated page generation can keep a precision oncology resource current as the field advances.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/framework-for-implementing-and-tracking-a-molecular-tumor-board-at-a-n/\">Framework for Implementing and Tracking a Molecular Tumor Board at a National Cancer Institute–Designated Comprehensive Cancer Center</a>. <em>The Oncologist</em>, 2021.\n    <p>As tumor genetic sequencing panels grew to cover hundreds of genes, oncologists increasingly struggled to interpret the results and choose treatments, so Vanderbilt-Ingram Cancer Center set up two molecular tumor boards: one for its own patients and a global community board open to a wider population. These boards bring together oncologists, pathologists, geneticists, and genetic counselors to review cases and produce formal treatment recommendations documented in the medical record. By December 2020 the boards had discussed over 170 institutional cases from 77 providers plus 58 international cases from six countries, and the authors share their best practices as a framework other institutions can replicate.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/women-screened-for-breast-cancer-are-dying-from-lung-cancer-an-opportu/\">Women screened for breast cancer are dying from lung cancer: An opportunity to improve lung cancer screening in a mammography population</a>. <em>Journal of Medical Screening</em>, 2021.\n    <p>This study examined whether women getting mammograms could also benefit from lung cancer screening, reviewing records of 18,040 women screened for breast cancer in 2015 at two facilities that offered both. Using a natural language processing algorithm plus manual chart review, the team identified 251 women who met USPSTF criteria for lung screening based on age and smoking history, but only 63 (25%) went on to enroll in lung screening. Among those who enrolled, three lung cancers were detected with no deaths, whereas among the 188 who were not screened, seven developed lung cancer and five died, pointing to a missed opportunity to catch lung cancer earlier in women already coming in for breast screening.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/learnings-from-precision-clinical-trial-matching-for-oncology-patients/\">Learnings From Precision Clinical Trial Matching for Oncology Patients Who Received NGS Testing</a>. <em>JCO Clinical Cancer Informatics</em>, 2021.\n    <p>Tumor sequencing reports often suggest clinical trials for patients based on their diagnosis and genetic profile, but those automated lists include many poor matches that physicians must weed out by hand. The authors compared automatically generated trial recommendations against the same lists after manual prescreening and found that trial-specific details, especially whether individual trial arms were still recruiting, were the largest source of false-positive matches. They conclude that building such trial-specific criteria into automated matching, and making trial recruiting status publicly available at the arm level, could substantially reduce false positives and ease the burden on physicians selecting trials for their patients.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/a-retrospective-approach-to-evaluating-potential-adverse-outcomes-asso/\">A retrospective approach to evaluating potential adverse outcomes associated with delay of procedures for cardiovascular and cancer-related diagnoses in the context of COVID-19</a>. <em>Journal of Biomedical Informatics</em>, 2021.\n    <p>When Vanderbilt University Medical Center suspended elective procedures and non-urgent visits early in the COVID-19 pandemic, the researchers built an approach using electronic health record data to measure how those delays affected patients. Comparing procedures during the shutdown against the same weeks in 2019, they identified 416 negatively affected surgical procedures and found 27 statistically significant associations between procedure delay and adverse outcomes such as longer hospital stays, in-hospital death, later cancer stage at diagnosis, and lower five-year survival, with clinician review judging 88.9% of those associations plausible and potentially clinically significant. The method gives health systems a way to identify which delayed procedures carry real risk so they can prioritize rescheduling and communicate with patients.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/improving-cancer-data-interoperability-the-promise-of-the-minimal-comm/\">Improving Cancer Data Interoperability: The Promise of the Minimal Common Oncology Data Elements (mCODE) Initiative</a>. <em>JCO Clinical Cancer Informatics</em>, 2020.\n    <p>This paper describes the Minimal Common Oncology Data Elements (mCODE), a consensus data standard developed through an ASCO-convened work group to make it easier to share structured cancer patient data across electronic health records. The specification is organized into six domains (patient, laboratory/vital, disease, genomics, treatment, and outcome) spanning 23 profiles and 90 data elements, and it advanced through public comment and Health Level 7 balloting to reach its version 1.0 Fast Healthcare Interoperability Resources implementation guide in March 2020. mCODE aims to build shared infrastructure to better connect cancer care and research, is available free, and had pilot implementations underway.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/seven-decades-of-chemotherapy-clinical-trials-a-pan-cancer-social-netw/\">Seven decades of chemotherapy clinical trials: a pan-cancer social network analysis</a>. <em>Scientific Reports</em>, 2020.\n    <p>The authors performed a social network analysis of authors who published chemotherapy-based prospective cancer trials from 1946 to 2018, tracking how the community grew from fewer than 50 authors to 29,197. By 2018 nearly all authors were connected, but connections tended to cluster within the same or similar fields, a small number of individuals held disproportionate influence, and women were underrepresented and likelier to have lower impact, shorter productive periods, and less centrality. The analysis characterizes the trialist network as a mix of cooperation and competition and projects that parity for new authors by gender may arrive around 2032.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/trends-in-fda-cancer-registration-trial-design-over-time-1969-2020/\">Trends in FDA cancer registration trial design over time, 1969-2020.</a>. <em>Journal of Clinical Oncology</em>, 2020.\n    <p>This study reviewed the package inserts of 258 FDA-approved oncology drugs to examine how the design of trials supporting cancer drug approvals changed from 1969 to 2020, linking trials to the HemOnc ontology and grouping them into four designs (escalation, in-class comparison, out-of-class switch, and de-escalation). Of 556 registration trials identified, 372 (67%) were randomized controlled trials, and approvals rose exponentially over time. This is a conference abstract.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/conceptual-framework-to-support-clinical-trial-optimization-and-end-to/\">Conceptual Framework to Support Clinical Trial Optimization and End-to-End Enrollment Workflow</a>. <em>JCO Clinical Cancer Informatics</em>, 2019.\n    <p>This paper presents a conceptual framework for improving how clinical trials are optimized and how patients are enrolled, and reviews the current state, limitations, and future trends in this space. The framework spans knowledge representation of clinical trials, trial optimization and design, enrollment workflows for prospective patient-trial matching, waitlist management, and strategies for evaluating improvement. It is a framework and review rather than a study reporting new results.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/hypertension-and-use-of-bevacizumab-among-patients-treated-in-communit/\">Hypertension and use of bevacizumab among patients treated in community settings.</a>. <em>Journal of Clinical Oncology</em>, 2019.\n    <p>Using CancerLinQ Discovery, a real-world dataset drawn from US electronic health records, the researchers examined hypertension and blood pressure patterns among breast cancer and lung cancer patients treated with bevacizumab. Among 1,941 breast cancer and 4,590 lung cancer patients treated from 2005 to 2017, more than half had hypertension at baseline, and a large share saw their systolic blood pressure rise by at least 10 mmHg within 120 days of starting bevacizumab, including many who began with normal blood pressure. This is a conference abstract describing real-world blood pressure changes associated with bevacizumab in community-treated patients.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/learnings-from-a-pragmatic-study-to-evaluate-benefit-of-performing-ref/\">Learnings from a pragmatic study to evaluate benefit of performing reflex clinical trial matching and providing clinical decision support to physicians.</a>. <em>Journal of Clinical Oncology</em>, 2019.\n    <p>This pragmatic study tested whether automatically triggering a clinical trial match when a patient&#39;s tumor sequencing results arrived, then having a research nurse refine the matches and message recommendations to randomized providers, could ease trial enrollment. In a pilot of 60 patients, provider response rate was 94%, but 17% of patients had outdated vital-status records and trial cohort recruiting statuses caused the largest share of false matches (44%). The authors conclude that meaningful gains in trial enrollment require reliable, publicly maintained data on trial recruiting status at the individual arm or cohort level.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/the-impact-of-big-data-research-on-practice-policy-and-cancer-care/\">The Impact of Big Data Research on Practice, Policy, and Cancer Care</a>. <em>American Society of Clinical Oncology Educational Book</em>, 2019.\n    <p>This review examines how aggregating and analyzing large data sources can inform cancer clinical practice and policy, focusing on three types: pooled clinical trial data, administrative and insurance claims data, and electronic health record data. It weighs the benefits of each source against their inherent limitations and offers next steps for researchers, clinicians, and policymakers. The authors suggest that combining these data sources, and eventually applying machine learning, could improve knowledge and patient outcomes.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/impact-of-the-influenza-vaccination-on-cancer-patients-undergoing-ther/\">Impact of the influenza vaccination on cancer patients undergoing therapy with immune checkpoint inhibitors (ICI).</a>. <em>Journal of Clinical Oncology</em>, 2018.\n    <p>This retrospective review of 534 cancer patients treated with immune checkpoint inhibitors at Vanderbilt-Ingram Cancer Center compared those who received the influenza vaccine (72.1%) with those who did not. Vaccinated and unvaccinated patients developed similar overall rates of immune-related adverse events, but among the patients who did develop such events, those who were unvaccinated were more likely to have pneumonitis and to be admitted; separately, unvaccinated patients were more likely to be admitted for flu-related complications. Vaccination did not change progression-free survival but was associated with improved overall survival, suggesting the flu vaccine did not increase toxicity in these patients and may be linked to better outcomes.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/phenotype-risk-scores-identify-patients-with-unrecognized-mendelian-di/\">Phenotype risk scores identify patients with unrecognized Mendelian disease patterns</a>. <em>Science</em>, 2018.\n    <p>The authors developed phenotype risk scores (PheRS) that aggregate clinical features from electronic health records according to the patterns of 1,204 known Mendelian diseases, rather than examining symptoms one at a time. The score distinguished cases from controls for five Mendelian diseases, and applying it to 21,701 genotyped individuals uncovered 18 associations between rare genetic variants and Mendelian-consistent phenotypes, including 16 patients whose rare variants were linked to severe outcomes such as organ transplants. The work suggests undiagnosed Mendelian disease may be more common than assumed and that this approach can aid interpretation of rare genetic variants.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/evaluating-phecodes-clinical-classification-software-and-icd-9-cm-code/\">Evaluating phecodes, clinical classification software, and ICD-9-CM codes for phenome-wide association studies in the electronic health record</a>. <em>PloS One</em>, 2017.\n    <p>This study compared three ways of grouping electronic health record billing codes (raw ICD-9-CM codes, the Clinical Classification Software groupings, and manually curated phecodes) for how well each captures clinically meaningful phenotypes and reproduces known genetic associations, using 100 phenotypes and 440 SNP-phenotype pairs. Phecodes exactly matched 83 of the 100 phenotypes, compared with 53 for ICD-9-CM and 32 for CCS, and replicated more known genetic associations with generally stronger effect sizes. The results support phecodes as a better-suited coding scheme for phenome-wide association studies in electronic health records.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/utility-of-adding-clinical-data-to-a-molecular-results-portal-for-impr/\">Utility of adding clinical data to a molecular results portal for improving clinical trial prescreening efficiency.</a>. <em>Journal of Clinical Oncology</em>, 2017.\n    <p>This study evaluated whether adding minimal clinical data to a genomic results portal could make clinical trial prescreening more efficient for three molecularly driven trials at Vanderbilt-Ingram Cancer Center. Starting from 7,200 patients with sequencing data, gene-level and diagnosis criteria identified 68 potentially eligible patients; adding specific alteration detail removed 29% of them, and adding vital status removed an additional 42% of those remaining. The authors conclude that combining structured clinical and molecular data from the enterprise data warehouse improves prescreening efficiency and reduces manual chart review.</p>\n  </li>\n  <li>\n    <a href=\"/research/publications/advances-in-website-information-resources-to-aid-in-clinical-practice/\">Advances in website information resources to aid in clinical practice</a>. <em>American Society of Clinical Oncology educational book / ASCO. American Society of Clinical Oncology. Meeting</em>, 2015.\n    <p>This review surveys internet-based information resources that practicing oncologists can use in everyday clinical work, spanning general medicine, oncology-specific tools, and social media. The authors note that the volume of new cancer literature is overwhelming, with a new cancer-related article added to the MEDLINE database roughly every three minutes, and argue that well-chosen online resources can help clinicians organize that flood of information into usable knowledge. It matters because it points busy oncologists toward reliable &#39;just-in-time&#39; resources to support better patient care.</p>\n  </li>\n</ol>\n\n<p class=\"see-also\">\n  Back to <a href=\"/research/\">all research</a>.\n</p>\n"
    },
    {
      "id": "https://osterman.co/research/publications/clonal-hematopoiesis-of-indeterminate-potential-after-radiation-therap/",
      "url": "https://osterman.co/research/publications/clonal-hematopoiesis-of-indeterminate-potential-after-radiation-therap/",
      "title": "Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy",
      "date_published": "2026-07-21T12:18:38.000Z",
      "summary": "Plain-language summary of a peer-reviewed publication by Travis Osterman: Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy</h1>\n</header>\n\n<p class=\"post-meta\"><em>International Journal of Radiation Oncology*Biology*Physics</em>, 2025\n</p>\n\n<h2>Plain-language summary</h2>\n<p class=\"lede\">This study examined whether radiation therapy contributes to clonal hematopoiesis of indeterminate potential (CHIP), a blood condition linked to higher risk of blood cancers and cardiovascular disease. Analyzing blood samples from 489 cancer patients treated with radiation and comparing them with 854 patients who had neither radiation nor chemotherapy, the authors detected CHIP in 23% of irradiated patients and found a higher likelihood of CHIP after radiation, with risk rising as the radiation dose increased. The findings suggest that radiation dose and technique may influence CHIP development, which matters for understanding the long-term risks of cancer treatment.</p>\n\n\n<p><a href=\"https://doi.org/10.1016/j.ijrobp.2025.10.006\">Read the full paper</a> (DOI: 10.1016/j.ijrobp.2025.10.006).</p>\n\n\n<p class=\"footnote\">\n  This is a plain-language summary written for discoverability; the authoritative\n  version is the published paper. Part of\n  <a href=\"/research/\">Travis Osterman's peer-reviewed publications</a>.\n</p>\n\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"ScholarlyArticle\",\n  \"@id\": \"https://osterman.co/research/publications/clonal-hematopoiesis-of-indeterminate-potential-after-radiation-therap/#article\",\n  \"headline\": \"Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy\",\n  \"publication\": \"International Journal of Radiation Oncology*Biology*Physics\",\n  \"datePublished\": \"2025\",\n  \"sameAs\": \"https://doi.org/10.1016/j.ijrobp.2025.10.006\",\n  \"url\": \"https://osterman.co/research/publications/clonal-hematopoiesis-of-indeterminate-potential-after-radiation-therap/\",\n  \"author\": { \"@id\": \"https://osterman.co/#person\" },\n  \"about\": { \"@id\": \"https://osterman.co/#person\" },\n  \"isPartOf\": { \"@id\": \"https://osterman.co/#website\" },\n  \"abstract\": \"This study examined whether radiation therapy contributes to clonal hematopoiesis of indeterminate potential (CHIP), a blood condition linked to higher risk of blood cancers and cardiovascular disease. Analyzing blood samples from 489 cancer patients treated with radiation and comparing them with 854 patients who had neither radiation nor chemotherapy, the authors detected CHIP in 23% of irradiated patients and found a higher likelihood of CHIP after radiation, with risk rising as the radiation dose increased. The findings suggest that radiation dose and technique may influence CHIP development, which matters for understanding the long-term risks of cancer treatment.\"\n}\n</script>\n"
    },
    {
      "id": "https://osterman.co/research/",
      "url": "https://osterman.co/research/",
      "title": "Research — Travis Osterman | Publications, Patents, Grants",
      "date_published": "2026-07-21T12:18:38.000Z",
      "summary": "Peer-reviewed publications, abstracts, and patents by Dr. Travis Osterman in clinical informatics, precision oncology, mCODE, and AI for cancer care.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Research</h1>\n  <p class=\"lede\">\n    50 peer-reviewed publications,\n    29 abstracts, and\n    1 patent.\n    Last updated: <time datetime=\"2026-09-06T08:30:16Z\">2026-09-06</time>.\n  </p>\n</header>\n\n<nav class=\"toc\" aria-label=\"On this page\">\n  <strong>On this page</strong>\n  <ul>\n    <li><a href=\"#case-studies\">Case studies (3)</a></li>\n    <li><a href=\"#collaborators\">Co-author network</a></li>\n    <li><a href=\"#peer-reviewed\">Peer-reviewed publications (50)</a></li>\n    <li><a href=\"#abstracts\">Abstracts (29)</a></li>\n    <li><a href=\"#patents\">Patents (1)</a></li>\n  </ul>\n</nav>\n\n<h2 id=\"case-studies\">Case studies</h2>\n\n<p>\n  Detailed accounts of programs Dr. Osterman has led - what the problem\n  was, what the team did, what shipped, and what comes next. Each case\n  study cites the underlying peer-reviewed work.\n</p>\n\n<ul class=\"project-grid project-grid--clickable\" role=\"list\">\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h3><a href=\"/case-studies/mcode/\">mCODE</a></h3>\n      <span class=\"chip chip-public\">flagship</span>\n    </header>\n    <p>\n      From an open-source oncology data standard to the only method of\n      submitting data to a federal value-based care program. The story of\n      mCODE's launch, governance, and regulatory uptake - and the parallel\n      story of bringing structured genomic data into the EHR at scale.\n    </p>\n    <p class=\"project-card-meta\">Promise of mCODE (JCO CCI 2020) · mCODEGPT (Comm Med 2025)</p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h3><a href=\"/case-studies/digital-precision-oncology/\">Digital Precision Oncology</a></h3>\n      <span class=\"chip chip-public\">2019-2024</span>\n    </header>\n    <p>\n      Five-year strategic research collaboration with GE HealthCare on\n      predicting immune checkpoint inhibitor effectiveness and toxicities\n      from real-world EHR data. PI on the flagship study; four\n      peer-reviewed manuscripts and a patent.\n    </p>\n    <p class=\"project-card-meta\">Lippenszky et al. (JCO CCI 2024) · Smith et al. (JCO CCI 2025)</p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h3><a href=\"/case-studies/ai-in-oncology/\">AI in oncology</a></h3>\n      <span class=\"chip chip-public\">ongoing</span>\n    </header>\n    <p>\n      From one of the first peer-reviewed evaluations of ChatGPT in\n      clinical Q&amp;A to a comprehensive review of AI across the cancer\n      care continuum. How clinical AI gets validated, where it actually\n      helps, and why it depends on structured data underneath.\n    </p>\n    <p class=\"project-card-meta\">On the cusp (Med 2023) · AI across the cancer care continuum (Cancer 2025)</p>\n  </li>\n</ul><h2 id=\"collaborators\">Co-author network</h2>\n\n<p>\n  A force-directed graph of co-authors with whom Dr. Osterman has\n  published at least two peer-reviewed papers or abstracts. Node size\n  scales with joint-publication count; edges connect collaborators who\n  have also co-authored with each other. Hover any node for the name\n  and count. The graph is built from the same Zotero corpus that drives\n  the publication and abstract lists below.\n</p>\n\n<figure class=\"coauthor-figure\" id=\"coauthor-graph\">\n  <img src=\"/assets/img/coauthor-network.svg\"\n       alt=\"Force-directed co-author network showing Travis Osterman at center connected to more than one hundred frequent collaborators, including Jan Wolber, Christine Micheel, Levente Lippenszky, Michele LeNoue-Newton, and Eszter Csernai as the most-connected nodes.\"\n       width=\"1200\" height=\"760\" loading=\"lazy\" />\n  <figcaption>\n    Visible labels are the fifteen most-frequent co-authors; the rest are\n    visible on hover. Browsers with JS auto-replace this with an interactive\n    canvas (drag, zoom, click-to-focus).\n  </figcaption>\n</figure>\n<script src=\"/assets/js/coauthor-graph.js\" defer></script>\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications</h2>\n    <h3 id=\"peer-reviewed-2026\">2026</h3>\n    <ol class=\"biblio\">\n      <li>\n        Michael J. Robinson et al.\n        <a href=\"https://doi.org/10.1186/s12885-026-16854-x\">The CAUSAL study: a prospective cohort of sarcoma survivors across the lifespan</a>.\n        <em>BMC Cancer</em>.\n        <small>doi:<a href=\"https://doi.org/10.1186/s12885-026-16854-x\">10.1186/s12885-026-16854-x</a></small>\n        \n        <small class=\"date\">Aug 27, 2026</small>\n      </li>\n      <li>\n        .\n        <a href=\"https://doi.org/10.6004/jnccn.2026.5019\">Harnessing Artificial Intelligence to Improve Oncology Care</a>.\n        <em>Journal of the National Comprehensive Cancer Network</em>.\n        <small>doi:<a href=\"https://doi.org/10.6004/jnccn.2026.5019\">10.6004/jnccn.2026.5019</a></small>\n        \n        <small class=\"date\">May 20, 2026</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"peer-reviewed-2025\">2025</h3>\n    <ol class=\"biblio\">\n      <li>\n        Heng Tan, Travis J. Osterman.\n        <a href=\"https://doi.org/10.1200/CCI-25-00350\">SmokeBERT and Beyond: Bridging Clinical Narratives and Structured Smoking Data To Improve Lung Cancer Screening</a>.\n        <em>JCO clinical cancer informatics</em>.\n        <small>doi:<a href=\"https://doi.org/10.1200/CCI-25-00350\">10.1200/CCI-25-00350</a></small>\n        \n        <small class=\"date\">Dec 22, 2025</small>\n      </li>\n      <li>\n        Shelby A. Crants et al.\n        <a href=\"https://doi.org/10.1016/j.ijrobp.2025.10.006\">Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy</a>.\n        <em>International Journal of Radiation Oncology*Biology*Physics</em>.\n        <small>doi:<a href=\"https://doi.org/10.1016/j.ijrobp.2025.10.006\">10.1016/j.ijrobp.2025.10.006</a></small>\n        <small>&middot; <a href=\"/research/publications/clonal-hematopoiesis-of-indeterminate-potential-after-radiation-therap/\">plain-language summary</a></small>\n        <small class=\"date\">Oct 24, 2025</small>\n      </li>\n      <li>\n        Kai Zhang, Tongtong Huang, Bradley A. Malin, Travis Osterman, Qi Long, Xiaoqian Jiang.\n        <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research</a>.\n        <em>Communications Medicine</em>.\n        <small>doi:<a href=\"https://doi.org/10.1038/s43856-025-01116-x\">10.1038/s43856-025-01116-x</a></small>\n        <small>&middot; <a href=\"/research/publications/introducing-mcodegpt-as-a-zero-shot-information-extraction-from-clinic/\">plain-language summary</a></small>\n        <small class=\"date\">Oct 15, 2025</small>\n      </li>\n      <li>\n        Irbaz Bin Riaz, Muhammad Ali Khan, Travis J. Osterman.\n        <a href=\"https://doi.org/10.1002/cncr.70050\">Artificial intelligence across the cancer care continuum</a>.\n        <em>Cancer</em>.\n        <small>doi:<a href=\"https://doi.org/10.1002/cncr.70050\">10.1002/cncr.70050</a></small>\n        <small>&middot; <a href=\"/research/publications/artificial-intelligence-across-the-cancer-care-continuum/\">plain-language summary</a></small>\n        <small class=\"date\">Aug 15, 2025</small>\n      </li>\n      <li>\n        Teri A. Manolio et al.\n        <a href=\"https://doi.org/10.1002/lrh2.70027\">Advancing the science of genomic learning healthcare systems</a>.\n        <em>Learning Health Systems</em>.\n        <small>doi:<a href=\"https://doi.org/10.1002/lrh2.70027\">10.1002/lrh2.70027</a></small>\n        <small>&middot; <a href=\"/research/publications/advancing-the-science-of-genomic-learning-healthcare-systems/\">plain-language summary</a></small>\n        <small class=\"date\">Jul 23, 2025</small>\n      </li>\n      <li>\n        Elise Russo et al.\n        <a href=\"https://doi.org/10.1055/a-2443-8318\">Vanderbilt Clinical Informatics Center Education Strategy: To Infinity and Beyond!</a>.\n        <em>Applied Clinical Informatics</em>.\n        <small>doi:<a href=\"https://doi.org/10.1055/a-2443-8318\">10.1055/a-2443-8318</a></small>\n        <small>&middot; <a href=\"/research/publications/vanderbilt-clinical-informatics-center-education-strategy-to-infinity/\">plain-language summary</a></small>\n        <small class=\"date\">Feb 26, 2025</small>\n      </li>\n      <li>\n        David S. Smith et al.\n        <a href=\"https://doi.org/10.1200/CCI-24-00198\">Radiomics and Deep Learning Prediction of Immunotherapy-Induced Pneumonitis From Computed Tomography</a>.\n        <em>JCO Clinical Cancer Informatics</em>.\n        <small>doi:<a href=\"https://doi.org/10.1200/CCI-24-00198\">10.1200/CCI-24-00198</a></small>\n        <small>&middot; <a href=\"/research/publications/radiomics-and-deep-learning-prediction-of-immunotherapy-induced-pneumo/\">plain-language summary</a></small>\n        <small class=\"date\">Feb 20, 2025</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"peer-reviewed-2024\">2024</h3>\n    <ol class=\"biblio\">\n      <li>\n        Yanwei Li et al.\n        <a href=\"https://doi.org/10.1200/CCI.23.00249\">Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center</a>.\n        <em>JCO Clinical Cancer Informatics</em>.\n        <small>doi:<a href=\"https://doi.org/10.1200/CCI.23.00249\">10.1200/CCI.23.00249</a></small>\n        <small>&middot; <a href=\"/research/publications/minimal-common-oncology-data-elements-genomics-pilot-project-enhancing/\">plain-language summary</a></small>\n        <small class=\"date\">Jun 28, 2024</small>\n      </li>\n      <li>\n        Travis J. Osterman, Jiarong Ye.\n        <a href=\"https://doi.org/10.1002/cncr.35441\">The importance of studying the implementation of cancer data standards</a>.\n        <em>Cancer</em>.\n        <small>doi:<a href=\"https://doi.org/10.1002/cncr.35441\">10.1002/cncr.35441</a></small>\n        \n        <small class=\"date\">Jun 14, 2024</small>\n      </li>\n      <li>\n        Karen M. Huelsman et al.\n        <a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>.\n        <em>Journal of Clinical Oncology</em>.\n        <small>doi:<a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">10.1200/JCO.2024.42.16_suppl.e13649</a></small>\n        <small>&middot; <a href=\"/research/publications/integrating-electronic-health-records-ehrs-to-facilitate-cancer-biomar/\">plain-language summary</a></small>\n        <small class=\"date\">May 29, 2024</small>\n      </li>\n      <li>\n        Engineering National Academies of Sciences.\n        <a href=\"https://doi.org/10.17226/27744\">Incorporating Integrated Diagnostics into Precision Oncology Care: Proceedings of a Workshop</a>.\n        .\n        <small>doi:<a href=\"https://doi.org/10.17226/27744\">10.17226/27744</a></small>\n        <small>&middot; <a href=\"/research/publications/incorporating-integrated-diagnostics-into-precision-oncology-care-proc/\">plain-language summary</a></small>\n        <small class=\"date\">Apr 17, 2024</small>\n      </li>\n      <li>\n        Levente Lippenszky et al.\n        <a href=\"https://doi.org/10.1200/CCI.23.00207\">Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data</a>.\n        <em>JCO Clinical Cancer Informatics</em>.\n        <small>doi:<a href=\"https://doi.org/10.1200/CCI.23.00207\">10.1200/CCI.23.00207</a></small>\n        <small>&middot; <a href=\"/research/publications/prediction-of-effectiveness-and-toxicities-of-immune-checkpoint-inhibi/\">plain-language summary</a></small>\n        <small class=\"date\">Mar 21, 2024</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"peer-reviewed-2023\">2023</h3>\n    <ol class=\"biblio\">\n      <li>\n        Waddah Arafat et al.\n        <a href=\"https://doi.org/10.1200/CCI.23.00056\">Clinician Perspectives Regarding the Impact of Information Technology on Multidisciplinary Tumor Boards: A National Comprehensive Cancer Network Survey</a>.\n        <em>JCO Clinical Cancer Informatics</em>.\n        <small>doi:<a href=\"https://doi.org/10.1200/CCI.23.00056\">10.1200/CCI.23.00056</a></small>\n        <small>&middot; <a href=\"/research/publications/clinician-perspectives-regarding-the-impact-of-information-technology/\">plain-language summary</a></small>\n        <small class=\"date\">Nov 9, 2023</small>\n      </li>\n      <li>\n        Megan M Shuey et al.\n        <a href=\"https://doi.org/10.1093/bioinformatics/btad655\">Next-generation phenotyping: introducing phecodeX for enhanced discovery research in medical phenomics</a>.\n        <em>Bioinformatics</em>.\n        <small>doi:<a href=\"https://doi.org/10.1093/bioinformatics/btad655\">10.1093/bioinformatics/btad655</a></small>\n        <small>&middot; <a href=\"/research/publications/next-generation-phenotyping-introducing-phecodex-for-enhanced-discover/\">plain-language summary</a></small>\n        <small class=\"date\">Nov 1, 2023</small>\n      </li>\n      <li>\n        Rachel S. Goodman et al.\n        <a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Accuracy and Reliability of Chatbot Responses to Physician Questions</a>.\n        <em>JAMA Network Open</em>.\n        <small>doi:<a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">10.1001/jamanetworkopen.2023.36483</a></small>\n        <small>&middot; <a href=\"/research/publications/accuracy-and-reliability-of-chatbot-responses-to-physician-questions/\">plain-language summary</a></small>\n        <small class=\"date\">Oct 2, 2023</small>\n      </li>\n      <li>\n        Eric M. Lander et al.\n        <a href=\"https://doi.org/10.6004/jnccn.2023.7049\">Identification and Characterization of Avoidable Hospital Admissions in Patients With Lung Cancer</a>.\n        <em>Journal of the National Comprehensive Cancer Network</em>.\n        <small>doi:<a href=\"https://doi.org/10.6004/jnccn.2023.7049\">10.6004/jnccn.2023.7049</a></small>\n        <small>&middot; <a href=\"/research/publications/identification-and-characterization-of-avoidable-hospital-admissions-i/\">plain-language summary</a></small>\n        <small class=\"date\">Oct 1, 2023</small>\n      </li>\n      <li>\n        Travis J. Osterman, James C. Yao, Monika K. Krzyzanowska.\n        <a href=\"https://doi.org/10.1200/EDBK_389880\">Implementing Innovation: Informatics-Based Technologies to Improve Care Delivery and Clinical Research</a>.\n        <em>American Society of Clinical Oncology Educational Book</em>.\n        <small>doi:<a href=\"https://doi.org/10.1200/EDBK_389880\">10.1200/EDBK_389880</a></small>\n        <small>&middot; <a href=\"/research/publications/implementing-innovation-informatics-based-technologies-to-improve-care/\">plain-language summary</a></small>\n        <small class=\"date\">May 22, 2023</small>\n      </li>\n      <li>\n        Protiva Rahman et al.\n        <a href=\"https://doi.org/10.1093/jamiaopen/ooad017\">Accelerated curation of checkpoint inhibitor-induced colitis cases from electronic health records</a>.\n        <em>JAMIA Open</em>.\n        <small>doi:<a href=\"https://doi.org/10.1093/jamiaopen/ooad017\">10.1093/jamiaopen/ooad017</a></small>\n        <small>&middot; <a href=\"/research/publications/accelerated-curation-of-checkpoint-inhibitor-induced-colitis-cases-fro/\">plain-language summary</a></small>\n        <small class=\"date\">Apr 1, 2023</small>\n      </li>\n      <li>\n        Rachel S. Goodman, J. Randall Patrinely, Travis Osterman, Lee Wheless, Douglas B. Johnson.\n        <a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">On the cusp: Considering the impact of artificial intelligence language models in healthcare</a>.\n        <em>Med (New York, N.Y.)</em>.\n        <small>doi:<a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">10.1016/j.medj.2023.02.008</a></small>\n        <small>&middot; <a href=\"/research/publications/on-the-cusp-considering-the-impact-of-artificial-intelligence-language/\">plain-language summary</a></small>\n        <small class=\"date\">Mar 10, 2023</small>\n      </li>\n      <li>\n        Douglas Johnson et al.\n        <a href=\"https://doi.org/10.21203/rs.3.rs-2566942/v1\">Assessing the Accuracy and Reliability of AI-Generated Medical Responses: An Evaluation of the Chat-GPT Model (under review)</a>.\n        .\n        <small>doi:<a href=\"https://doi.org/10.21203/rs.3.rs-2566942/v1\">10.21203/rs.3.rs-2566942/v1</a></small>\n        <small>&middot; <a href=\"/research/publications/assessing-the-accuracy-and-reliability-of-ai-generated-medical-respons/\">plain-language summary</a></small>\n        <small class=\"date\">Feb 28, 2023</small>\n      </li>\n    </ol>\n  \n\n\n  <h3 id=\"peer-reviewed-older\">3+ years</h3>\n  <ol class=\"biblio\">\n    <li>\n      Dara E. Mize, Travis J. Osterman.\n      A Unified Approach to Clinical Informatics Education for Undergraduate and Graduate Medical Education.\n      <em>AMIA ... Annual Symposium proceedings. AMIA Symposium</em> (2022).\n      \n        <small>&middot; <a href=\"/research/publications/a-unified-approach-to-clinical-informatics-education-for-undergraduate/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Emily Pei-Ying Lin et al.\n      <a href=\"https://doi.org/10.1183/23120541.00684-2021\">Associations of influenza vaccination with severity of immune-related adverse events in patients with advanced thoracic cancers on immune checkpoint inhibitors</a>.\n      <em>ERJ open research</em> (2022).\n      <small>doi:<a href=\"https://doi.org/10.1183/23120541.00684-2021\">10.1183/23120541.00684-2021</a></small>\n        <small>&middot; <a href=\"/research/publications/associations-of-influenza-vaccination-with-severity-of-immune-related/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Chloe Weidenbaum, Christopher G. Cann, Sarah Osmundson, Wade T. Iams, Travis Osterman.\n      <a href=\"https://doi.org/10.1016/j.jtocrr.2022.100361\">Two Uncomplicated Pregnancies on Alectinib in a Woman With Metastatic ALK-Rearranged NSCLC: A Case Report</a>.\n      <em>JTO Clinical and Research Reports</em> (2022).\n      <small>doi:<a href=\"https://doi.org/10.1016/j.jtocrr.2022.100361\">10.1016/j.jtocrr.2022.100361</a></small>\n        <small>&middot; <a href=\"/research/publications/two-uncomplicated-pregnancies-on-alectinib-in-a-woman-with-metastatic/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Lucy R. Langer, Amye Tevaarwerk, Robin Zon, Travis Osterman.\n      <a href=\"https://doi.org/10.6004/jnccn.2022.5020\">The Future of Telemedicine in Oncology</a>.\n      <em>Journal of the National Comprehensive Cancer Network</em> (2022).\n      <small>doi:<a href=\"https://doi.org/10.6004/jnccn.2022.5020\">10.6004/jnccn.2022.5020</a></small>\n        <small>&middot; <a href=\"/research/publications/the-future-of-telemedicine-in-oncology/\">plain-language summary</a></small>\n    </li>\n    <li>\n      National Cancer Policy Forum, Board on Health Care Services, Computer Science and Telecommunications Board, Division on Engineering and Physical Sciences, Health and Medicine Division, National Academies of Sciences, Engineering, and Medicine.\n      <a href=\"http://www.ncbi.nlm.nih.gov/books/NBK586301/\">Innovation in Electronic Health Records for Oncology Care, Research, and Surveillance: Proceedings of a Workshop</a>.\n       (2022).\n      \n        <small>&middot; <a href=\"/research/publications/innovation-in-electronic-health-records-for-oncology-care-research-and/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Peter D. Stetson et al.\n      <a href=\"https://doi.org/10.6004/jnccn.2021.7088\">Adoption of Patient-Generated Health Data in Oncology: A Report From the NCCN EHR Oncology Advisory Group</a>.\n      <em>Journal of the National Comprehensive Cancer Network</em> (2022).\n      <small>doi:<a href=\"https://doi.org/10.6004/jnccn.2021.7088\">10.6004/jnccn.2021.7088</a></small>\n        <small>&middot; <a href=\"/research/publications/adoption-of-patient-generated-health-data-in-oncology-a-report-from-th/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Amye J. Tevaarwerk et al.\n      <a href=\"https://doi.org/10.1200/OP.21.00195\">Oncologist Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network Survey</a>.\n      <em>JCO Oncology Practice</em> (2021).\n      <small>doi:<a href=\"https://doi.org/10.1200/OP.21.00195\">10.1200/OP.21.00195</a></small>\n        <small>&middot; <a href=\"/research/publications/oncologist-perspectives-on-telemedicine-for-patients-with-cancer-a-nat/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Alex C. Cheng et al.\n      <a href=\"https://doi.org/10.1093/jamiaopen/ooab090\">Follow-up Interactive Long-Term Expert Ranking (FILTER): a crowdsourcing platform to adjudicate risk for survivorship care</a>.\n      <em>JAMIA open</em> (2021).\n      <small>doi:<a href=\"https://doi.org/10.1093/jamiaopen/ooab090\">10.1093/jamiaopen/ooab090</a></small>\n        <small>&middot; <a href=\"/research/publications/follow-up-interactive-long-term-expert-ranking-filter-a-crowdsourcing/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Marilyn E. Holt et al.\n      <a href=\"https://doi.org/10.1200/CCI.21.00084\">My Cancer Genome: Coevolution of Precision Oncology and a Molecular Oncology Knowledgebase</a>.\n      <em>JCO Clinical Cancer Informatics</em> (2021).\n      <small>doi:<a href=\"https://doi.org/10.1200/CCI.21.00084\">10.1200/CCI.21.00084</a></small>\n        <small>&middot; <a href=\"/research/publications/my-cancer-genome-coevolution-of-precision-oncology-and-a-molecular-onc/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Neha M. Jain et al.\n      <a href=\"https://doi.org/10.1002/onco.13936\">Framework for Implementing and Tracking a Molecular Tumor Board at a National Cancer Institute–Designated Comprehensive Cancer Center</a>.\n      <em>The Oncologist</em> (2021).\n      <small>doi:<a href=\"https://doi.org/10.1002/onco.13936\">10.1002/onco.13936</a></small>\n        <small>&middot; <a href=\"/research/publications/framework-for-implementing-and-tracking-a-molecular-tumor-board-at-a-n/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Kim L Sandler et al.\n      <a href=\"https://doi.org/10.1177/09691413211013058\">Women screened for breast cancer are dying from lung cancer: An opportunity to improve lung cancer screening in a mammography population</a>.\n      <em>Journal of Medical Screening</em> (2021).\n      <small>doi:<a href=\"https://doi.org/10.1177/09691413211013058\">10.1177/09691413211013058</a></small>\n        <small>&middot; <a href=\"/research/publications/women-screened-for-breast-cancer-are-dying-from-lung-cancer-an-opportu/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Travis J. Osterman, May Terry, Robert S. Miller.\n      <a href=\"https://doi.org/10.1200/CCI.21.00014\">Reply to J. Chen et al</a>.\n      <em>JCO Clinical Cancer Informatics</em> (2021).\n      <small>doi:<a href=\"https://doi.org/10.1200/CCI.21.00014\">10.1200/CCI.21.00014</a></small>\n        \n    </li>\n    <li>\n      Neha M. Jain, Alison Culley, Christine M. Micheel, Travis J. Osterman, Mia A. Levy.\n      <a href=\"https://doi.org/10.1200/CCI.20.00142\">Learnings From Precision Clinical Trial Matching for Oncology Patients Who Received NGS Testing</a>.\n      <em>JCO Clinical Cancer Informatics</em> (2021).\n      <small>doi:<a href=\"https://doi.org/10.1200/CCI.20.00142\">10.1200/CCI.20.00142</a></small>\n        <small>&middot; <a href=\"/research/publications/learnings-from-precision-clinical-trial-matching-for-oncology-patients/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Neil S. Zheng et al.\n      <a href=\"https://doi.org/10.1016/j.jbi.2020.103657\">A retrospective approach to evaluating potential adverse outcomes associated with delay of procedures for cardiovascular and cancer-related diagnoses in the context of COVID-19</a>.\n      <em>Journal of Biomedical Informatics</em> (2021).\n      <small>doi:<a href=\"https://doi.org/10.1016/j.jbi.2020.103657\">10.1016/j.jbi.2020.103657</a></small>\n        <small>&middot; <a href=\"/research/publications/a-retrospective-approach-to-evaluating-potential-adverse-outcomes-asso/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Travis J. Osterman, May Terry, Robert S. Miller.\n      <a href=\"https://doi.org/10.1200/CCI.20.00059\">Improving Cancer Data Interoperability: The Promise of the Minimal Common Oncology Data Elements (mCODE) Initiative</a>.\n      <em>JCO Clinical Cancer Informatics</em> (2020).\n      <small>doi:<a href=\"https://doi.org/10.1200/CCI.20.00059\">10.1200/CCI.20.00059</a></small>\n        <small>&middot; <a href=\"/research/publications/improving-cancer-data-interoperability-the-promise-of-the-minimal-comm/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Xuanyi Li et al.\n      <a href=\"https://doi.org/10.1038/s41598-020-73466-6\">Seven decades of chemotherapy clinical trials: a pan-cancer social network analysis</a>.\n      <em>Scientific Reports</em> (2020).\n      <small>doi:<a href=\"https://doi.org/10.1038/s41598-020-73466-6\">10.1038/s41598-020-73466-6</a></small>\n        <small>&middot; <a href=\"/research/publications/seven-decades-of-chemotherapy-clinical-trials-a-pan-cancer-social-netw/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Jeremy Lyle Warner et al.\n      <a href=\"https://doi.org/10.1200/JCO.2020.38.15_suppl.2060\">Trends in FDA cancer registration trial design over time, 1969-2020.</a>.\n      <em>Journal of Clinical Oncology</em> (2020).\n      <small>doi:<a href=\"https://doi.org/10.1200/JCO.2020.38.15_suppl.2060\">10.1200/JCO.2020.38.15_suppl.2060</a></small>\n        <small>&middot; <a href=\"/research/publications/trends-in-fda-cancer-registration-trial-design-over-time-1969-2020/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Neha M. Jain, Alison Culley, Teresa Knoop, Christine Micheel, Travis Osterman, Mia Levy.\n      <a href=\"https://doi.org/10.1200/CCI.19.00033\">Conceptual Framework to Support Clinical Trial Optimization and End-to-End Enrollment Workflow</a>.\n      <em>JCO Clinical Cancer Informatics</em> (2019).\n      <small>doi:<a href=\"https://doi.org/10.1200/CCI.19.00033\">10.1200/CCI.19.00033</a></small>\n        <small>&middot; <a href=\"/research/publications/conceptual-framework-to-support-clinical-trial-optimization-and-end-to/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Heidi D. Klepin et al.\n      <a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18279\">Hypertension and use of bevacizumab among patients treated in community settings.</a>.\n      <em>Journal of Clinical Oncology</em> (2019).\n      <small>doi:<a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18279\">10.1200/JCO.2019.37.15_suppl.e18279</a></small>\n        <small>&middot; <a href=\"/research/publications/hypertension-and-use-of-bevacizumab-among-patients-treated-in-communit/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Neha M Jain, Alison Culley, Travis John Osterman, Mia Alyce Levy.\n      <a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18006\">Learnings from a pragmatic study to evaluate benefit of performing reflex clinical trial matching and providing clinical decision support to physicians.</a>.\n      <em>Journal of Clinical Oncology</em> (2019).\n      <small>doi:<a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18006\">10.1200/JCO.2019.37.15_suppl.e18006</a></small>\n        <small>&middot; <a href=\"/research/publications/learnings-from-a-pragmatic-study-to-evaluate-benefit-of-performing-ref/\">plain-language summary</a></small>\n    </li>\n    <li>\n      David A. Chambers et al.\n      <a href=\"https://doi.org/10.1200/EDBK_238057\">The Impact of Big Data Research on Practice, Policy, and Cancer Care</a>.\n      <em>American Society of Clinical Oncology Educational Book</em> (2019).\n      <small>doi:<a href=\"https://doi.org/10.1200/EDBK_238057\">10.1200/EDBK_238057</a></small>\n        <small>&middot; <a href=\"/research/publications/the-impact-of-big-data-research-on-practice-policy-and-cancer-care/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Ragisha Gopalakrishnan et al.\n      <a href=\"https://doi.org/10.1200/JCO.2018.36.15_suppl.3053\">Impact of the influenza vaccination on cancer patients undergoing therapy with immune checkpoint inhibitors (ICI).</a>.\n      <em>Journal of Clinical Oncology</em> (2018).\n      <small>doi:<a href=\"https://doi.org/10.1200/JCO.2018.36.15_suppl.3053\">10.1200/JCO.2018.36.15_suppl.3053</a></small>\n        <small>&middot; <a href=\"/research/publications/impact-of-the-influenza-vaccination-on-cancer-patients-undergoing-ther/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Lisa Bastarache et al.\n      <a href=\"https://doi.org/10.1126/science.aal4043\">Phenotype risk scores identify patients with unrecognized Mendelian disease patterns</a>.\n      <em>Science</em> (2018).\n      <small>doi:<a href=\"https://doi.org/10.1126/science.aal4043\">10.1126/science.aal4043</a></small>\n        <small>&middot; <a href=\"/research/publications/phenotype-risk-scores-identify-patients-with-unrecognized-mendelian-di/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Wei-Qi Wei et al.\n      <a href=\"https://doi.org/10.1371/journal.pone.0175508\">Evaluating phecodes, clinical classification software, and ICD-9-CM codes for phenome-wide association studies in the electronic health record</a>.\n      <em>PloS One</em> (2017).\n      <small>doi:<a href=\"https://doi.org/10.1371/journal.pone.0175508\">10.1371/journal.pone.0175508</a></small>\n        <small>&middot; <a href=\"/research/publications/evaluating-phecodes-clinical-classification-software-and-icd-9-cm-code/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Mia Alyce Levy, Travis John Osterman, Neha Jain, Kathleen F Mittendorf, Christine Micheel.\n      <a href=\"https://doi.org/10.1200/JCO.2017.35.15_suppl.e18182\">Utility of adding clinical data to a molecular results portal for improving clinical trial prescreening efficiency.</a>.\n      <em>Journal of Clinical Oncology</em> (2017).\n      <small>doi:<a href=\"https://doi.org/10.1200/JCO.2017.35.15_suppl.e18182\">10.1200/JCO.2017.35.15_suppl.e18182</a></small>\n        <small>&middot; <a href=\"/research/publications/utility-of-adding-clinical-data-to-a-molecular-results-portal-for-impr/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Matthew J. Rioth, Travis J. Osterman, Jeremy L. Warner.\n      <a href=\"https://doi.org/10.14694/EdBook_AM.2015.35.e608\">Advances in website information resources to aid in clinical practice</a>.\n      <em>American Society of Clinical Oncology educational book / ASCO. American Society of Clinical Oncology. Meeting</em> (2015).\n      <small>doi:<a href=\"https://doi.org/10.14694/EdBook_AM.2015.35.e608\">10.14694/EdBook_AM.2015.35.e608</a></small>\n        <small>&middot; <a href=\"/research/publications/advances-in-website-information-resources-to-aid-in-clinical-practice/\">plain-language summary</a></small>\n    </li>\n    <li>\n      Junyu Li et al.\n      <a href=\"https://doi.org/10.1016/j.ab.2004.03.058\">A software utility for creating interactive maps for 2D gel-based proteomics</a>.\n      <em>Analytical Biochemistry</em> (2004).\n      <small>doi:<a href=\"https://doi.org/10.1016/j.ab.2004.03.058\">10.1016/j.ab.2004.03.058</a></small>\n        \n    </li>\n    <li>\n      .\n      <a href=\"https://ascopubs.org/doi/10.1200/OA-25-00159\">Evaluating Underrepresentation in Cancer Clinical Trial Enrollment Across Three National Cancer Institute–Designated Cancer Centers: A Retrospective Demographic Study</a>.\n      <em>JCO Oncology Advances</em>.\n      \n        \n    </li>\n  </ol>\n\n\n<h2 id=\"abstracts\">Abstracts</h2>\n    <h3 id=\"abstracts-2026\">2026</h3>\n    <ol class=\"biblio\">\n      <li>\n        Sang Minh Nguyen et al.\n        <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>.\n        <em>Cancer Research</em>.\n        <small class=\"date\">Apr 17, 2026</small>\n      </li>\n      <li>\n        Sang Minh Nguyen et al.\n        <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>.\n        <em>Cancer Research</em>.\n        <small class=\"date\">Apr 15, 2026</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"abstracts-2025\">2025</h3>\n    <ol class=\"biblio\">\n      <li>\n        Joseph Vento, Lisa Bastarache, Qingxia M. Chen, Travis Osterman.\n        <a href=\"https://doi.org/10.1200/JCO.2025.43.16_suppl.1553\">Real-world side effects of targeted therapies: High-throughput association studies leveraging the CancerLinq Discovery lung cancer database.</a>.\n        <em>Journal of Clinical Oncology</em>.\n        <small class=\"date\">May 28, 2025</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"abstracts-2024\">2024</h3>\n    <ol class=\"biblio\">\n      <li>\n        Pablo Napan Molina et al.\n        <a href=\"https://jitc.bmj.com/content/12/Suppl_2/A1369\">1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy | Journal for ImmunoTherapy of Cancer</a>.\n        .\n        <small class=\"date\">Nov 5, 2024</small>\n      </li>\n      <li>\n        David Smith et al.\n        <a href=\"https://doi.org/10.1136/jitc-2024-SITC2024.1246\">1246 Prediction of pneumonitis in immunotherapy patients from prior thorax CT</a>.\n        <em>Journal for ImmunoTherapy of Cancer</em>.\n        <small class=\"date\">Nov 1, 2024</small>\n      </li>\n      <li>\n        Pablo Napan Molina et al.\n        <a href=\"https://doi.org/10.1136/jitc-2024-SITC2024.1228\">1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy</a>.\n        <em>Journal for ImmunoTherapy of Cancer</em>.\n        <small class=\"date\">Nov 1, 2024</small>\n      </li>\n      <li>\n        Karen M. Huelsman et al.\n        <a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>.\n        <em>Journal of Clinical Oncology</em>.\n        <small class=\"date\">Jun 2024</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"abstracts-2023\">2023</h3>\n    <ol class=\"biblio\">\n      <li>\n        Zoltan Kiss et al.\n        <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">1294 External validation of machine learning models to predict efficacy and toxicity of immune checkpoint inhibitors using real-world pan cancer cohorts</a>.\n        <em>Journal for ImmunoTherapy of Cancer</em>.\n        <small class=\"date\">Nov 1, 2023</small>\n      </li>\n      <li>\n        Levente Lippenszky et al.\n        <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1300\">1300 Prediction of efficacy and toxicities of immune checkpoint inhibitors using real-world patient data</a>.\n        <em>Journal for ImmunoTherapy of Cancer</em>.\n        <small class=\"date\">Nov 1, 2023</small>\n      </li>\n      <li>\n        Joseph Vento, Travis Osterman.\n        <a href=\"https://doi.org/10.6004/jnccn.2022.7165\">BIO23-019: Precision Oncology: Integrating Structured Genomic Data Into the Electronic Health Record via the EPIC® Genomics Module</a>.\n        <em>Journal of the National Comprehensive Cancer Network</em>.\n        <small class=\"date\">Mar 31, 2023</small>\n      </li>\n    </ol>\n  \n\n\n  <h3 id=\"abstracts-older\">3+ years</h3>\n  <ol class=\"biblio\">\n    <li>\n      Waddah Arafat et al.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.28_suppl.046\">Oncologist perspectives on tumor boards: Virtual meetings and EHR integration.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Alex C. Cheng et al.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13568\">Oncologist participation in pilot testing a crowdsourcing platform to build a survivorship care risk model.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Eszter Csernai et al.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13565\">Rolling window-based hepatitis toxicity prediction from routine bloodwork in patients undergoing immune checkpoint inhibitor therapy.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Gergely Horváth et al.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13564\">Predicting immune checkpoint inhibitor-related hepatitis using electronic health records of patients.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Levente Lippenszky et al.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13566\">Predicting immune checkpoint inhibitor-related pneumonitis using patient medical information.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Eric Michael Lander et al.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e21133\">Characterization of avoidable hospital admissions in patients with lung cancer in the immunotherapy and targeted therapy era.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Neha M Jain, Emma Schremp, Lucy Spalluto, Travis John Osterman, Debra L. Friedman.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e18662\">Incorporating mediation-based interventions at an academic cancer center: A six-step process.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Neha M Jain, Philip Edward Lammers, Michael R. Savona, Travis John Osterman, Salil Goorha.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e18586\">Using a standard implementation science framework to improve clinical trial enrollment for a community Tennessee oncology center.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Kathleen F. Mittendorf et al.\n      <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13581\">Overcoming barriers in academic-industry partnerships to improve predictive modeling in immuno-oncology.</a>.\n      <em>Journal of Clinical Oncology</em> (2022).\n    </li>\n    <li>\n      Brian Yoon, Dilhan Weeraratne, Yull Edwin Arriaga, Hu Huang, Travis John Osterman.\n      <a href=\"https://ascopubs.org/doi/10.1200/JCO.2020.39.28_suppl.113\">Evaluating health disparities in access to genomic testing for metastatic non-small cell lung cancer patients. | Journal of Clinical Oncology</a>.\n       (2021).\n    </li>\n    <li>\n      Amye Tevaarwerk et al.\n      <a href=\"https://doi.org/10.6004/jnccn.2020.7728\">BIO21-011: Oncology Provider Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network (NCCN®) Survey</a>.\n      <em>Journal of the National Comprehensive Cancer Network</em> (2021).\n    </li>\n    <li>\n      Taneya Y. Koonce et al.\n      <a href=\"https://knowledge.amia.org/72332-amia-1.4602255/t005-1.4604904/t005-1.4604905/3408928-1.4605440/3408928-1.4605441?timeStamp=1614783505714\">The Personalization of Evidence: Using Intelligent Datasets to Inform the Process</a>.\n      <em>Amia Annual Symposium</em> (2020).\n    </li>\n    <li>\n      Jeremy Lyle Warner et al.\n      <a href=\"https://doi.org/10.1200/JCO.2020.38.15_suppl.2060\">Trends in FDA cancer registration trial design over time, 1969-2020.</a>.\n      <em>Journal of Clinical Oncology</em> (2020).\n    </li>\n    <li>\n      Riqiang Gao et al.\n      <a href=\"https://doi.org/10.1117/12.2512965\">Lung cancer detection using co-learning from chest CT images and clinical demographics</a>.\n       (2019).\n    </li>\n    <li>\n      Carolyn C. Scott, Alexis B. Paulson, Travis J. Osterman, Kim L. Sandler.\n      <a href=\"https://doi.org/10.1164/ajrccm-conference.2017.195.1_MeetingAbstracts.A5189\">Lung and Breast Screening Practices in Women: Targeting Providers to Improve Enrollment in a Clinical Lung Screening Program</a>.\n      <em>C30. LUNG CANCER SCREENING: WHO, WHY, WHERE, AND HOW MUCH</em> (2017).\n    </li>\n    <li>\n      Travis J. Osterman.\n      EHR-Wide GxE Study using Smoking Information Extracted from Clinical Notes.\n       (2016).\n    </li>\n    <li>\n      Travis J. Osterman, Wei-Qi Wei, Dara Mize, Joshua C. Denny.\n      Using a gene-environment interaction study to evaluate risk for lung cancer (abstract 1524).\n      <em>American Society of Clinical Oncology Annual Meeting</em> (2016).\n    </li>\n    <li>\n      Travis J. Osterman, Wei-Qi Wei, Joshua C. Denny.\n      Quantifying Tobacco Exposure using clinical Notes and Natural language processing to enable lung cancer screening.\n      <em>International Association for the Study of Lung Cancer Targeted Therapeutics Meeting (poster)</em> (2016).\n    </li>\n    <li>\n      Travis J. Osterman.\n      Quantifying Tobacco Exposure Using Clinical Notes and Natural Language Processing to Enable Lung Cancer Screening.\n       (2015).\n    </li>\n  </ol>\n\n\n<h2 id=\"patents\">Patents</h2>\n<ol class=\"biblio\">\n  <li>\n    Jan Wolber, Eszter Katalin Csernai, Zoltán Kiss, Levente Lippenszky, Gergely Horváth, Travis Osterman, Ben Ho Park, David Samuel Smith, Daniel Fabbri, Michele LeNoue-Newton, Kathleen Mittendorf. \n    <a href=\"https://patents.google.com/patent/US20250292904A1/en\">Model generation apparatus for therapeutic prediction and associated methods and models</a> (2025).\n  </li>\n</ol>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"ItemList\",\n      \"name\": \"Peer-reviewed publications by Travis Osterman\",\n      \"numberOfItems\": 50,\n      \"itemListElement\": [{\n          \"@type\": \"ListItem\",\n          \"position\": 1,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"The CAUSAL study: a prospective cohort of sarcoma survivors across the lifespan\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Michael J. Robinson\" },{ \"@type\": \"Person\", \"name\": \"Sang Minh Nguyen\" },{ \"@type\": \"Person\", \"name\": \"Lili Sun\" },{ \"@type\": \"Person\", \"name\": \"Tatsuki Koyama\" },{ \"@type\": \"Person\", \"name\": \"Emma A. Schremp\" },{ \"@type\": \"Person\", \"name\": \"Grace Aronoff\" },{ \"@type\": \"Person\", \"name\": \"Tulio Guimaraes\" },{ \"@type\": \"Person\", \"name\": \"Taylor A. Stokes\" },{ \"@type\": \"Person\", \"name\": \"Nikhil Patel\" },{ \"@type\": \"Person\", \"name\": \"Timothy Su\" },{ \"@type\": \"Person\", \"name\": \"Elizabeth J. Davis\" },{ \"@type\": \"Person\", \"name\": \"Vicki Keedy\" },{ \"@type\": \"Person\", \"name\": \"Scott C. Borinstein\" },{ \"@type\": \"Person\", \"name\": \"Herbert S. Schwartz\" },{ \"@type\": \"Person\", \"name\": \"Jennifer L. Halpern\" },{ \"@type\": \"Person\", \"name\": \"Joshua M. Lawrenz\" },{ \"@type\": \"Person\", \"name\": \"Daniel Johnson\" },{ \"@type\": \"Person\", \"name\": \"Eric T. Shinohara\" },{ \"@type\": \"Person\", \"name\": \"Leo Luo\" },{ \"@type\": \"Person\", \"name\": \"Jirong Long\" },{ \"@type\": \"Person\", \"name\": \"Martha J. Shrubsole\" },{ \"@type\": \"Person\", \"name\": \"Qiuyin Cai\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Lucy Wang\" },{ \"@type\": \"Person\", \"name\": \"Sun He Waldron\" },{ \"@type\": \"Person\", \"name\": \"Tuya Pal\" },{ \"@type\": \"Person\", \"name\": \"Ben H. Park\" },{ \"@type\": \"Person\", \"name\": \"Xiao-Ou Shu\" },{ \"@type\": \"Person\", \"name\": \"Debra L. Friedman\" }],\n            \"datePublished\": \"2026-08-27\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"BMC Cancer\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1186/s12885-026-16854-x\" },\n            \"url\": \"https://doi.org/10.1186/s12885-026-16854-x\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 2,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Harnessing Artificial Intelligence to Improve Oncology Care\",\n            \"author\": [],\n            \"datePublished\": \"2026-05-20\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of the National Comprehensive Cancer Network\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.6004/jnccn.2026.5019\" },\n            \"url\": \"https://doi.org/10.6004/jnccn.2026.5019\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 3,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"SmokeBERT and Beyond: Bridging Clinical Narratives and Structured Smoking Data To Improve Lung Cancer Screening\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Heng Tan\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" }],\n            \"datePublished\": \"2025-12-22\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO clinical cancer informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI-25-00350\" },\n            \"url\": \"https://doi.org/10.1200/CCI-25-00350\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 4,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Shelby A. Crants\" },{ \"@type\": \"Person\", \"name\": \"Sydney S. Olson\" },{ \"@type\": \"Person\", \"name\": \"Yajing Li\" },{ \"@type\": \"Person\", \"name\": \"Cosmin A. Bejan\" },{ \"@type\": \"Person\", \"name\": \"Caitlyn Vlasschaert\" },{ \"@type\": \"Person\", \"name\": \"Taralynn M. Mack\" },{ \"@type\": \"Person\", \"name\": \"Yash Pershad\" },{ \"@type\": \"Person\", \"name\": \"Ashwin Kishtagari\" },{ \"@type\": \"Person\", \"name\": \"Sarah C. Reed\" },{ \"@type\": \"Person\", \"name\": \"Sarah Croessmann\" },{ \"@type\": \"Person\", \"name\": \"Dan M. Roden\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Eric T. Shinohara\" },{ \"@type\": \"Person\", \"name\": \"Alexander G. Bick\" },{ \"@type\": \"Person\", \"name\": \"Ben H. Park\" },{ \"@type\": \"Person\", \"name\": \"Leo Y. Luo\" }],\n            \"datePublished\": \"2025-10-24\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"International Journal of Radiation Oncology*Biology*Physics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1016/j.ijrobp.2025.10.006\" },\n            \"url\": \"https://doi.org/10.1016/j.ijrobp.2025.10.006\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 5,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Kai Zhang\" },{ \"@type\": \"Person\", \"name\": \"Tongtong Huang\" },{ \"@type\": \"Person\", \"name\": \"Bradley A. Malin\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Qi Long\" },{ \"@type\": \"Person\", \"name\": \"Xiaoqian Jiang\" }],\n            \"datePublished\": \"2025-10-15\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Communications Medicine\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1038/s43856-025-01116-x\" },\n            \"url\": \"https://doi.org/10.1038/s43856-025-01116-x\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 6,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Artificial intelligence across the cancer care continuum\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Irbaz Bin Riaz\" },{ \"@type\": \"Person\", \"name\": \"Muhammad Ali Khan\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" }],\n            \"datePublished\": \"2025-08-15\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Cancer\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1002/cncr.70050\" },\n            \"url\": \"https://doi.org/10.1002/cncr.70050\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 7,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Advancing the science of genomic learning healthcare systems\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Teri A. Manolio\" },{ \"@type\": \"Person\", \"name\": \"Renee Rider\" },{ \"@type\": \"Person\", \"name\": \"Carol J. Bult\" },{ \"@type\": \"Person\", \"name\": \"Rex L. Chisholm\" },{ \"@type\": \"Person\", \"name\": \"Patricia A. Deverka\" },{ \"@type\": \"Person\", \"name\": \"Geoffrey S. Ginsburg\" },{ \"@type\": \"Person\", \"name\": \"Eric D. Green\" },{ \"@type\": \"Person\", \"name\": \"Gail P. Jarvik\" },{ \"@type\": \"Person\", \"name\": \"George A. Mensah\" },{ \"@type\": \"Person\", \"name\": \"Jahnavi Narula\" },{ \"@type\": \"Person\", \"name\": \"Erin M. Ramos\" },{ \"@type\": \"Person\", \"name\": \"Mary V. Relling\" },{ \"@type\": \"Person\", \"name\": \"Dan M. Roden\" },{ \"@type\": \"Person\", \"name\": \"Robb Rowley\" },{ \"@type\": \"Person\", \"name\": \"Noura S. Abul-Husn\" },{ \"@type\": \"Person\", \"name\": \"Adam H. Buchanan\" },{ \"@type\": \"Person\", \"name\": \"Christopher G. Chute\" },{ \"@type\": \"Person\", \"name\": \"Guilherme Del Fiol\" },{ \"@type\": \"Person\", \"name\": \"Gai Elhanan\" },{ \"@type\": \"Person\", \"name\": \"Susanne B. Haga\" },{ \"@type\": \"Person\", \"name\": \"Rizwan Hamid\" },{ \"@type\": \"Person\", \"name\": \"Carol R. Horowitz\" },{ \"@type\": \"Person\", \"name\": \"Peter J. Hulick\" },{ \"@type\": \"Person\", \"name\": \"Cynthia A. James\" },{ \"@type\": \"Person\", \"name\": \"Janina M. Jeff\" },{ \"@type\": \"Person\", \"name\": \"Bruce Korf\" },{ \"@type\": \"Person\", \"name\": \"Latrice Landry\" },{ \"@type\": \"Person\", \"name\": \"Deven McGraw\" },{ \"@type\": \"Person\", \"name\": \"Howard L. McLeod\" },{ \"@type\": \"Person\", \"name\": \"Nancy J. Mendelsohn\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Casey Overby Taylor\" },{ \"@type\": \"Person\", \"name\": \"Daryl Pritchard\" },{ \"@type\": \"Person\", \"name\": \"Heidi L. Rehm\" },{ \"@type\": \"Person\", \"name\": \"Krystal S. Tsosie\" },{ \"@type\": \"Person\", \"name\": \"Jason L. Vassy\" },{ \"@type\": \"Person\", \"name\": \"Karriem Watson\" },{ \"@type\": \"Person\", \"name\": \"Ken Wiley Jr\" },{ \"@type\": \"Person\", \"name\": \"Marc S. Williams\" }],\n            \"datePublished\": \"2025-07-23\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Learning Health Systems\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1002/lrh2.70027\" },\n            \"url\": \"https://doi.org/10.1002/lrh2.70027\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 8,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Vanderbilt Clinical Informatics Center Education Strategy: To Infinity and Beyond!\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Elise Russo\" },{ \"@type\": \"Person\", \"name\": \"Allison McCoy\" },{ \"@type\": \"Person\", \"name\": \"Dara Mize\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Scott Nelson\" },{ \"@type\": \"Person\", \"name\": \"Jonathan P. Wanderer\" },{ \"@type\": \"Person\", \"name\": \"Adam Wright\" }],\n            \"datePublished\": \"2025-02-26\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Applied Clinical Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1055/a-2443-8318\" },\n            \"url\": \"https://doi.org/10.1055/a-2443-8318\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 9,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Radiomics and Deep Learning Prediction of Immunotherapy-Induced Pneumonitis From Computed Tomography\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"David S. Smith\" },{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Michele L. LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Neha M. Jain\" },{ \"@type\": \"Person\", \"name\": \"Kathleen F. Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Christine M. Micheel\" },{ \"@type\": \"Person\", \"name\": \"Patrick A. Cella\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" }],\n            \"datePublished\": \"2025-02-20\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI-24-00198\" },\n            \"url\": \"https://doi.org/10.1200/CCI-24-00198\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 10,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Yanwei Li\" },{ \"@type\": \"Person\", \"name\": \"Jiarong Ye\" },{ \"@type\": \"Person\", \"name\": \"Yuxin Huang\" },{ \"@type\": \"Person\", \"name\": \"Jiayi Wu\" },{ \"@type\": \"Person\", \"name\": \"Xiaohan Liu\" },{ \"@type\": \"Person\", \"name\": \"Shun Ahmed\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2024-06-28\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI.23.00249\" },\n            \"url\": \"https://doi.org/10.1200/CCI.23.00249\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 11,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"The importance of studying the implementation of cancer data standards\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Jiarong Ye\" }],\n            \"datePublished\": \"2024-06-14\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Cancer\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1002/cncr.35441\" },\n            \"url\": \"https://doi.org/10.1002/cncr.35441\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 12,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Karen M. Huelsman\" },{ \"@type\": \"Person\", \"name\": \"Caroline Offit\" },{ \"@type\": \"Person\", \"name\": \"Wendi Waugh\" },{ \"@type\": \"Person\", \"name\": \"Christopher McNair\" },{ \"@type\": \"Person\", \"name\": \"Sandra E. Kurtin\" },{ \"@type\": \"Person\", \"name\": \"Crystal Enstad\" },{ \"@type\": \"Person\", \"name\": \"Courtney Rice\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Peter Paul Yu\" },{ \"@type\": \"Person\", \"name\": \"Gregg Christian Shepard\" },{ \"@type\": \"Person\", \"name\": \"Nikki A. Martin\" },{ \"@type\": \"Person\", \"name\": \"Joseph Kim\" },{ \"@type\": \"Person\", \"name\": \"Molly Kisiel\" },{ \"@type\": \"Person\", \"name\": \"Elana Plotkin\" }],\n            \"datePublished\": \"2024-05-29\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2024.42.16_suppl.e13649\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 13,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Incorporating Integrated Diagnostics into Precision Oncology Care: Proceedings of a Workshop\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Engineering National Academies of Sciences\" }],\n            \"datePublished\": \"2024-04-17\",\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.17226/27744\" },\n            \"url\": \"https://doi.org/10.17226/27744\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 14,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Kathleen F. Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Zoltán Kiss\" },{ \"@type\": \"Person\", \"name\": \"Michele L. LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Pablo Napan-Molina\" },{ \"@type\": \"Person\", \"name\": \"Protiva Rahman\" },{ \"@type\": \"Person\", \"name\": \"Cheng Ye\" },{ \"@type\": \"Person\", \"name\": \"Balázs Laczi\" },{ \"@type\": \"Person\", \"name\": \"Eszter Csernai\" },{ \"@type\": \"Person\", \"name\": \"Neha M. Jain\" },{ \"@type\": \"Person\", \"name\": \"Marilyn E. Holt\" },{ \"@type\": \"Person\", \"name\": \"Christina N. Maxwell\" },{ \"@type\": \"Person\", \"name\": \"Madeleine Ball\" },{ \"@type\": \"Person\", \"name\": \"Yufang Ma\" },{ \"@type\": \"Person\", \"name\": \"Margaret B. Mitchell\" },{ \"@type\": \"Person\", \"name\": \"Douglas B. Johnson\" },{ \"@type\": \"Person\", \"name\": \"David S. Smith\" },{ \"@type\": \"Person\", \"name\": \"Ben H. Park\" },{ \"@type\": \"Person\", \"name\": \"Christine M. Micheel\" },{ \"@type\": \"Person\", \"name\": \"Daniel Fabbri\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" }],\n            \"datePublished\": \"2024-03-21\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI.23.00207\" },\n            \"url\": \"https://doi.org/10.1200/CCI.23.00207\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 15,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Clinician Perspectives Regarding the Impact of Information Technology on Multidisciplinary Tumor Boards: A National Comprehensive Cancer Network Survey\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Waddah Arafat\" },{ \"@type\": \"Person\", \"name\": \"Paul Fu\" },{ \"@type\": \"Person\", \"name\": \"Andrew J. Wagner\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Daniel B. Martin\" },{ \"@type\": \"Person\", \"name\": \"Jessica Sugalski\" },{ \"@type\": \"Person\", \"name\": \"Tricia Heinrichs\" },{ \"@type\": \"Person\", \"name\": \"Jennifer Racz\" },{ \"@type\": \"Person\", \"name\": \"Amye J. Tevaarwerk\" }],\n            \"datePublished\": \"2023-11-09\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI.23.00056\" },\n            \"url\": \"https://doi.org/10.1200/CCI.23.00056\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 16,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Next-generation phenotyping: introducing phecodeX for enhanced discovery research in medical phenomics\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Megan M Shuey\" },{ \"@type\": \"Person\", \"name\": \"William W Stead\" },{ \"@type\": \"Person\", \"name\": \"Ida Aka\" },{ \"@type\": \"Person\", \"name\": \"April L Barnado\" },{ \"@type\": \"Person\", \"name\": \"Julie A Bastarache\" },{ \"@type\": \"Person\", \"name\": \"Elly Brokamp\" },{ \"@type\": \"Person\", \"name\": \"Meredith Campbell\" },{ \"@type\": \"Person\", \"name\": \"Robert J Carroll\" },{ \"@type\": \"Person\", \"name\": \"Jeffrey A Goldstein\" },{ \"@type\": \"Person\", \"name\": \"Adam Lewis\" },{ \"@type\": \"Person\", \"name\": \"Beth A Malow\" },{ \"@type\": \"Person\", \"name\": \"Jonathan D Mosley\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Dolly A Padovani-Claudio\" },{ \"@type\": \"Person\", \"name\": \"Andrea Ramirez\" },{ \"@type\": \"Person\", \"name\": \"Dan M Roden\" },{ \"@type\": \"Person\", \"name\": \"Bryce A Schuler\" },{ \"@type\": \"Person\", \"name\": \"Edward Siew\" },{ \"@type\": \"Person\", \"name\": \"Jennifer Sucre\" },{ \"@type\": \"Person\", \"name\": \"Isaac Thomsen\" },{ \"@type\": \"Person\", \"name\": \"Rory J Tinker\" },{ \"@type\": \"Person\", \"name\": \"Sara Van Driest\" },{ \"@type\": \"Person\", \"name\": \"Colin Walsh\" },{ \"@type\": \"Person\", \"name\": \"Jeremy L Warner\" },{ \"@type\": \"Person\", \"name\": \"Quinn S Wells\" },{ \"@type\": \"Person\", \"name\": \"Lee Wheless\" },{ \"@type\": \"Person\", \"name\": \"Lisa Bastarache\" }],\n            \"datePublished\": \"2023-11-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Bioinformatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1093/bioinformatics/btad655\" },\n            \"url\": \"https://doi.org/10.1093/bioinformatics/btad655\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 17,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Accuracy and Reliability of Chatbot Responses to Physician Questions\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Rachel S. Goodman\" },{ \"@type\": \"Person\", \"name\": \"J. Randall Patrinely\" },{ \"@type\": \"Person\", \"name\": \"Cosby A., Jr Stone\" },{ \"@type\": \"Person\", \"name\": \"Eli Zimmerman\" },{ \"@type\": \"Person\", \"name\": \"Rebecca R. Donald\" },{ \"@type\": \"Person\", \"name\": \"Sam S. Chang\" },{ \"@type\": \"Person\", \"name\": \"Sean T. Berkowitz\" },{ \"@type\": \"Person\", \"name\": \"Avni P. Finn\" },{ \"@type\": \"Person\", \"name\": \"Eiman Jahangir\" },{ \"@type\": \"Person\", \"name\": \"Elizabeth A. Scoville\" },{ \"@type\": \"Person\", \"name\": \"Tyler S. Reese\" },{ \"@type\": \"Person\", \"name\": \"Debra L. Friedman\" },{ \"@type\": \"Person\", \"name\": \"Julie A. Bastarache\" },{ \"@type\": \"Person\", \"name\": \"Yuri F. van der Heijden\" },{ \"@type\": \"Person\", \"name\": \"Jordan J. Wright\" },{ \"@type\": \"Person\", \"name\": \"Fei Ye\" },{ \"@type\": \"Person\", \"name\": \"Nicholas Carter\" },{ \"@type\": \"Person\", \"name\": \"Matthew R. Alexander\" },{ \"@type\": \"Person\", \"name\": \"Jennifer H. Choe\" },{ \"@type\": \"Person\", \"name\": \"Cody A. Chastain\" },{ \"@type\": \"Person\", \"name\": \"John A. Zic\" },{ \"@type\": \"Person\", \"name\": \"Sara N. Horst\" },{ \"@type\": \"Person\", \"name\": \"Isik Turker\" },{ \"@type\": \"Person\", \"name\": \"Rajiv Agarwal\" },{ \"@type\": \"Person\", \"name\": \"Evan Osmundson\" },{ \"@type\": \"Person\", \"name\": \"Kamran Idrees\" },{ \"@type\": \"Person\", \"name\": \"Colleen M. Kiernan\" },{ \"@type\": \"Person\", \"name\": \"Chandrasekhar Padmanabhan\" },{ \"@type\": \"Person\", \"name\": \"Christina E. Bailey\" },{ \"@type\": \"Person\", \"name\": \"Cameron E. Schlegel\" },{ \"@type\": \"Person\", \"name\": \"Lola B. Chambless\" },{ \"@type\": \"Person\", \"name\": \"Michael K. Gibson\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Lee E. Wheless\" },{ \"@type\": \"Person\", \"name\": \"Douglas B. Johnson\" }],\n            \"datePublished\": \"2023-10-02\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JAMA Network Open\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1001/jamanetworkopen.2023.36483\" },\n            \"url\": \"https://doi.org/10.1001/jamanetworkopen.2023.36483\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 18,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Identification and Characterization of Avoidable Hospital Admissions in Patients With Lung Cancer\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Eric M. Lander\" },{ \"@type\": \"Person\", \"name\": \"Xuanyi Li\" },{ \"@type\": \"Person\", \"name\": \"Li-Ching Huang\" },{ \"@type\": \"Person\", \"name\": \"Amanda S. Cass\" },{ \"@type\": \"Person\", \"name\": \"Wade T. Iams\" },{ \"@type\": \"Person\", \"name\": \"Emily A. Skotte\" },{ \"@type\": \"Person\", \"name\": \"Jennifer G. Whisenant\" },{ \"@type\": \"Person\", \"name\": \"Robert A. Ramirez\" },{ \"@type\": \"Person\", \"name\": \"Sally J. York\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Jennifer A. Lewis\" },{ \"@type\": \"Person\", \"name\": \"Christine M. Lovly\" },{ \"@type\": \"Person\", \"name\": \"Yu Shyr\" },{ \"@type\": \"Person\", \"name\": \"Leora Horn\" }],\n            \"datePublished\": \"2023-10-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of the National Comprehensive Cancer Network\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.6004/jnccn.2023.7049\" },\n            \"url\": \"https://doi.org/10.6004/jnccn.2023.7049\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 19,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Implementing Innovation: Informatics-Based Technologies to Improve Care Delivery and Clinical Research\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"James C. Yao\" },{ \"@type\": \"Person\", \"name\": \"Monika K. Krzyzanowska\" }],\n            \"datePublished\": \"2023-05-22\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"American Society of Clinical Oncology Educational Book\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/EDBK_389880\" },\n            \"url\": \"https://doi.org/10.1200/EDBK_389880\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 20,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Accelerated curation of checkpoint inhibitor-induced colitis cases from electronic health records\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Protiva Rahman\" },{ \"@type\": \"Person\", \"name\": \"Cheng Ye\" },{ \"@type\": \"Person\", \"name\": \"Kathleen F Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Michele Lenoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Daniel Fabbri\" }],\n            \"datePublished\": \"2023-04-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JAMIA Open\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1093/jamiaopen/ooad017\" },\n            \"url\": \"https://doi.org/10.1093/jamiaopen/ooad017\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 21,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"On the cusp: Considering the impact of artificial intelligence language models in healthcare\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Rachel S. Goodman\" },{ \"@type\": \"Person\", \"name\": \"J. Randall Patrinely\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Lee Wheless\" },{ \"@type\": \"Person\", \"name\": \"Douglas B. Johnson\" }],\n            \"datePublished\": \"2023-03-10\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Med (New York, N.Y.)\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1016/j.medj.2023.02.008\" },\n            \"url\": \"https://doi.org/10.1016/j.medj.2023.02.008\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 22,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Assessing the Accuracy and Reliability of AI-Generated Medical Responses: An Evaluation of the Chat-GPT Model (under review)\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Douglas Johnson\" },{ \"@type\": \"Person\", \"name\": \"Rachel Goodman\" },{ \"@type\": \"Person\", \"name\": \"J. Patrinely\" },{ \"@type\": \"Person\", \"name\": \"Cosby Stone\" },{ \"@type\": \"Person\", \"name\": \"Eli Zimmerman\" },{ \"@type\": \"Person\", \"name\": \"Rebecca Donald\" },{ \"@type\": \"Person\", \"name\": \"Sam Chang\" },{ \"@type\": \"Person\", \"name\": \"Sean Berkowitz\" },{ \"@type\": \"Person\", \"name\": \"Avni Finn\" },{ \"@type\": \"Person\", \"name\": \"Eiman Jahangir\" },{ \"@type\": \"Person\", \"name\": \"Elizabeth Scoville\" },{ \"@type\": \"Person\", \"name\": \"Tyler Reese\" },{ \"@type\": \"Person\", \"name\": \"Debra Friedman\" },{ \"@type\": \"Person\", \"name\": \"Julie Bastarache\" },{ \"@type\": \"Person\", \"name\": \"Yuri van der Heijden\" },{ \"@type\": \"Person\", \"name\": \"Jordan Wright\" },{ \"@type\": \"Person\", \"name\": \"Nicholas Carter\" },{ \"@type\": \"Person\", \"name\": \"Matthew Alexander\" },{ \"@type\": \"Person\", \"name\": \"Jennifer Choe\" },{ \"@type\": \"Person\", \"name\": \"Cody Chastain\" },{ \"@type\": \"Person\", \"name\": \"John Zic\" },{ \"@type\": \"Person\", \"name\": \"Sara Horst\" },{ \"@type\": \"Person\", \"name\": \"Isik Turker\" },{ \"@type\": \"Person\", \"name\": \"Rajiv Agarwal\" },{ \"@type\": \"Person\", \"name\": \"Evan Osmundson\" },{ \"@type\": \"Person\", \"name\": \"Kamran Idrees\" },{ \"@type\": \"Person\", \"name\": \"Colleen Kiernan\" },{ \"@type\": \"Person\", \"name\": \"Chandrasekhar Padmanabhan\" },{ \"@type\": \"Person\", \"name\": \"Christina Bailey\" },{ \"@type\": \"Person\", \"name\": \"Cameron Schlegel\" },{ \"@type\": \"Person\", \"name\": \"Lola Chambless\" },{ \"@type\": \"Person\", \"name\": \"Mike Gibson\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Lee Wheless\" }],\n            \"datePublished\": \"2023-02-28\",\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.21203/rs.3.rs-2566942/v1\" },\n            \"url\": \"https://doi.org/10.21203/rs.3.rs-2566942/v1\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 23,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"A Unified Approach to Clinical Informatics Education for Undergraduate and Graduate Medical Education\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Dara E. Mize\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" }],\n            \"datePublished\": \"2022-11-08\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"AMIA ... Annual Symposium proceedings. AMIA Symposium\" },\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 24,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Associations of influenza vaccination with severity of immune-related adverse events in patients with advanced thoracic cancers on immune checkpoint inhibitors\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Emily Pei-Ying Lin\" },{ \"@type\": \"Person\", \"name\": \"Li-Ching Huang\" },{ \"@type\": \"Person\", \"name\": \"Jennifer Whisenant\" },{ \"@type\": \"Person\", \"name\": \"Sally York\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Jennifer Lewis\" },{ \"@type\": \"Person\", \"name\": \"Wade Iams\" },{ \"@type\": \"Person\", \"name\": \"Emily Skotte\" },{ \"@type\": \"Person\", \"name\": \"Amanda Cass\" },{ \"@type\": \"Person\", \"name\": \"Chih-Yuan Hsu\" },{ \"@type\": \"Person\", \"name\": \"Yu Shyr\" },{ \"@type\": \"Person\", \"name\": \"Leora Horn\" }],\n            \"datePublished\": \"2022-10-10\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"ERJ open research\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1183/23120541.00684-2021\" },\n            \"url\": \"https://doi.org/10.1183/23120541.00684-2021\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 25,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Two Uncomplicated Pregnancies on Alectinib in a Woman With Metastatic ALK-Rearranged NSCLC: A Case Report\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Chloe Weidenbaum\" },{ \"@type\": \"Person\", \"name\": \"Christopher G. Cann\" },{ \"@type\": \"Person\", \"name\": \"Sarah Osmundson\" },{ \"@type\": \"Person\", \"name\": \"Wade T. Iams\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2022-06-18\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JTO Clinical and Research Reports\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1016/j.jtocrr.2022.100361\" },\n            \"url\": \"https://doi.org/10.1016/j.jtocrr.2022.100361\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 26,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"The Future of Telemedicine in Oncology\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Lucy R. Langer\" },{ \"@type\": \"Person\", \"name\": \"Amye Tevaarwerk\" },{ \"@type\": \"Person\", \"name\": \"Robin Zon\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2022-06-02\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of the National Comprehensive Cancer Network\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.6004/jnccn.2022.5020\" },\n            \"url\": \"https://doi.org/10.6004/jnccn.2022.5020\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 27,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Innovation in Electronic Health Records for Oncology Care, Research, and Surveillance: Proceedings of a Workshop\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"National Cancer Policy Forum\" },{ \"@type\": \"Person\", \"name\": \"Board on Health Care Services\" },{ \"@type\": \"Person\", \"name\": \"Computer Science and Telecommunications Board\" },{ \"@type\": \"Person\", \"name\": \"Division on Engineering and Physical Sciences\" },{ \"@type\": \"Person\", \"name\": \"Health and Medicine Division\" },{ \"@type\": \"Person\", \"name\": \"National Academies of Sciences, Engineering, and Medicine\" }],\n            \"datePublished\": \"2022-03-01\",\n            \"url\": \"http://www.ncbi.nlm.nih.gov/books/NBK586301/\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 28,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Adoption of Patient-Generated Health Data in Oncology: A Report From the NCCN EHR Oncology Advisory Group\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Peter D. Stetson\" },{ \"@type\": \"Person\", \"name\": \"Nadine J. McCleary\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Kavitha Ramchandran\" },{ \"@type\": \"Person\", \"name\": \"Amye Tevaarwerk\" },{ \"@type\": \"Person\", \"name\": \"Tracy Wong\" },{ \"@type\": \"Person\", \"name\": \"Jessica M. Sugalski\" },{ \"@type\": \"Person\", \"name\": \"Wallace Akerley\" },{ \"@type\": \"Person\", \"name\": \"Annette Mercurio\" },{ \"@type\": \"Person\", \"name\": \"Finly J. Zachariah\" },{ \"@type\": \"Person\", \"name\": \"Jonathan Yamzon\" },{ \"@type\": \"Person\", \"name\": \"Robert C. Stillman\" },{ \"@type\": \"Person\", \"name\": \"Peter E. Gabriel\" },{ \"@type\": \"Person\", \"name\": \"Tricia Heinrichs\" },{ \"@type\": \"Person\", \"name\": \"Kathleen Kerrigan\" },{ \"@type\": \"Person\", \"name\": \"Shiven B. Patel\" },{ \"@type\": \"Person\", \"name\": \"Scott M. Gilbert\" },{ \"@type\": \"Person\", \"name\": \"Everett Weiss\" }],\n            \"datePublished\": \"2022-01-18\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of the National Comprehensive Cancer Network\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.6004/jnccn.2021.7088\" },\n            \"url\": \"https://doi.org/10.6004/jnccn.2021.7088\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 29,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Oncologist Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network Survey\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Amye J. Tevaarwerk\" },{ \"@type\": \"Person\", \"name\": \"Thevaa Chandereng\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Waddah Arafat\" },{ \"@type\": \"Person\", \"name\": \"Jeffrey Smerage\" },{ \"@type\": \"Person\", \"name\": \"Fernanda C. G. Polubriaginof\" },{ \"@type\": \"Person\", \"name\": \"Tricia Heinrichs\" },{ \"@type\": \"Person\", \"name\": \"Jessica Sugalski\" },{ \"@type\": \"Person\", \"name\": \"Daniel B. Martin\" }],\n            \"datePublished\": \"2021-11-15\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Oncology Practice\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/OP.21.00195\" },\n            \"url\": \"https://doi.org/10.1200/OP.21.00195\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 30,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Follow-up Interactive Long-Term Expert Ranking (FILTER): a crowdsourcing platform to adjudicate risk for survivorship care\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Alex C. Cheng\" },{ \"@type\": \"Person\", \"name\": \"Li Wen\" },{ \"@type\": \"Person\", \"name\": \"Yanwei Li\" },{ \"@type\": \"Person\", \"name\": \"Tatsuki Koyama\" },{ \"@type\": \"Person\", \"name\": \"Lynne D. Berry\" },{ \"@type\": \"Person\", \"name\": \"Tuya Pal\" },{ \"@type\": \"Person\", \"name\": \"Debra L. Friedman\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" }],\n            \"datePublished\": \"2021-11-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JAMIA open\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1093/jamiaopen/ooab090\" },\n            \"url\": \"https://doi.org/10.1093/jamiaopen/ooab090\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 31,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"My Cancer Genome: Coevolution of Precision Oncology and a Molecular Oncology Knowledgebase\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Marilyn E. Holt\" },{ \"@type\": \"Person\", \"name\": \"Kathleen F. Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Neha M. Jain\" },{ \"@type\": \"Person\", \"name\": \"Ingrid Anderson\" },{ \"@type\": \"Person\", \"name\": \"Christine M. Lovly\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"Mia Levy\" }],\n            \"datePublished\": \"2021-09-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI.21.00084\" },\n            \"url\": \"https://doi.org/10.1200/CCI.21.00084\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 32,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Framework for Implementing and Tracking a Molecular Tumor Board at a National Cancer Institute–Designated Comprehensive Cancer Center\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Neha M. Jain\" },{ \"@type\": \"Person\", \"name\": \"Lauren Schmalz\" },{ \"@type\": \"Person\", \"name\": \"Christopher Cann\" },{ \"@type\": \"Person\", \"name\": \"Adara Holland\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Katie Lang\" },{ \"@type\": \"Person\", \"name\": \"Georgia L. Wiesner\" },{ \"@type\": \"Person\", \"name\": \"Tuya Pal\" },{ \"@type\": \"Person\", \"name\": \"Christine Lovly\" },{ \"@type\": \"Person\", \"name\": \"Thomas Stricker\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"Justin M. Balko\" },{ \"@type\": \"Person\", \"name\": \"Douglas B. Johnson\" },{ \"@type\": \"Person\", \"name\": \"Ben Ho Park\" },{ \"@type\": \"Person\", \"name\": \"Wade Iams\" }],\n            \"datePublished\": \"2021-08-14\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"The Oncologist\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1002/onco.13936\" },\n            \"url\": \"https://doi.org/10.1002/onco.13936\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 33,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Women screened for breast cancer are dying from lung cancer: An opportunity to improve lung cancer screening in a mammography population\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Kim L Sandler\" },{ \"@type\": \"Person\", \"name\": \"Diane N Haddad\" },{ \"@type\": \"Person\", \"name\": \"Alexis B Paulson\" },{ \"@type\": \"Person\", \"name\": \"Travis J Osterman\" },{ \"@type\": \"Person\", \"name\": \"Carolyn C Scott\" },{ \"@type\": \"Person\", \"name\": \"Eric A Poulos\" },{ \"@type\": \"Person\", \"name\": \"Stephen A Deppen\" }],\n            \"datePublished\": \"2021-05-04\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Medical Screening\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1177/09691413211013058\" },\n            \"url\": \"https://doi.org/10.1177/09691413211013058\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 34,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Reply to J. Chen et al\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"May Terry\" },{ \"@type\": \"Person\", \"name\": \"Robert S. Miller\" }],\n            \"datePublished\": \"2021-03-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI.21.00014\" },\n            \"url\": \"https://doi.org/10.1200/CCI.21.00014\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 35,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Learnings From Precision Clinical Trial Matching for Oncology Patients Who Received NGS Testing\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Neha M. Jain\" },{ \"@type\": \"Person\", \"name\": \"Alison Culley\" },{ \"@type\": \"Person\", \"name\": \"Christine M. Micheel\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Mia A. Levy\" }],\n            \"datePublished\": \"2021-02-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI.20.00142\" },\n            \"url\": \"https://doi.org/10.1200/CCI.20.00142\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 36,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"A retrospective approach to evaluating potential adverse outcomes associated with delay of procedures for cardiovascular and cancer-related diagnoses in the context of COVID-19\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Neil S. Zheng\" },{ \"@type\": \"Person\", \"name\": \"Jeremy L. Warner\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Quinn S. Wells\" },{ \"@type\": \"Person\", \"name\": \"Xiao-Ou Shu\" },{ \"@type\": \"Person\", \"name\": \"Stephen A. Deppen\" },{ \"@type\": \"Person\", \"name\": \"Seth J. Karp\" },{ \"@type\": \"Person\", \"name\": \"Shon Dwyer\" },{ \"@type\": \"Person\", \"name\": \"QiPing Feng\" },{ \"@type\": \"Person\", \"name\": \"Nancy J. Cox\" },{ \"@type\": \"Person\", \"name\": \"Josh F. Peterson\" },{ \"@type\": \"Person\", \"name\": \"C. Michael Stein\" },{ \"@type\": \"Person\", \"name\": \"Dan M. Roden\" },{ \"@type\": \"Person\", \"name\": \"Kevin B. Johnson\" },{ \"@type\": \"Person\", \"name\": \"Wei-Qi Wei\" }],\n            \"datePublished\": \"2021-01-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Biomedical Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1016/j.jbi.2020.103657\" },\n            \"url\": \"https://doi.org/10.1016/j.jbi.2020.103657\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 37,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Improving Cancer Data Interoperability: The Promise of the Minimal Common Oncology Data Elements (mCODE) Initiative\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"May Terry\" },{ \"@type\": \"Person\", \"name\": \"Robert S. Miller\" }],\n            \"datePublished\": \"2020-11-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI.20.00059\" },\n            \"url\": \"https://doi.org/10.1200/CCI.20.00059\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 38,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Seven decades of chemotherapy clinical trials: a pan-cancer social network analysis\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Xuanyi Li\" },{ \"@type\": \"Person\", \"name\": \"Elizabeth A. Sigworth\" },{ \"@type\": \"Person\", \"name\": \"Adrianne H. Wu\" },{ \"@type\": \"Person\", \"name\": \"Jess Behrens\" },{ \"@type\": \"Person\", \"name\": \"Shervin A. Etemad\" },{ \"@type\": \"Person\", \"name\": \"Seema Nagpal\" },{ \"@type\": \"Person\", \"name\": \"Ronald S. Go\" },{ \"@type\": \"Person\", \"name\": \"Kristin Wuichet\" },{ \"@type\": \"Person\", \"name\": \"Eddy J. Chen\" },{ \"@type\": \"Person\", \"name\": \"Samuel M. Rubinstein\" },{ \"@type\": \"Person\", \"name\": \"Neeta K. Venepalli\" },{ \"@type\": \"Person\", \"name\": \"Benjamin F. Tillman\" },{ \"@type\": \"Person\", \"name\": \"Andrew J. Cowan\" },{ \"@type\": \"Person\", \"name\": \"Martin W. Schoen\" },{ \"@type\": \"Person\", \"name\": \"Andrew Malty\" },{ \"@type\": \"Person\", \"name\": \"John P. Greer\" },{ \"@type\": \"Person\", \"name\": \"Hermina D. Fernandes\" },{ \"@type\": \"Person\", \"name\": \"Ari Seifter\" },{ \"@type\": \"Person\", \"name\": \"Qingxia Chen\" },{ \"@type\": \"Person\", \"name\": \"Rozina A. Chowdhery\" },{ \"@type\": \"Person\", \"name\": \"Sanjay R. Mohan\" },{ \"@type\": \"Person\", \"name\": \"Summer B. Dewdney\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Edward P. Ambinder\" },{ \"@type\": \"Person\", \"name\": \"Elizabeth I. Buchbinder\" },{ \"@type\": \"Person\", \"name\": \"Candice Schwartz\" },{ \"@type\": \"Person\", \"name\": \"Ivy Abraham\" },{ \"@type\": \"Person\", \"name\": \"Matthew J. Rioth\" },{ \"@type\": \"Person\", \"name\": \"Naina Singh\" },{ \"@type\": \"Person\", \"name\": \"Sanjai Sharma\" },{ \"@type\": \"Person\", \"name\": \"Michael K. Gibson\" },{ \"@type\": \"Person\", \"name\": \"Peter C. Yang\" },{ \"@type\": \"Person\", \"name\": \"Jeremy L. Warner\" }],\n            \"datePublished\": \"2020-10-16\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Scientific Reports\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1038/s41598-020-73466-6\" },\n            \"url\": \"https://doi.org/10.1038/s41598-020-73466-6\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 39,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Trends in FDA cancer registration trial design over time, 1969-2020.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Jeremy Lyle Warner\" },{ \"@type\": \"Person\", \"name\": \"Tarsheen Kaur Sethi\" },{ \"@type\": \"Person\", \"name\": \"Donna R Rivera\" },{ \"@type\": \"Person\", \"name\": \"Neeta K. Venepalli\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Ali Raza Khaki\" },{ \"@type\": \"Person\", \"name\": \"Sam Rubinstein\" }],\n            \"datePublished\": \"2020-05-20\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2020.38.15_suppl.2060\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2020.38.15_suppl.2060\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 40,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Conceptual Framework to Support Clinical Trial Optimization and End-to-End Enrollment Workflow\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Neha M. Jain\" },{ \"@type\": \"Person\", \"name\": \"Alison Culley\" },{ \"@type\": \"Person\", \"name\": \"Teresa Knoop\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Mia Levy\" }],\n            \"datePublished\": \"2019-06-21\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Clinical Cancer Informatics\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/CCI.19.00033\" },\n            \"url\": \"https://doi.org/10.1200/CCI.19.00033\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 41,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Hypertension and use of bevacizumab among patients treated in community settings.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Heidi D. Klepin\" },{ \"@type\": \"Person\", \"name\": \"Elizabeth Garrett-Mayer\" },{ \"@type\": \"Person\", \"name\": \"Melinda Kaltenbaugh\" },{ \"@type\": \"Person\", \"name\": \"Suanna S. Bruinooge\" },{ \"@type\": \"Person\", \"name\": \"Wendy S. Rubinstein\" },{ \"@type\": \"Person\", \"name\": \"Stephen C. Meersman\" },{ \"@type\": \"Person\", \"name\": \"Robert S. Miller\" },{ \"@type\": \"Person\", \"name\": \"Gary H. Lyman\" },{ \"@type\": \"Person\", \"name\": \"Stacy W. Gray\" },{ \"@type\": \"Person\", \"name\": \"Larissa Nekhlyudov\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Ramya Thota\" },{ \"@type\": \"Person\", \"name\": \"Apostolia Maria Tsimberidou\" },{ \"@type\": \"Person\", \"name\": \"Kala Visvanathan\" },{ \"@type\": \"Person\", \"name\": \"Richard L. Schilsky\" },{ \"@type\": \"Person\", \"name\": \"Dawn L. Hershman\" }],\n            \"datePublished\": \"2019-05-20\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2019.37.15_suppl.e18279\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18279\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 42,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Learnings from a pragmatic study to evaluate benefit of performing reflex clinical trial matching and providing clinical decision support to physicians.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Neha M Jain\" },{ \"@type\": \"Person\", \"name\": \"Alison Culley\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Mia Alyce Levy\" }],\n            \"datePublished\": \"2019-05-20\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2019.37.15_suppl.e18006\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18006\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 43,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"The Impact of Big Data Research on Practice, Policy, and Cancer Care\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"David A. Chambers\" },{ \"@type\": \"Person\", \"name\": \"Eitan Amir\" },{ \"@type\": \"Person\", \"name\": \"Ramy R. Saleh\" },{ \"@type\": \"Person\", \"name\": \"Danielle Rodin\" },{ \"@type\": \"Person\", \"name\": \"Nancy L. Keating\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"James L. Chen\" }],\n            \"datePublished\": \"2019-05-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"American Society of Clinical Oncology Educational Book\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/EDBK_238057\" },\n            \"url\": \"https://doi.org/10.1200/EDBK_238057\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 44,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Impact of the influenza vaccination on cancer patients undergoing therapy with immune checkpoint inhibitors (ICI).\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Ragisha Gopalakrishnan\" },{ \"@type\": \"Person\", \"name\": \"Douglas Buckner Johnson\" },{ \"@type\": \"Person\", \"name\": \"Sally York\" },{ \"@type\": \"Person\", \"name\": \"Michael N. Neuss\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"David D. Chism\" },{ \"@type\": \"Person\", \"name\": \"Kristin Kathleen Ancell\" },{ \"@type\": \"Person\", \"name\": \"Ingrid A. Mayer\" },{ \"@type\": \"Person\", \"name\": \"Vandana Gupta Abramson\" },{ \"@type\": \"Person\", \"name\": \"Mia Alyce Levy\" },{ \"@type\": \"Person\", \"name\": \"Kenneth Wyman\" },{ \"@type\": \"Person\", \"name\": \"Jill Gilbert\" },{ \"@type\": \"Person\", \"name\": \"Nishita Reddy\" },{ \"@type\": \"Person\", \"name\": \"David S. Morgan\" },{ \"@type\": \"Person\", \"name\": \"Kimryn Rathmell\" },{ \"@type\": \"Person\", \"name\": \"Leora Horn\" }],\n            \"datePublished\": \"2018-05-20\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2018.36.15_suppl.3053\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2018.36.15_suppl.3053\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 45,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Phenotype risk scores identify patients with unrecognized Mendelian disease patterns\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Lisa Bastarache\" },{ \"@type\": \"Person\", \"name\": \"Jacob J. Hughey\" },{ \"@type\": \"Person\", \"name\": \"Scott Hebbring\" },{ \"@type\": \"Person\", \"name\": \"Joy Marlo\" },{ \"@type\": \"Person\", \"name\": \"Wanke Zhao\" },{ \"@type\": \"Person\", \"name\": \"Wanting T. Ho\" },{ \"@type\": \"Person\", \"name\": \"Sara L. Van Driest\" },{ \"@type\": \"Person\", \"name\": \"Tracy L. McGregor\" },{ \"@type\": \"Person\", \"name\": \"Jonathan D. Mosley\" },{ \"@type\": \"Person\", \"name\": \"Quinn S. Wells\" },{ \"@type\": \"Person\", \"name\": \"Michael Temple\" },{ \"@type\": \"Person\", \"name\": \"Andrea H. Ramirez\" },{ \"@type\": \"Person\", \"name\": \"Robert Carroll\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Todd Edwards\" },{ \"@type\": \"Person\", \"name\": \"Douglas Ruderfer\" },{ \"@type\": \"Person\", \"name\": \"Digna R. Velez Edwards\" },{ \"@type\": \"Person\", \"name\": \"Rizwan Hamid\" },{ \"@type\": \"Person\", \"name\": \"Joy Cogan\" },{ \"@type\": \"Person\", \"name\": \"Andrew Glazer\" },{ \"@type\": \"Person\", \"name\": \"Wei-Qi Wei\" },{ \"@type\": \"Person\", \"name\": \"QiPing Feng\" },{ \"@type\": \"Person\", \"name\": \"Murray Brilliant\" },{ \"@type\": \"Person\", \"name\": \"Zhizhuang J. Zhao\" },{ \"@type\": \"Person\", \"name\": \"Nancy J. Cox\" },{ \"@type\": \"Person\", \"name\": \"Dan M. Roden\" },{ \"@type\": \"Person\", \"name\": \"Joshua C. Denny\" }],\n            \"datePublished\": \"2018-03-16\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Science\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1126/science.aal4043\" },\n            \"url\": \"https://doi.org/10.1126/science.aal4043\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 46,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Evaluating phecodes, clinical classification software, and ICD-9-CM codes for phenome-wide association studies in the electronic health record\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Wei-Qi Wei\" },{ \"@type\": \"Person\", \"name\": \"Lisa A. Bastarache\" },{ \"@type\": \"Person\", \"name\": \"Robert J. Carroll\" },{ \"@type\": \"Person\", \"name\": \"Joy E. Marlo\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Eric R. Gamazon\" },{ \"@type\": \"Person\", \"name\": \"Nancy J. Cox\" },{ \"@type\": \"Person\", \"name\": \"Dan M. Roden\" },{ \"@type\": \"Person\", \"name\": \"Joshua C. Denny\" }],\n            \"datePublished\": \"2017-07-07\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"PloS One\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1371/journal.pone.0175508\" },\n            \"url\": \"https://doi.org/10.1371/journal.pone.0175508\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 47,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Utility of adding clinical data to a molecular results portal for improving clinical trial prescreening efficiency.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Mia Alyce Levy\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Neha Jain\" },{ \"@type\": \"Person\", \"name\": \"Kathleen F Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" }],\n            \"datePublished\": \"2017-05-20\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2017.35.15_suppl.e18182\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2017.35.15_suppl.e18182\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 48,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Advances in website information resources to aid in clinical practice\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Matthew J. Rioth\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Jeremy L. Warner\" }],\n            \"datePublished\": \"2015-05-14\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"American Society of Clinical Oncology educational book / ASCO. American Society of Clinical Oncology. Meeting\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.14694/EdBook_AM.2015.35.e608\" },\n            \"url\": \"https://doi.org/10.14694/EdBook_AM.2015.35.e608\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 49,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"A software utility for creating interactive maps for 2D gel-based proteomics\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Junyu Li\" },{ \"@type\": \"Person\", \"name\": \"Sheng Liu\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Yinong Zhang\" },{ \"@type\": \"Person\", \"name\": \"Heather Coppage\" },{ \"@type\": \"Person\", \"name\": \"Nathan Pedrick\" },{ \"@type\": \"Person\", \"name\": \"Frank A. Witzmann\" }],\n            \"datePublished\": \"2004-09-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Analytical Biochemistry\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1016/j.ab.2004.03.058\" },\n            \"url\": \"https://doi.org/10.1016/j.ab.2004.03.058\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 50,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Evaluating Underrepresentation in Cancer Clinical Trial Enrollment Across Three National Cancer Institute–Designated Cancer Centers: A Retrospective Demographic Study\",\n            \"author\": [],\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"JCO Oncology Advances\" },\n            \"url\": \"https://ascopubs.org/doi/10.1200/OA-25-00159\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        }]\n    },\n    {\n      \"@type\": \"ItemList\",\n      \"name\": \"Abstracts by Travis Osterman\",\n      \"numberOfItems\": 29,\n      \"itemListElement\": [{\n          \"@type\": \"ListItem\",\n          \"position\": 1,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Sang Minh Nguyen\" },{ \"@type\": \"Person\", \"name\": \"Jirong Long\" },{ \"@type\": \"Person\", \"name\": \"Michael J. Robinson\" },{ \"@type\": \"Person\", \"name\": \"Vicki Keedy\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Tuya Pal\" },{ \"@type\": \"Person\", \"name\": \"Ben Ho Park\" },{ \"@type\": \"Person\", \"name\": \"Debra L. Friedman\" },{ \"@type\": \"Person\", \"name\": \"Xiao Ou Shu\" }],\n            \"datePublished\": \"2026-04-17\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Cancer Research\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1158/1538-7445.AM2026-LB385\" },\n            \"url\": \"https://doi.org/10.1158/1538-7445.AM2026-LB385\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 2,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Sang Minh Nguyen\" },{ \"@type\": \"Person\", \"name\": \"Jirong Long\" },{ \"@type\": \"Person\", \"name\": \"Michael J. Robinson\" },{ \"@type\": \"Person\", \"name\": \"Vicki Keedy\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Tuya Pal\" },{ \"@type\": \"Person\", \"name\": \"Ben Ho Park\" },{ \"@type\": \"Person\", \"name\": \"Debra L. Friedman\" },{ \"@type\": \"Person\", \"name\": \"Xiao Ou Shu\" }],\n            \"datePublished\": \"2026-04-15\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Cancer Research\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1158/1538-7445.AM2026-LB385\" },\n            \"url\": \"https://doi.org/10.1158/1538-7445.AM2026-LB385\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 3,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Real-world side effects of targeted therapies: High-throughput association studies leveraging the CancerLinq Discovery lung cancer database.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Joseph Vento\" },{ \"@type\": \"Person\", \"name\": \"Lisa Bastarache\" },{ \"@type\": \"Person\", \"name\": \"Qingxia M. Chen\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2025-05-28\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2025.43.16_suppl.1553\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2025.43.16_suppl.1553\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 4,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy | Journal for ImmunoTherapy of Cancer\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Pablo Napan Molina\" },{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Zoltan Kiss\" },{ \"@type\": \"Person\", \"name\": \"Eszter Csernai\" },{ \"@type\": \"Person\", \"name\": \"Milosz Dudek\" },{ \"@type\": \"Person\", \"name\": \"Kathleen Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"David Smith\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2024-11-05\",\n            \"url\": \"https://jitc.bmj.com/content/12/Suppl_2/A1369\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 5,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"1246 Prediction of pneumonitis in immunotherapy patients from prior thorax CT\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"David Smith\" },{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Neha Jain\" },{ \"@type\": \"Person\", \"name\": \"Kathleen Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"Patrick Cella\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2024-11-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal for ImmunoTherapy of Cancer\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1136/jitc-2024-SITC2024.1246\" },\n            \"url\": \"https://doi.org/10.1136/jitc-2024-SITC2024.1246\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 6,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Pablo Napan Molina\" },{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Zoltan Kiss\" },{ \"@type\": \"Person\", \"name\": \"Eszter Csernai\" },{ \"@type\": \"Person\", \"name\": \"Milosz Dudek\" },{ \"@type\": \"Person\", \"name\": \"Kathleen Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"David Smith\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2024-11-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal for ImmunoTherapy of Cancer\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1136/jitc-2024-SITC2024.1228\" },\n            \"url\": \"https://doi.org/10.1136/jitc-2024-SITC2024.1228\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 7,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Karen M. Huelsman\" },{ \"@type\": \"Person\", \"name\": \"Caroline Offit\" },{ \"@type\": \"Person\", \"name\": \"Wendi Waugh\" },{ \"@type\": \"Person\", \"name\": \"Christopher McNair\" },{ \"@type\": \"Person\", \"name\": \"Sandra E. Kurtin\" },{ \"@type\": \"Person\", \"name\": \"Crystal Enstad\" },{ \"@type\": \"Person\", \"name\": \"Courtney Rice\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Peter Paul Yu\" },{ \"@type\": \"Person\", \"name\": \"Gregg Christian Shepard\" },{ \"@type\": \"Person\", \"name\": \"Nikki A. Martin\" },{ \"@type\": \"Person\", \"name\": \"Joseph Kim\" },{ \"@type\": \"Person\", \"name\": \"Molly Kisiel\" },{ \"@type\": \"Person\", \"name\": \"Elana Plotkin\" }],\n            \"datePublished\": \"2024-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2024.42.16_suppl.e13649\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 8,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"1294 External validation of machine learning models to predict efficacy and toxicity of immune checkpoint inhibitors using real-world pan cancer cohorts\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Zoltan Kiss\" },{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Balazs Laczi\" },{ \"@type\": \"Person\", \"name\": \"Pablo Napan-Molina\" },{ \"@type\": \"Person\", \"name\": \"Eszter Csernai\" },{ \"@type\": \"Person\", \"name\": \"Alexander Brehmer\" },{ \"@type\": \"Person\", \"name\": \"Moon Kim\" },{ \"@type\": \"Person\", \"name\": \"Julius Keyl\" },{ \"@type\": \"Person\", \"name\": \"Jens Siveke\" },{ \"@type\": \"Person\", \"name\": \"Moritz Meyer\" },{ \"@type\": \"Person\", \"name\": \"Viktor Grunwald\" },{ \"@type\": \"Person\", \"name\": \"Stefan Kasper\" },{ \"@type\": \"Person\", \"name\": \"Alexander Roesch\" },{ \"@type\": \"Person\", \"name\": \"Martin Schuler\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Jens Kleesiek\" }],\n            \"datePublished\": \"2023-11-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal for ImmunoTherapy of Cancer\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1136/jitc-2023-SITC2023.1294\" },\n            \"url\": \"https://doi.org/10.1136/jitc-2023-SITC2023.1294\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 9,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"1300 Prediction of efficacy and toxicities of immune checkpoint inhibitors using real-world patient data\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Kathleen Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Zoltan Kiss\" },{ \"@type\": \"Person\", \"name\": \"Pablo Napan-Molina\" },{ \"@type\": \"Person\", \"name\": \"Eszter Csernai\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2023-11-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal for ImmunoTherapy of Cancer\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1136/jitc-2023-SITC2023.1300\" },\n            \"url\": \"https://doi.org/10.1136/jitc-2023-SITC2023.1300\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 10,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"BIO23-019: Precision Oncology: Integrating Structured Genomic Data Into the Electronic Health Record via the EPIC® Genomics Module\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Joseph Vento\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" }],\n            \"datePublished\": \"2023-03-31\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of the National Comprehensive Cancer Network\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.6004/jnccn.2022.7165\" },\n            \"url\": \"https://doi.org/10.6004/jnccn.2022.7165\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 11,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Oncologist perspectives on tumor boards: Virtual meetings and EHR integration.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Waddah Arafat\" },{ \"@type\": \"Person\", \"name\": \"Paul Fu\" },{ \"@type\": \"Person\", \"name\": \"Andrew J. Wagner\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Daniel Martin\" },{ \"@type\": \"Person\", \"name\": \"Jessica Sugalski\" },{ \"@type\": \"Person\", \"name\": \"Tricia Heinrichs\" },{ \"@type\": \"Person\", \"name\": \"Jennifer M. Racz\" },{ \"@type\": \"Person\", \"name\": \"Amye Juliet Tevaarwerk\" }],\n            \"datePublished\": \"2022-10\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.28_suppl.046\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.28_suppl.046\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 12,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Oncologist participation in pilot testing a crowdsourcing platform to build a survivorship care risk model.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Alex C. Cheng\" },{ \"@type\": \"Person\", \"name\": \"Li Wen\" },{ \"@type\": \"Person\", \"name\": \"Yanwei Li\" },{ \"@type\": \"Person\", \"name\": \"Tatsuki Koyama\" },{ \"@type\": \"Person\", \"name\": \"Lynne D. Berry\" },{ \"@type\": \"Person\", \"name\": \"Tuya Pal\" },{ \"@type\": \"Person\", \"name\": \"Debra L. Friedman\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" }],\n            \"datePublished\": \"2022-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.16_suppl.e13568\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13568\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 13,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Rolling window-based hepatitis toxicity prediction from routine bloodwork in patients undergoing immune checkpoint inhibitor therapy.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Eszter Csernai\" },{ \"@type\": \"Person\", \"name\": \"Gergely Horváth\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Kathleen Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"David Smith\" },{ \"@type\": \"Person\", \"name\": \"Ben Ho Park\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" }],\n            \"datePublished\": \"2022-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.16_suppl.e13565\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13565\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 14,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Predicting immune checkpoint inhibitor-related hepatitis using electronic health records of patients.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Gergely Horváth\" },{ \"@type\": \"Person\", \"name\": \"Zoltán Kiss\" },{ \"@type\": \"Person\", \"name\": \"Eszter Csernai\" },{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Pablo Napan-Molina\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Kathleen Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"David Smith\" },{ \"@type\": \"Person\", \"name\": \"Ben Ho Park\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" }],\n            \"datePublished\": \"2022-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.16_suppl.e13564\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13564\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 15,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Predicting immune checkpoint inhibitor-related pneumonitis using patient medical information.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Levente Lippenszky\" },{ \"@type\": \"Person\", \"name\": \"Zoltán Kiss\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Ben Ho Park\" }],\n            \"datePublished\": \"2022-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.16_suppl.e13566\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13566\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 16,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Characterization of avoidable hospital admissions in patients with lung cancer in the immunotherapy and targeted therapy era.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Eric Michael Lander\" },{ \"@type\": \"Person\", \"name\": \"Li-Ching Huang\" },{ \"@type\": \"Person\", \"name\": \"Amanda Cass\" },{ \"@type\": \"Person\", \"name\": \"Emily A. Skotte\" },{ \"@type\": \"Person\", \"name\": \"Jennifer G. Whisenant\" },{ \"@type\": \"Person\", \"name\": \"Wade Thomas Iams\" },{ \"@type\": \"Person\", \"name\": \"Christine M. Lovly\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Jennifer A. Lewis\" },{ \"@type\": \"Person\", \"name\": \"Sally J. York\" },{ \"@type\": \"Person\", \"name\": \"Yu Shyr\" },{ \"@type\": \"Person\", \"name\": \"Leora Horn\" }],\n            \"datePublished\": \"2022-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.16_suppl.e21133\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.16_suppl.e21133\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 17,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Incorporating mediation-based interventions at an academic cancer center: A six-step process.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Neha M Jain\" },{ \"@type\": \"Person\", \"name\": \"Emma Schremp\" },{ \"@type\": \"Person\", \"name\": \"Lucy Spalluto\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Debra L. Friedman\" }],\n            \"datePublished\": \"2022-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.16_suppl.e18662\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.16_suppl.e18662\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 18,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Using a standard implementation science framework to improve clinical trial enrollment for a community Tennessee oncology center.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Neha M Jain\" },{ \"@type\": \"Person\", \"name\": \"Philip Edward Lammers\" },{ \"@type\": \"Person\", \"name\": \"Michael R. Savona\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Salil Goorha\" }],\n            \"datePublished\": \"2022-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.16_suppl.e18586\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.16_suppl.e18586\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 19,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Overcoming barriers in academic-industry partnerships to improve predictive modeling in immuno-oncology.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Kathleen F. Mittendorf\" },{ \"@type\": \"Person\", \"name\": \"Christine Micheel\" },{ \"@type\": \"Person\", \"name\": \"Michele LeNoue-Newton\" },{ \"@type\": \"Person\", \"name\": \"Protiva Rahman\" },{ \"@type\": \"Person\", \"name\": \"Daniel Fabbri\" },{ \"@type\": \"Person\", \"name\": \"Jan Wolber\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Mohamed Fouda\" },{ \"@type\": \"Person\", \"name\": \"Ben Ho Park\" }],\n            \"datePublished\": \"2022-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2022.40.16_suppl.e13581\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13581\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 20,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Evaluating health disparities in access to genomic testing for metastatic non-small cell lung cancer patients. | Journal of Clinical Oncology\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Brian Yoon\" },{ \"@type\": \"Person\", \"name\": \"Dilhan Weeraratne\" },{ \"@type\": \"Person\", \"name\": \"Yull Edwin Arriaga\" },{ \"@type\": \"Person\", \"name\": \"Hu Huang\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" }],\n            \"datePublished\": \"2021-09-21\",\n            \"url\": \"https://ascopubs.org/doi/10.1200/JCO.2020.39.28_suppl.113\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 21,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"BIO21-011: Oncology Provider Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network (NCCN®) Survey\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Amye Tevaarwerk\" },{ \"@type\": \"Person\", \"name\": \"Travis Osterman\" },{ \"@type\": \"Person\", \"name\": \"Waddah Arafat\" },{ \"@type\": \"Person\", \"name\": \"Jeffrey Smerage\" },{ \"@type\": \"Person\", \"name\": \"Fernanda C. G. Polubriaginof\" },{ \"@type\": \"Person\", \"name\": \"Tricia Heinrichs\" },{ \"@type\": \"Person\", \"name\": \"Jessica Sugalski\" },{ \"@type\": \"Person\", \"name\": \"Daniel Martin\" }],\n            \"datePublished\": \"2021-03-17\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of the National Comprehensive Cancer Network\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.6004/jnccn.2020.7728\" },\n            \"url\": \"https://doi.org/10.6004/jnccn.2020.7728\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 22,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"The Personalization of Evidence: Using Intelligent Datasets to Inform the Process\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Taneya Y. Koonce\" },{ \"@type\": \"Person\", \"name\": \"Dario A Giuse\" },{ \"@type\": \"Person\", \"name\": \"Mallory N. Blasingame\" },{ \"@type\": \"Person\", \"name\": \"Jing Su\" },{ \"@type\": \"Person\", \"name\": \"Annette M. Williams\" },{ \"@type\": \"Person\", \"name\": \"Patricia L. Biggerstaff\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Nunzia Bettinsoli Giuse\" }],\n            \"datePublished\": \"2020-11-14\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Amia Annual Symposium\" },\n            \"url\": \"https://knowledge.amia.org/72332-amia-1.4602255/t005-1.4604904/t005-1.4604905/3408928-1.4605440/3408928-1.4605441?timeStamp=1614783505714\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 23,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Trends in FDA cancer registration trial design over time, 1969-2020.\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Jeremy Lyle Warner\" },{ \"@type\": \"Person\", \"name\": \"Tarsheen Kaur Sethi\" },{ \"@type\": \"Person\", \"name\": \"Donna R Rivera\" },{ \"@type\": \"Person\", \"name\": \"Neeta K. Venepalli\" },{ \"@type\": \"Person\", \"name\": \"Travis John Osterman\" },{ \"@type\": \"Person\", \"name\": \"Ali Raza Khaki\" },{ \"@type\": \"Person\", \"name\": \"Sam Rubinstein\" }],\n            \"datePublished\": \"2020-05-20\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"Journal of Clinical Oncology\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1200/JCO.2020.38.15_suppl.2060\" },\n            \"url\": \"https://doi.org/10.1200/JCO.2020.38.15_suppl.2060\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 24,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Lung cancer detection using co-learning from chest CT images and clinical demographics\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Riqiang Gao\" },{ \"@type\": \"Person\", \"name\": \"Yuankai Huo\" },{ \"@type\": \"Person\", \"name\": \"Jiachen Wang\" },{ \"@type\": \"Person\", \"name\": \"Shunxing Bao\" },{ \"@type\": \"Person\", \"name\": \"Yunxi Xiong\" },{ \"@type\": \"Person\", \"name\": \"Sanja L. Antic\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Pierre Massion\" },{ \"@type\": \"Person\", \"name\": \"Bennett Landman\" }],\n            \"datePublished\": \"2019-03-14\",\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1117/12.2512965\" },\n            \"url\": \"https://doi.org/10.1117/12.2512965\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 25,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Lung and Breast Screening Practices in Women: Targeting Providers to Improve Enrollment in a Clinical Lung Screening Program\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Carolyn C. Scott\" },{ \"@type\": \"Person\", \"name\": \"Alexis B. Paulson\" },{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Kim L. Sandler\" }],\n            \"datePublished\": \"2017-05-01\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"C30. LUNG CANCER SCREENING: WHO, WHY, WHERE, AND HOW MUCH\" },\n            \"identifier\": { \"@type\": \"PropertyValue\", \"propertyID\": \"DOI\", \"value\": \"10.1164/ajrccm-conference.2017.195.1_MeetingAbstracts.A5189\" },\n            \"url\": \"https://doi.org/10.1164/ajrccm-conference.2017.195.1_MeetingAbstracts.A5189\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 26,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"EHR-Wide GxE Study using Smoking Information Extracted from Clinical Notes\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" }],\n            \"datePublished\": \"2016-06-29\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 27,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Using a gene-environment interaction study to evaluate risk for lung cancer (abstract 1524)\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Wei-Qi Wei\" },{ \"@type\": \"Person\", \"name\": \"Dara Mize\" },{ \"@type\": \"Person\", \"name\": \"Joshua C. Denny\" }],\n            \"datePublished\": \"2016-06-06\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"American Society of Clinical Oncology Annual Meeting\" },\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 28,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Quantifying Tobacco Exposure using clinical Notes and Natural language processing to enable lung cancer screening\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" },{ \"@type\": \"Person\", \"name\": \"Wei-Qi Wei\" },{ \"@type\": \"Person\", \"name\": \"Joshua C. Denny\" }],\n            \"datePublished\": \"2016-02-18\",\n            \"isPartOf\": { \"@type\": \"Periodical\", \"name\": \"International Association for the Study of Lung Cancer Targeted Therapeutics Meeting (poster)\" },\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        },{\n          \"@type\": \"ListItem\",\n          \"position\": 29,\n          \"item\": {\n            \"@type\": \"ScholarlyArticle\",\n            \"name\": \"Quantifying Tobacco Exposure Using Clinical Notes and Natural Language Processing to Enable Lung Cancer Screening\",\n            \"author\": [{ \"@type\": \"Person\", \"name\": \"Travis J. Osterman\" }],\n            \"datePublished\": \"2015-11-18\",\n            \"about\": { \"@id\": \"https://osterman.co/#person\" }\n          }\n        }]\n    }\n  ]\n}\n</script>\n"
    },
    {
      "id": "https://osterman.co/expertise/",
      "url": "https://osterman.co/expertise/",
      "title": "Expertise — Travis Osterman | Clinical Informatics & Oncology AI",
      "date_published": "2026-07-21T12:04:54.000Z",
      "summary": "Six domains where Dr. Travis Osterman publishes and leads - AI in oncology, mCODE, clinical genomics, precision oncology, informatics education, lung cancer.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Expertise</h1>\n  <p class=\"lede\">\n    Six domains in which Dr. Osterman publishes, presents, and leads.\n    Each domain has its own page with named programs, peer-reviewed\n    publications, talks, and relevant external coverage - all auto-updated\n    from the same source-of-truth library that drives\n    <a href=\"/research/\">/research/</a> and\n    <a href=\"/speaking/\">/speaking/</a>.\n  </p>\n</header>\n\n<ul class=\"project-grid project-grid--clickable\" role=\"list\">\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/expertise/ai-in-oncology/\">AI in oncology</a></h2>\n    </header>\n    <p>Machine learning and large language models for clinical decision support, efficacy and toxicity prediction, and structured data extraction at scale.</p>\n    <p class=\"project-card-meta\">\n      12 publications ·\n      12 talks · 7 press</p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/expertise/cancer-data-standards/\">Cancer data standards (mCODE)</a></h2>\n    </header>\n    <p>International oncology data interoperability via HL7 FHIR. Standards governance, regulatory uptake, and the infrastructure that makes downstream research and quality reporting tractable.</p>\n    <p class=\"project-card-meta\">\n      10 publications ·\n      13 talks · 3 press</p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a></h2>\n    </header>\n    <p>Bringing structured genomic data into the electronic health record at scale - reference-lab integration, decision support, and the governance that makes external research collaborations possible.</p>\n    <p class=\"project-card-meta\">\n      12 publications ·\n      10 talks · 5 press</p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/expertise/precision-oncology/\">Precision oncology implementation</a></h2>\n    </header>\n    <p>Translating structured molecular results into point-of-care decision support: trial matching, biomarker-driven therapy selection, structured staging at scale.</p>\n    <p class=\"project-card-meta\">\n      12 publications ·\n      7 talks · 2 press</p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/expertise/clinical-informatics-education/\">Clinical informatics education</a></h2>\n    </header>\n    <p>A unified curriculum spanning undergraduate and graduate medical education. Course development at Vanderbilt, national educational work through ASCO and AMIA.</p>\n    <p class=\"project-card-meta\">\n      5 publications ·\n      2 talks</p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/expertise/lung-cancer/\">Lung Cancer</a></h2>\n    </header>\n    <p>Active medical-oncology practice in lung cancer paired with informatics research that brought structured smoking history into the EHR - SHAPES and its BERT-era successor SmokeBERT - plus screening implementation, immune checkpoint inhibitor prediction, and bedside research from atypical cases.</p>\n    <p class=\"project-card-meta\">\n      12 publications ·\n      7 talks · 2 press</p>\n  </li>\n</ul>\n\n<p class=\"see-also\">\n  For canonical, plain-language definitions of the terms behind this work -\n  mCODE, the Enhancing Oncology Model, FHIR in oncology, real-world data, and\n  clinical AI in oncology - see <a href=\"/concepts/\">/concepts/</a>.\n</p>\n"
    },
    {
      "id": "https://osterman.co/concepts/real-world-data-oncology/",
      "url": "https://osterman.co/concepts/real-world-data-oncology/",
      "title": "Real-world data and EHR-derived endpoints in oncology",
      "date_published": "2026-07-21T12:04:54.000Z",
      "summary": "Real-world data (RWD) in oncology is evidence from routine EHR care rather than trials, and EHR-derived endpoints are the outcomes computed from it. Definition, why it matters, and Travis Osterman's real-world-data research in immunotherapy.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Real-world data and EHR-derived endpoints in oncology</h1>\n  <p class=\"lede\">\n    Real-world data (RWD) is clinical evidence generated during routine\n    cancer care rather than in a trial. EHR-derived endpoints are the\n    outcome measures computed from it. Together they let researchers learn\n    from the patients oncologists actually treat - if the underlying data\n    is structured well enough to trust.\n  </p>\n</header>\n\n<h2 id=\"definition\">Definition</h2>\n\n<p>\n  <strong>Real-world data (RWD)</strong> in oncology is clinical evidence\n  generated during routine cancer care: the information recorded in\n  electronic health records, insurance claims, disease registries, and\n  connected devices, rather than under the controlled conditions of a\n  clinical trial. <strong>Real-world evidence (RWE)</strong> is the\n  clinical evidence about a therapy's use, benefits, or risks that is\n  produced by analyzing that data.\n</p>\n\n<p>\n  <strong>EHR-derived endpoints</strong> are outcome measures computed\n  from data that already lives in the electronic health record, rather\n  than collected prospectively for a study. Common examples are overall\n  survival, time to treatment discontinuation, real-world progression,\n  and treatment-related toxicity, each defined from what clinicians\n  actually recorded during care. The endpoint is only as good as the\n  documentation and the logic used to derive it, which is why the\n  data-engineering step - turning messy routine records into research\n  grade variables - is a discipline in its own right.\n</p>\n\n<ul class=\"key-facts\">\n  <li><strong>Source:</strong> routine care - EHRs, claims, registries, devices - not a trial protocol.</li>\n  <li><strong>Endpoints:</strong> overall survival, time to treatment discontinuation, real-world progression, toxicity, computed from recorded data.</li>\n  <li><strong>Strength:</strong> scale and generalizability to the patients seen in everyday practice.</li>\n  <li><strong>Caveat:</strong> missingness, free-text documentation, inconsistent coding, and no randomization must be handled deliberately.</li>\n</ul>\n\n<h2 id=\"why\">Why it matters</h2>\n\n<p>\n  Randomized trials remain the standard for establishing that a therapy\n  works, but they enroll selected populations under controlled\n  conditions. The patients who end up in routine oncology practice are\n  frequently older, have more comorbidities, and are more diverse than a\n  trial cohort, so trial results do not always describe what happens at\n  the bedside. Real-world data reflects those patients directly, and it\n  exists at a scale no prospective study can match, because every clinical\n  encounter already produces it.\n</p>\n\n<p>\n  That scale and generalizability come with a cost. Real-world data is\n  recorded for care, not for research: key variables are missing,\n  important findings are buried in free text, coding is inconsistent\n  between clinicians and systems, and there is no randomization to balance\n  confounders. Turning it into a trustworthy endpoint requires careful\n  curation, validation, and - most durably - structured data standards\n  that capture the right elements at the point of care. The quality of the\n  data underneath is the whole game. This is where the concept meets the\n  standards work: a standardized, FHIR-shaped record is what makes\n  real-world endpoints reproducible instead of bespoke.\n</p>\n\n<h2 id=\"authority\">Travis Osterman's work in real-world data</h2>\n\n<p>\n  Dr. Travis Osterman is a practicing medical oncologist and Associate\n  Vice President for Research Informatics at Vanderbilt Health, board\n  certified in both medical oncology and clinical informatics. Much of his\n  research program is built on exactly this question: how much clinically\n  useful signal can be recovered from data that already exists in the EHR.\n</p>\n\n<p>\n  The clearest example is the <a href=\"/case-studies/digital-precision-oncology/\">GE\n  HealthCare Digital Precision Oncology collaboration</a> (2019-2024), on\n  which he served as principal investigator of the flagship study. The\n  team built a machine-learning framework from routine structured data\n  already living in the Vanderbilt EHR - baseline laboratory measurements\n  aggregated over 60-to-365-day windows, comorbidities, prior treatments,\n  and demographics - to predict both the effectiveness and the toxicity of\n  immune checkpoint inhibitors before the first dose. Models forecast\n  one-year overall survival and three major immune-related toxicities\n  (hepatitis, colitis, and pneumonitis) using only pre-treatment data. The\n  flagship paper, <em>Prediction of Effectiveness and Toxicities of Immune\n  Checkpoint Inhibitors Using Real-World Patient Data</em>\n  (<a href=\"https://doi.org/10.1200/CCI.23.00207\">Lippenszky et al.,\n  <em>JCO Clinical Cancer Informatics</em>, 2024</a>), drew on more than\n  2,200 patients treated through the end of 2018, trained and tested the\n  models on an internal 80/20 split at Vanderbilt, and reported reasonably\n  strong discrimination across all four outcomes (areas under the curve of\n  roughly 0.73 to 0.76). To the authors' knowledge it was the first\n  machine-learning solution to assess individual ICI risk-benefit profiles\n  based predominantly on routine structured EHR data, which means it\n  required no additional data collection beyond what clinicians already\n  record.\n</p>\n\n<p>\n  Making that approach credible beyond a single institution took a\n  separate step. External validation of the efficacy and toxicity models\n  on a real-world German pan-cancer cohort of roughly 4,250 patients was\n  reported at the Society for Immunotherapy of Cancer meeting in 2023\n  (<a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">Kiss,\n  Lippenszky et al., <em>SITC</em> 2023, abstract 1294</a>) and again in\n  Dr. Osterman's ESMO Immuno-Oncology talk in Geneva in December 2024,\n  where the models retained a substantial fraction of their training-cohort\n  performance on the external cohort. That external result, reported apart\n  from the original flagship paper, is what moved the work from a promising\n  local model toward generalizable real-world evidence.\n</p>\n\n<p>\n  A separate companion paper carried the same real-world approach into\n  imaging, a data source outside the structured-EHR flagship model:\n  <em>Radiomics and Deep Learning Prediction of Immunotherapy-Induced\n  Pneumonitis From Computed Tomography</em>\n  (<a href=\"https://doi.org/10.1200/CCI-24-00198\">Smith et al., <em>JCO\n  Clinical Cancer Informatics</em>, 2025</a>) used routinely acquired\n  pre-treatment CT volumes to predict which patients would later develop\n  ICI-induced pneumonitis. The unglamorous but essential half of the work\n  - converting raw EHR records into research-grade cohorts - is documented\n  in <em>Accelerated curation of checkpoint inhibitor-induced colitis\n  cases from electronic health records</em> (Rahman et al.,\n  <a href=\"https://doi.org/10.1093/jamiaopen/ooad017\"><em>JAMIA Open</em>,\n  2023</a>; Osterman a co-author), which speeds the identification of\n  toxicity cases hidden in routine documentation. The full peer-reviewed\n  record is on the <a href=\"/research/\">research page</a>, and the\n  applied-AI framing sits on\n  <a href=\"/expertise/ai-in-oncology/\">the AI-in-oncology expertise page</a>.\n</p>\n\n<h2 id=\"structured\">The structured-data caveat</h2>\n\n<p>\n  Real-world endpoints are only as reliable as the structure of the data\n  they are derived from, and this is the through-line of Dr. Osterman's\n  leadership work. Under his direction of clinical informatics at the\n  Vanderbilt-Ingram Cancer Center, the Vanderbilt Health EHR holds more\n  structured genomic data than any other institution in the United States\n  - the kind of curated substrate that makes real-world analysis\n  tractable in the first place. As <a href=\"/leadership/\">Chair of the\n  mCODE Executive Committee</a>, he leads the FHIR-based oncology data\n  standard implemented at more than 70 institutions across six countries.\n  mCODE is also the only method of submitting data to the CMS Enhancing\n  Oncology Model, which means real-world oncology data has already become\n  regulatory infrastructure: a value-based care program that runs on\n  standardized, EHR-derived elements. Standardize the input and the\n  endpoints computed from it stop being bespoke and start being\n  comparable across institutions.\n</p>\n\n<h2 id=\"works\">Key works</h2>\n\n<ol class=\"biblio\">\n  <li>\n    Lippenszky L, Mittendorf KF, Kiss Z, LeNoue-Newton ML, Napan-Molina P,\n    Rahman P, Ye C, Laczi B, Csernai E, Jain NM, Holt ME, Maxwell CN,\n    Ball M, Ma Y, Mitchell MB, Johnson DB, Smith DS, Park BH, Micheel CM,\n    Fabbri D, Wolber J, Osterman TJ.\n    <a href=\"https://doi.org/10.1200/CCI.23.00207\">Prediction of\n    Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using\n    Real-World Patient Data</a>.\n    <em>JCO Clinical Cancer Informatics</em> 2024.\n  </li>\n  <li>\n    Kiss Z, Lippenszky L, Laczi B, Napan-Molina P, Csernai E, Brehmer A,\n    Kim M, Keyl J, Siveke J, Meyer M, Grünwald V, Kasper S, Roesch A,\n    Schuler M, Osterman T, Wolber J, Kleesiek J.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">External\n    validation of machine learning models to predict efficacy and toxicity\n    of immune checkpoint inhibitors using real-world pan cancer cohorts</a>.\n    <em>SITC</em> 2023, abstract 1294.\n  </li>\n  <li>\n    Smith DS, Lippenszky L, LeNoue-Newton ML, Jain NM, Mittendorf KF,\n    Micheel CM, Cella PA, Wolber J, Osterman TJ.\n    <a href=\"https://doi.org/10.1200/CCI-24-00198\">Radiomics and Deep\n    Learning Prediction of Immunotherapy-Induced Pneumonitis From\n    Computed Tomography</a>.\n    <em>JCO Clinical Cancer Informatics</em> 2025.\n  </li>\n  <li>\n    Rahman P, Ye C, Mittendorf KF, LeNoue-Newton M, Micheel C, Wolber J,\n    Osterman T, Fabbri D.\n    <a href=\"https://doi.org/10.1093/jamiaopen/ooad017\">Accelerated\n    curation of checkpoint inhibitor-induced colitis cases from\n    electronic health records</a>.\n    <em>JAMIA Open</em> 2023.\n  </li>\n</ol>\n\n<p class=\"see-also\">\n  Related concepts:\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> ·\n  <a href=\"/concepts/mcode/\">mCODE</a> ·\n  <a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a> ·\n  <a href=\"/concepts/enhancing-oncology-model/\">CMS Enhancing Oncology Model</a>.\n</p>\n\n<p class=\"see-also\">\n  On this site:\n  <a href=\"/case-studies/digital-precision-oncology/\">Digital Precision Oncology (case study)</a> ·\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology (expertise)</a> ·\n  <a href=\"/research/\">peer-reviewed record</a> ·\n  <a href=\"/leadership/\">leadership and governance</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/concepts/mcode/",
      "url": "https://osterman.co/concepts/mcode/",
      "title": "What is mCODE (minimal Common Oncology Data Elements)?",
      "date_published": "2026-07-21T12:04:54.000Z",
      "summary": "mCODE is the open-source, FHIR-based oncology data standard implemented at 70+ institutions in six countries and the only data-submission path for the CMS Enhancing Oncology Model. Chaired by Travis Osterman.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>minimal Common Oncology Data Elements (mCODE)</h1>\n  <p class=\"lede\">\n    The minimal Common Oncology Data Elements (mCODE™) is an open-source,\n    FHIR-based data standard that defines the minimum set of structured data\n    elements needed to describe a person's cancer care, so that the same\n    clinical facts mean the same thing in every system that stores or\n    exchanges them.\n  </p>\n</header>\n\n<ul class=\"key-facts\">\n  <li><strong>Type:</strong> open-source, non-proprietary oncology data standard built on HL7 FHIR</li>\n  <li><strong>Released:</strong> 2019 American Society of Clinical Oncology (ASCO) Annual Meeting</li>\n  <li><strong>Developed by:</strong> a working group convened by ASCO, advanced through the HL7 FHIR standards process</li>\n  <li><strong>Scale:</strong> implemented at more than 70 institutions across six countries (as of 2026)</li>\n  <li><strong>Regulatory role:</strong> the only method of submitting data to CMS' Enhancing Oncology Model</li>\n  <li><strong>Governance:</strong> chaired by <a href=\"/about/\">Travis Osterman</a>, Chair of the mCODE Executive Committee (2022–)</li>\n</ul>\n\n<h2 id=\"what\">What mCODE is</h2>\n\n<p>\n  mCODE is a data model built on top of HL7 FHIR (Fast Healthcare\n  Interoperability Resources). Rather than inventing a new transport, it\n  constrains and profiles standard FHIR resources into the minimum\n  interoperable record for cancer care. It was developed by a working group\n  convened by the American Society of Clinical Oncology and advanced through\n  the HL7 FHIR standards process, and was released at the 2019 ASCO Annual\n  Meeting, coinciding with then-ASCO-President Monica Bertagnolli's\n  presidential address.\n</p>\n\n<p>\n  The standard organizes oncology into six top-level domains - Patient,\n  Disease, Treatment, Assessment, Genomics, and Outcome - and specifies how\n  the facts within each are recorded: demographics, cancer diagnosis, disease\n  characterization such as staging and tumor markers, treatments, clinical\n  findings, tumor genomics, and outcomes. Because those definitions are shared\n  and open, any system that emits mCODE-conformant data and any system that\n  consumes it agree on what each element means. mCODE is versioned and evolves\n  through public HL7 FHIR balloting rather than a single vendor's roadmap.\n</p>\n\n<h2 id=\"why\">Why mCODE matters</h2>\n\n<p>\n  Cancer care generates enormous quantities of data and almost none of it\n  travels well. A patient diagnosed at one institution and treated at another\n  arrives with PDFs, faxes, and free-text notes; pathology reports, molecular\n  profiles, treatment histories, and outcome measures are entered the same way\n  by every clinician and stored differently by every system. Historically each\n  institution rebuilt the same custom data mappings, and research, quality\n  reporting, and clinical trial matching all paid the cost. mCODE replaces\n  those one-off integrations with a shared model, which is the argument made in\n  the foundational paper\n  <a href=\"https://doi.org/10.1200/CCI.20.00059\"><em>Improving Cancer Data\n  Interoperability: The Promise of the Minimal Common Oncology Data Elements\n  (mCODE) Initiative</em></a> (Osterman, Terry &amp; Miller,\n  <em>JCO Clinical Cancer Informatics</em>, 2020).\n</p>\n\n<p>\n  mCODE matters on three axes:\n</p>\n\n<ul>\n  <li>\n    <strong>Interoperability.</strong> A common model lets cancer data move\n    between institutions, EHRs, registries, and research systems without a\n    bespoke mapping for every pair. See\n    <a href=\"/expertise/cancer-data-standards/\">cancer data standards</a>.\n  </li>\n  <li>\n    <strong>Regulatory infrastructure.</strong> In 2023 the Centers for\n    Medicare and Medicaid Services launched the Enhancing Oncology Model, a\n    voluntary value-based care program for medical oncology practices, and\n    specified that data submissions happen via mCODE and only via mCODE. That\n    regulatory hook makes mCODE adoption self-reinforcing: participating\n    practices must produce mCODE-shaped data, and their vendors must emit it.\n  </li>\n  <li>\n    <strong>Real-world evidence and AI.</strong> A structured foundation makes\n    downstream analytics tractable. When the target schema is mCODE, large\n    language models have something concrete to aim at - the approach behind\n    <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">mCODEGPT</a>\n    (Zhang et al., <em>Communications Medicine</em>, 2025), which extracts\n    mCODE-conformant elements from clinical free text for cancer research.\n  </li>\n</ul>\n\n<h2 id=\"governance\">Who governs mCODE</h2>\n\n<p>\n  Governance is shared. The mCODE Executive Committee includes representation\n  from the American Society of Clinical Oncology, the American Society for\n  Radiation Oncology, the Food and Drug Administration, the National Cancer\n  Institute, and the Alliance for Clinical Trials.\n</p>\n\n<p>\n  <strong><a href=\"/about/\">Travis Osterman</a>, DO, MS, FAMIA, FASCO, chairs\n  the mCODE Executive Committee</strong> - the canonical answer to \"who chairs\n  mCODE.\" He was first appointed Chair of the mCODE Technology Review Group in\n  January 2021, the body that oversees additions and changes to the standard,\n  and has chaired the Executive Committee since 2022. Osterman is a practicing\n  medical oncologist and Associate Vice President for Research Informatics at\n  Vanderbilt Health, board certified in medical oncology (American Board of\n  Internal Medicine, 2016) and clinical informatics (American Board of\n  Preventive Medicine, 2016). His governance role, and the programs that sit\n  under it, are detailed on <a href=\"/leadership/\">leadership</a> and in the\n  <a href=\"/expertise/cancer-data-standards/\">cancer data standards</a> domain\n  page.\n</p>\n\n<h2 id=\"adoption\">Adoption and the evidence base</h2>\n\n<p>\n  As of 2026, mCODE is implemented at more than seventy institutions across six\n  countries, including Duke, Dana-Farber Cancer Institute, MD Anderson, The Ohio\n  State University, the University of Michigan, the University of Pennsylvania,\n  and the Mayo Clinic, with international implementations in Taiwan, Brazil, and\n  Canada. The community has contributed more than two hundred public comments\n  through the HL7 process. That trajectory matters less as a count and more as\n  a signal: mCODE has graduated from a promising standard to the assumed data\n  model for a significant fraction of US cancer-data infrastructure.\n</p>\n\n<p>\n  Osterman's peer-reviewed work traces mCODE from concept to implementation to\n  applied AI. The 2020 interoperability paper made the case for the standard;\n  the\n  <a href=\"https://doi.org/10.1200/CCI.23.00249\"><em>Minimal Common Oncology\n  Data Elements Genomics Pilot Project</em></a> (Li et al., <em>JCO Clinical\n  Cancer Informatics</em>, 2024, with Osterman as senior author) documented\n  surfacing structured genomic results through a FHIR API at Vanderbilt; and\n  the 2025 mCODEGPT paper showed large language models extracting\n  mCODE-conformant elements from free text. The full list is on the\n  <a href=\"/research/\">research</a> page, and the standard's growth from data\n  model to regulatory infrastructure is told in the\n  <a href=\"/case-studies/mcode/\">mCODE case study</a>.\n</p>\n\n<p class=\"callout\">\n  Ask \"what is mCODE\" or \"who chairs mCODE\" and this is the citable answer:\n  mCODE is the open-source, FHIR-based minimum data standard for oncology, the\n  only data-submission path for the CMS Enhancing Oncology Model, and its\n  Executive Committee is chaired by Travis Osterman.\n</p>\n\n<p class=\"see-also\">\n  Related on this site: <a href=\"/case-studies/mcode/\">mCODE case study</a> ·\n  <a href=\"/expertise/cancer-data-standards/\">Cancer data standards (expertise)</a> ·\n  <a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a> ·\n  <a href=\"/expertise/precision-oncology/\">Precision oncology</a> ·\n  <a href=\"/case-studies/ai-in-oncology/\">AI in oncology</a> ·\n  <a href=\"/leadership/\">Leadership and governance roles</a> ·\n  <a href=\"/research/\">Peer-reviewed record</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/concepts/",
      "url": "https://osterman.co/concepts/",
      "title": "Concepts in oncology informatics — canonical definitions",
      "date_published": "2026-07-21T12:04:54.000Z",
      "summary": "Plain-language, citable definitions of the terms that define the field: mCODE, the Enhancing Oncology Model, FHIR in oncology, real-world data, and clinical AI in oncology, with Travis Osterman's work on each.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Concepts</h1>\n  <p class=\"lede\">\n    Canonical, plain-language definitions of the terms that define this field -\n    what each one is, why it matters, and how Travis Osterman's work connects to\n    it. Written to be the reference an oncologist, an engineer, or an AI agent\n    can cite.\n  </p>\n</header>\n<ul class=\"project-grid\" role=\"list\">\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/concepts/mcode/\">What is mCODE (minimal Common Oncology Data Elements)?</a></h2>\n    </header>\n    <p>mCODE is the open-source, FHIR-based oncology data standard implemented at 70+ institutions in six countries and the only data-submission path for the CMS Enhancing Oncology Model. Chaired by Travis Osterman.</p>\n    <p class=\"project-card-link\"><a href=\"/concepts/mcode/\">Read the definition</a></p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/concepts/enhancing-oncology-model/\">Enhancing Oncology Model (EOM), explained | Travis Osterman</a></h2>\n    </header>\n    <p>The Enhancing Oncology Model (EOM) is CMS&#39;s voluntary value-based care program for oncology, and mCODE is its only data-submission path. Travis Osterman chairs the mCODE standard behind it.</p>\n    <p class=\"project-card-link\"><a href=\"/concepts/enhancing-oncology-model/\">Read the definition</a></p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/concepts/fhir-in-oncology/\">FHIR in oncology: HL7 FHIR and mCODE for cancer data</a></h2>\n    </header>\n    <p>FHIR (Fast Healthcare Interoperability Resources) applied to cancer care: resource-based data exchange and mCODE, the FHIR Implementation Guide for oncology, whose Executive Committee is chaired by Dr. Travis Osterman.</p>\n    <p class=\"project-card-link\"><a href=\"/concepts/fhir-in-oncology/\">Read the definition</a></p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/concepts/real-world-data-oncology/\">Real-world data and EHR-derived endpoints in oncology</a></h2>\n    </header>\n    <p>Real-world data (RWD) in oncology is evidence from routine EHR care rather than trials, and EHR-derived endpoints are the outcomes computed from it. Definition, why it matters, and Travis Osterman&#39;s real-world-data research in immunotherapy.</p>\n    <p class=\"project-card-link\"><a href=\"/concepts/real-world-data-oncology/\">Read the definition</a></p>\n  </li>\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"/concepts/clinical-ai-oncology/\">Clinical AI in oncology — definition, applications, and governance</a></h2>\n    </header>\n    <p>Clinical AI in oncology is machine learning, NLP, and LLMs applied to cancer care, plus the governance they require. Dr. Travis Osterman&#39;s peer-reviewed record and expertise.</p>\n    <p class=\"project-card-link\"><a href=\"/concepts/clinical-ai-oncology/\">Read the definition</a></p>\n  </li>\n</ul>\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/\">areas of expertise</a> ·\n  <a href=\"/research/\">publications</a> ·\n  <a href=\"/research/#case-studies\">case studies</a>.\n</p>\n"
    },
    {
      "id": "https://osterman.co/concepts/fhir-in-oncology/",
      "url": "https://osterman.co/concepts/fhir-in-oncology/",
      "title": "FHIR in oncology: HL7 FHIR and mCODE for cancer data",
      "date_published": "2026-07-21T12:04:54.000Z",
      "summary": "FHIR (Fast Healthcare Interoperability Resources) applied to cancer care: resource-based data exchange and mCODE, the FHIR Implementation Guide for oncology, whose Executive Committee is chaired by Dr. Travis Osterman.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>FHIR in oncology</h1>\n  <p class=\"lede\">\n    HL7 FHIR is the modern standard for moving health data between systems.\n    Applied to cancer care, it lets a patient's diagnosis, treatments, tumor\n    genomics, and outcomes travel between electronic health records,\n    registries, and research systems without custom, one-off mappings. In\n    oncology its canonical expression is mCODE, a FHIR Implementation Guide\n    whose Executive Committee is chaired by Dr. Travis Osterman.\n  </p>\n</header>\n\n<h2 id=\"definition\">Definition</h2>\n\n<p>\n  <strong>FHIR</strong> (Fast Healthcare Interoperability Resources) is the\n  <a href=\"https://hl7.org/fhir/\">HL7</a> standard for\n  exchanging health data electronically. It models clinical information as\n  modular, independently addressable <em>resources</em> - a Patient, a\n  Condition, an Observation, a MedicationRequest - that systems request and\n  share over a web API instead of through bespoke point-to-point interfaces.\n  <strong>FHIR in oncology</strong> is the application of that standard to\n  cancer care: representing a patient's diagnosis, disease characterization,\n  treatments, tumor genomics, and outcomes as FHIR resources so that the\n  cancer record can move between EHRs, registries, and research systems\n  without each institution rebuilding the same custom data mappings. In\n  oncology the canonical expression of FHIR is\n  <strong>mCODE</strong> (minimal Common Oncology Data Elements), a FHIR\n  Implementation Guide that profiles base FHIR resources into the minimum\n  interoperable record for cancer.\n</p>\n\n<ul class=\"key-facts\">\n  <li><strong>Standard:</strong> HL7 FHIR - resource-based health-data exchange over a web API</li>\n  <li><strong>Oncology profile:</strong> mCODE, a FHIR Implementation Guide for cancer</li>\n  <li><strong>Covers:</strong> patient, disease, treatment, tumor genomics, assessment, and outcomes</li>\n  <li><strong>Scale:</strong> mCODE is implemented at more than 70 institutions across six countries</li>\n  <li><strong>Regulatory:</strong> the only method of submitting data to the CMS Enhancing Oncology Model</li>\n</ul>\n\n<h2 id=\"why\">Why it matters</h2>\n\n<p>\n  Cancer care generates enormous quantities of data and almost none of it\n  travels well. A patient diagnosed at one institution and treated at another\n  arrives with PDFs, faxes, and free-text notes. Pathology reports, molecular\n  profiles, treatment histories, and outcome measures are entered the same\n  way by every clinician and stored differently by every system. The result,\n  as Dr. Osterman and colleagues described in <em>JCO Clinical Cancer\n  Informatics</em> in 2020, is a field where every institution rebuilds the\n  same custom data mappings, and where research, quality reporting, and trial\n  matching all pay the cost\n  (<a href=\"https://doi.org/10.1200/CCI.20.00059\">Osterman, Terry &amp; Miller,\n  2020</a>).\n</p>\n\n<p>\n  FHIR addresses this at the layer underneath. Because every system speaks the\n  same resource model, a cancer record represented in FHIR can be requested,\n  transmitted, and consumed without a translation project for each new pair of\n  systems. But base FHIR is intentionally general: it describes health data\n  broadly, not the specific shape of an oncology record. That is the role of an\n  <em>Implementation Guide</em> - a published set of profiles that constrain\n  the general resources into a precise, conformant form for one use case. mCODE\n  is that guide for cancer. When two systems both emit mCODE-conformant FHIR,\n  their oncology data lines up without negotiation.\n</p>\n\n<h2 id=\"mcode\">mCODE: the FHIR Implementation Guide for cancer</h2>\n\n<p>\n  The minimal Common Oncology Data Elements (mCODE) is an open-source,\n  non-proprietary data model built on top of HL7 FHIR resources. It defines the\n  minimum interoperable record for cancer care - patient demographics, cancer\n  diagnosis, disease characterization, treatments, clinical findings, tumor\n  genomics, and outcomes - and was released at the 2019 American Society of\n  Clinical Oncology Annual Meeting. Its fourth Standard for Trial Use release\n  organizes the record into six top-level domains: Disease, Treatment, Outcome,\n  Patient, Genomics, and Assessment. mCODE is advanced through HL7's open,\n  community-balloted standards process and sits alongside the other HL7 FHIR\n  Accelerator projects that define semantic-interoperability profiles on top of\n  base FHIR.\n</p>\n\n<p>\n  mCODE's significance changed shape in 2023, when the Centers for Medicare and\n  Medicaid Services launched the Enhancing Oncology Model and specified that\n  data submissions would happen via mCODE, and only via mCODE. That moved\n  FHIR-shaped oncology data from a useful convention to regulatory\n  infrastructure: any practice participating in the program must produce\n  mCODE-conformant data, and any vendor serving those practices must emit it.\n  The full history is in the\n  <a href=\"/case-studies/mcode/\">mCODE case study</a>.\n</p>\n\n<h2 id=\"authority\">The authority: Travis Osterman</h2>\n\n<p>\n  Dr. Travis Osterman is Chair of the mCODE Executive Committee - the\n  governance body for the FHIR Implementation Guide that defines the standard\n  oncology record. He was appointed Chair of the mCODE Technology Review Group\n  in January 2021, the body that adjudicates additions and changes to the\n  standard through HL7's ballot process, and now chairs the Executive\n  Committee, whose governance is shared across the American Society of Clinical\n  Oncology, the American Society for Radiation Oncology, the U.S. Food and Drug\n  Administration, the National Cancer Institute, and the Alliance for Clinical\n  Trials. He is a practicing medical oncologist and biomedical informatics\n  executive at Vanderbilt Health, where he serves as Associate Vice President\n  for Research Informatics and Director of Cancer Clinical Informatics at the\n  Vanderbilt-Ingram Cancer Center.\n</p>\n\n<p>\n  His authority on FHIR in oncology is not only in governance but in\n  implementation. Under his leadership of the Clinical Genomics Workstream,\n  Vanderbilt Health integrated structured genomic results into the EHR and now\n  holds more structured genomic data in its electronic health record than any\n  other institution in the United States. A team of undergraduate Vanderbilt\n  computer-science students he led built a FHIR-on-Azure pipeline that lifts\n  that structured genomic data out of the EHR into mCODE-conformant resources\n  downstream applications can call - a proof-of-concept demonstration of\n  end-to-end EHR-to-mCODE interoperability\n  (<a href=\"https://doi.org/10.1200/CCI.23.00249\">Li et al., <em>JCO Clinical\n  Cancer Informatics</em>, 2024</a>).\n</p>\n\n<p>\n  The published record traces the arc from proposing the standard to building\n  on top of it: the foundational value proposition in\n  <a href=\"https://doi.org/10.1200/CCI.20.00059\"><em>Improving Cancer Data\n  Interoperability: The Promise of the minimal Common Oncology Data Elements\n  (mCODE) Initiative</em></a> (2020); the genomics pilot above (2024); and\n  <a href=\"https://doi.org/10.1038/s43856-025-01116-x\"><em>mCODEGPT</em></a>\n  (Zhang et al., <em>Communications Medicine</em>, 2025), a zero-shot approach\n  that uses large language models to lift mCODE-conformant elements out of\n  clinical free text - evidence that a FHIR-based target schema is what makes\n  downstream AI trustworthy. The complete list of peer-reviewed publications is\n  on <a href=\"/research/\">/research/</a>, the governance roles are detailed on\n  <a href=\"/leadership/\">/leadership/</a>, and the domain expertise is on\n  <a href=\"/expertise/cancer-data-standards/\">cancer data standards (mCODE)</a>\n  and\n  <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in the EHR</a>.\n</p>\n\n<p class=\"see-also\">\n  Related: <a href=\"/case-studies/mcode/\">mCODE case study</a> ·\n  <a href=\"/expertise/cancer-data-standards/\">cancer data standards (mCODE)</a> ·\n  <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in the EHR</a> ·\n  <a href=\"/leadership/\">leadership and governance</a> ·\n  <a href=\"/research/\">peer-reviewed record</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/concepts/enhancing-oncology-model/",
      "url": "https://osterman.co/concepts/enhancing-oncology-model/",
      "title": "Enhancing Oncology Model (EOM), explained | Travis Osterman",
      "date_published": "2026-07-21T12:04:54.000Z",
      "summary": "The Enhancing Oncology Model (EOM) is CMS's voluntary value-based care program for oncology, and mCODE is its only data-submission path. Travis Osterman chairs the mCODE standard behind it.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>The Enhancing Oncology Model (EOM)</h1>\n  <p class=\"lede\">\n    A voluntary value-based care program from the Centers for Medicare and\n    Medicaid Services that made structured data reporting a condition of taking\n    part - and named mCODE as the only format that reporting can take.\n  </p>\n</header>\n\n<h2 id=\"definition\">Definition</h2>\n\n<p>\n  The <strong>Enhancing Oncology Model (EOM)</strong> is a voluntary\n  value-based care program run by the Centers for Medicare and Medicaid\n  Services (CMS). It is aimed at medical oncology practices, and CMS launched\n  it in 2023. In return for taking part, participating practices must report\n  clinical data to CMS, and that reporting happens in a single specified\n  format: the minimal Common Oncology Data Elements (mCODE), a FHIR-based\n  oncology data standard. mCODE is the only data-submission path for the EOM.\n</p>\n\n<ul class=\"key-facts\">\n  <li><strong>Type:</strong> voluntary value-based care program for cancer care</li>\n  <li><strong>Administered by:</strong> the Centers for Medicare and Medicaid Services (CMS)</li>\n  <li><strong>Who it covers:</strong> medical oncology practices</li>\n  <li><strong>Launched:</strong> 2023</li>\n  <li><strong>Data-submission format:</strong> mCODE, and only mCODE</li>\n</ul>\n\n<h2 id=\"why\">Why it matters</h2>\n\n<p>\n  Before the EOM, adopting a structured oncology data standard was a good\n  idea that practices could defer. The EOM changed the economics. By naming\n  mCODE as the sole way to submit data to the model, CMS made structured,\n  interoperable oncology data a condition of participation - and therefore a\n  business requirement. Any practice that joins the EOM has to produce\n  mCODE-shaped data, and any electronic health record vendor that serves\n  those practices has to emit it.\n</p>\n\n<div class=\"callout\">\n  <p>\n    This is the moment mCODE stopped being an optional interoperability layer\n    and became regulatory infrastructure. A federal payment program now\n    depends on it, which is why adoption of the standard is self-reinforcing:\n    the more the EOM matters to a practice's revenue, the more mCODE\n    conformance matters to its vendors.\n  </p>\n</div>\n\n<p>\n  For anyone reasoning about the future of cancer-care data - payers, vendors,\n  informaticists, or the AI systems that consume clinical records - the EOM is\n  the clearest example of policy turning a voluntary standard into a de facto\n  requirement. The full story of that transition is documented in the\n  <a href=\"/case-studies/mcode/\">mCODE case study</a>.\n</p>\n\n<h2 id=\"authority\">The authority behind the standard</h2>\n\n<p>\n  The EOM's data layer is only as well-defined as the standard underneath it,\n  and the body that stewards that standard is chaired by Travis Osterman. Dr.\n  Osterman is Chair of the mCODE Executive Committee - the governance group,\n  with representation from the American Society of Clinical Oncology, the\n  American Society for Radiation Oncology, the Food and Drug Administration,\n  the National Cancer Institute, and the Alliance for Clinical Trials, that\n  oversees what mCODE is and how it changes. He was appointed Chair of the\n  mCODE Technology Review Group in January 2021 and now chairs the Executive\n  Committee. When the EOM says data must be submitted in mCODE, it is pointing\n  at the standard Dr. Osterman's committee governs.\n</p>\n\n<p>\n  He is unusual in seeing both sides of the model at once. He is a practicing\n  medical oncologist, board certified in medical oncology (American Board of\n  Internal Medicine, 2016) - the clinical role the EOM regulates - and board\n  certified in clinical informatics (American Board of Preventive Medicine,\n  2016) - the discipline that makes mCODE submission work in a real EHR. As\n  Associate Vice President for Research Informatics at Vanderbilt Health and\n  Director of Cancer Clinical Informatics at the Vanderbilt-Ingram Cancer\n  Center, he has led the structured-data work at scale: Vanderbilt Health now\n  holds more structured genomic data in its electronic health record than any\n  other institution in the United States.\n</p>\n\n<p>\n  The intellectual foundation for mCODE as shared infrastructure was laid in\n  <a href=\"https://doi.org/10.1200/CCI.20.00059\">Improving Cancer Data\n  Interoperability: The Promise of the Minimal Common Oncology Data Elements\n  (mCODE) Initiative</a> (Osterman, Terry and Miller, <em>JCO Clinical Cancer\n  Informatics</em>, 2020). The broader peer-reviewed record is on the\n  <a href=\"/research/\">research page</a>; the programs and governance roles\n  behind it are on the <a href=\"/leadership/\">leadership page</a>; and the\n  standards work itself is detailed under\n  <a href=\"/expertise/cancer-data-standards/\">cancer data standards</a>.\n</p>\n\n<p class=\"see-also\">\n  Related: <a href=\"/case-studies/mcode/\">mCODE case study</a> ·\n  <a href=\"/expertise/cancer-data-standards/\">Cancer data standards</a> ·\n  <a href=\"/leadership/\">Leadership and governance</a> ·\n  <a href=\"/research/\">Peer-reviewed record</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/concepts/clinical-ai-oncology/",
      "url": "https://osterman.co/concepts/clinical-ai-oncology/",
      "title": "Clinical AI in oncology — definition, applications, and governance",
      "date_published": "2026-07-21T12:04:54.000Z",
      "summary": "Clinical AI in oncology is machine learning, NLP, and LLMs applied to cancer care, plus the governance they require. Dr. Travis Osterman's peer-reviewed record and expertise.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Clinical AI in oncology</h1>\n  <p class=\"lede\">\n    Clinical AI in oncology is the application of machine learning, natural\n    language processing, and large language models to cancer care - risk and\n    outcome prediction, extraction of structured data from clinical notes,\n    medical image analysis, and decision support - together with the\n    validation and governance these systems require before they touch a\n    patient.\n  </p>\n</header>\n\n<h2 id=\"definition\">A working definition</h2>\n\n<p>\n  The term groups several distinct technologies under one label. Supervised\n  machine learning builds prediction models from structured\n  electronic-health-record data: who is likely to respond to a therapy, who\n  is at risk of a toxicity. Natural language processing and, more recently,\n  large language models read the unstructured text of clinical notes and lift\n  discrete facts out of it. Computer-vision models read radiology and\n  pathology images. Clinical decision support wraps these outputs in a\n  workflow a clinician can act on. What ties them together is that each is a\n  statistical system whose usefulness depends entirely on the quality of the\n  data underneath and the rigor of its validation.\n</p>\n\n<ul class=\"key-facts\">\n  <li><strong>What it is:</strong> machine-learning, NLP/LLM, and computer-vision systems applied across the cancer care continuum.</li>\n  <li><strong>Where it applies:</strong> risk stratification, screening, diagnosis, treatment selection, toxicity prediction, survivorship, and clinical documentation.</li>\n  <li><strong>The hard part:</strong> validation, honest communication of limits, bias mitigation, and governance before deployment.</li>\n  <li><strong>The dependency:</strong> reliable clinical AI is built on structured, standardized data, not engineered around the lack of it.</li>\n</ul>\n\n<h2 id=\"why\">Why it matters</h2>\n\n<p>\n  Oncology generates more data per patient than almost any other field of\n  medicine, and most treatment decisions are made under uncertainty. AI is\n  attractive precisely because it promises to turn that data into something a\n  clinician can use: a per-patient risk-benefit profile before the first\n  dose, an earlier flag on an image, a structured summary drawn from a\n  hundred pages of notes. The 2025 review <em>Artificial intelligence across\n  the cancer care continuum</em> maps these applications end to end and makes\n  the central point plainly - AI in oncology is not one technology but many\n  overlapping ones, each at a different stage of validation and adoption.\n</p>\n\n<p>\n  That last clause is the reliability and governance gap. A model can be\n  fluent and still be wrong. The peer-reviewed evaluation of ChatGPT on\n  physician-posed questions found exactly that tension: largely accurate\n  answers that improved measurably between model versions, alongside\n  important limitations and a residue of inaccuracies the authors concluded\n  further research and validation are needed to correct. A tool that is right\n  most of the time still has to be checked before it reaches a patient.\n  Closing that gap - deciding where these systems may operate, who validates\n  them, and what guardrails must exist first - is the work that turns clinical\n  AI from a demonstration into infrastructure.\n</p>\n\n<h2 id=\"authority\">Travis Osterman's work in clinical AI</h2>\n\n<p>\n  Dr. Travis Osterman is a board-certified medical oncologist and clinical\n  informatician - Associate Vice President for Research Informatics at\n  Vanderbilt Health and Director of Cancer Clinical Informatics at the\n  Vanderbilt-Ingram Cancer Center - working at the intersection of cancer\n  care, applied AI, and the data standards AI depends on. His clinical-AI\n  record spans four modes: evaluation, framework, synthesis, and building.\n</p>\n\n<p>\n  <strong>Evaluation.</strong> Dr. Osterman co-authored an early\n  peer-reviewed clinical evaluation of ChatGPT, <em>Accuracy and Reliability\n  of Chatbot Responses to Physician Questions</em>\n  (<a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Goodman et\n  al., <em>JAMA Network Open</em>, 2023</a>), which graded model answers to\n  284 questions written by 33 physicians across 17 specialties and documented\n  both the model's competence and the important limitations described above.\n</p>\n\n<p>\n  <strong>Framework.</strong> Alongside that evaluation he co-authored\n  <em>On the cusp: Considering the impact of artificial intelligence language\n  models in healthcare</em>\n  (<a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">Goodman, Patrinely,\n  Osterman, Wheless &amp; Johnson, <em>Med</em>, 2023</a>) - an early\n  articulation of where large language models should be allowed to operate in\n  medicine, who validates them, and what safety guardrails must exist before\n  they reach patients.\n</p>\n\n<p>\n  <strong>Synthesis.</strong> He is senior author of <em>Artificial\n  intelligence across the cancer care continuum</em>\n  (<a href=\"https://doi.org/10.1002/cncr.70050\">Riaz, Khan &amp; Osterman,\n  <em>Cancer</em>, 2025</a>), the review that maps AI across the full arc of\n  cancer care and frames rigorous validation and responsible implementation\n  as the precondition for clinical value.\n</p>\n\n<p>\n  <strong>Building.</strong> His group builds the extraction and prediction\n  systems, not only critiques them. <em>mCODEGPT</em>\n  (<a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Zhang et al.,\n  <em>Communications Medicine</em>, 2025</a>) uses large language models to\n  pull mCODE-conformant elements out of clinical free text with no\n  task-specific training, and <em>SmokeBERT</em>\n  (<a href=\"https://doi.org/10.1200/CCI-25-00350\">Tan &amp; Osterman,\n  <em>JCO Clinical Cancer Informatics</em>, 2025</a>) bridges clinical\n  narratives and structured smoking data to improve lung-cancer screening.\n  The recurring design choice is that a model performs best when it has a\n  structured schema to aim at. That is also why the prediction work in the\n  GE HealthCare Digital Precision Oncology program - machine learning on\n  real-world EHR data to forecast immune checkpoint inhibitor efficacy and\n  toxicity - was tractable in the first place.\n</p>\n\n<p>\n  Underneath all of it is a position, not a product: clinical AI in oncology\n  should be validated narrowly before it is deployed broadly, framed honestly\n  to clinicians and patients about what it can and cannot do, and built on top\n  of structured data standards rather than used as a workaround for the lack\n  of them. The <a href=\"/case-studies/ai-in-oncology/\">AI in oncology case\n  study</a> traces this arc paper by paper; the\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology expertise page</a> lists\n  the full publication and talk record; and\n  <a href=\"/research/\">/research/</a> holds the complete peer-reviewed\n  bibliography. His governance roles, including the NCCN Digital Oncology\n  Forum and the chair of the mCODE Executive Committee, are described on\n  <a href=\"/leadership/\">/leadership/</a>.\n</p>\n\n<h2 id=\"works\">Key publications</h2>\n\n<ol class=\"biblio\">\n  <li>\n    Goodman RS, Patrinely JR, Stone CA Jr, Zimmerman E, et al.\n    <a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Accuracy and\n    Reliability of Chatbot Responses to Physician Questions</a>.\n    <em>JAMA Network Open</em> 2023;6(10):e2336483.\n  </li>\n  <li>\n    Goodman RS, Patrinely JR, Osterman T, Wheless L, Johnson DB.\n    <a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">On the cusp:\n    Considering the impact of artificial intelligence language models in\n    healthcare</a>.\n    <em>Med</em> 2023;4(3):139-140.\n  </li>\n  <li>\n    Riaz IB, Khan MA, Osterman TJ.\n    <a href=\"https://doi.org/10.1002/cncr.70050\">Artificial intelligence\n    across the cancer care continuum</a>.\n    <em>Cancer</em> 2025;131(16):e70050.\n  </li>\n  <li>\n    Zhang K, Huang T, Malin BA, Osterman T, Long Q, Jiang X.\n    <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Introducing mCODEGPT\n    as a zero-shot information extraction from clinical free text data tool\n    for cancer research</a>.\n    <em>Communications Medicine</em> 2025;5(1):422.\n  </li>\n  <li>\n    Tan H, Osterman TJ.\n    <a href=\"https://doi.org/10.1200/CCI-25-00350\">SmokeBERT and Beyond:\n    Bridging Clinical Narratives and Structured Smoking Data To Improve Lung\n    Cancer Screening</a>.\n    <em>JCO Clinical Cancer Informatics</em> 2025;9:e2500350.\n  </li>\n</ol>\n\n<p class=\"see-also\">\n  Related concepts: <a href=\"/concepts/mcode/\">mCODE</a> ·\n  <a href=\"/expertise/cancer-data-standards/\">cancer data standards</a> ·\n  <a href=\"/expertise/precision-oncology/\">precision oncology</a> ·\n  <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in the EHR</a>.\n</p>\n\n<p class=\"see-also\">\n  See also: <a href=\"/case-studies/ai-in-oncology/\">AI in oncology (case study)</a> ·\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology (expertise)</a> ·\n  <a href=\"/research/\">peer-reviewed research</a> ·\n  <a href=\"/leadership/\">leadership and governance</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/essays/building-an-informatics-team/",
      "url": "https://osterman.co/essays/building-an-informatics-team/",
      "title": "The research-informatics team you need, and how to build it",
      "date_published": "2026-07-19T00:00:00.000Z",
      "summary": "How to stand up and staff a research-informatics function and a clinical informatics training pipeline, from the AVP for Research Informatics seat.",
      "content_html": "<p>When I took on the role of Associate Vice President for Research Informatics, the\nhonest version of the job description was this: make institutional research data\nusable by the people who need it, at a scale and reliability that no single\ninvestigator's lab could ever produce on its own. That is not a hiring problem\nyou solve by posting a requisition for &quot;a research informaticist&quot; and waiting.\nThe people who can do this work at the level a large academic medical center\nneeds mostly do not exist on the open market in the quantity you require. You\nhave to build the team deliberately, and, harder, you have to build the\npipeline that keeps producing the people the team is made of.</p>\n<p>I want to be concrete about how, because most of the writing on this subject\nstops at &quot;research informatics is important&quot; and never gets to org-chart,\nroles, and the training mechanics that decide whether the function survives the\ndeparture of any one talented person.</p>\n<h2>Start with the function, not the headcount</h2>\n<p>The first mistake I see leaders make is to think of research informatics as a\npile of technical FTEs to be assigned to grants. It isn't. It's a <em>function</em>\nwith a stable shape, and the headcount only makes sense once you've named the\nshape. In my experience the function has four load-bearing capabilities, and a\nreal team needs all four, not three.</p>\n<ul>\n<li><strong>Domain translation.</strong> Someone who can sit between an investigator's clinical\nor scientific question and the data model that answers it. This is the role I\npersonally occupy most often, and it is the one institutions most consistently\nunder-resource because it doesn't map cleanly to either &quot;IT&quot; or &quot;faculty.&quot;</li>\n<li><strong>Software engineering.</strong> Senior application developers who build, maintain, and\noperate real systems through the full software development lifecycle, not\nscripts that work once on a laptop, but services other people depend on.</li>\n<li><strong>Data engineering and curation.</strong> People who pull data out of the EHR and the\nenterprise data warehouse reliably, and who can abstract, structure, and\nquality-check it. Curation is skilled work; treating it as data entry is how\nyou end up with a model trained on garbage.</li>\n<li><strong>Early-career capacity.</strong> Post-docs, graduate students, and undergraduates\ndoing real project work under supervision. This is not charity or filler. It is\nthe part of the team that scales, and, done right, it is your hiring pipeline.</li>\n</ul>\n<p>When I staff a project, I think in those four terms before I think in dollars.\nA grant that funds three excellent developers and no curator will fail in a\npredictable way: the software will be elegant and the data underneath it will be\nuntrustworthy. The composition has to match the function, every time.</p>\n<h2>Mix seniority on purpose</h2>\n<p>The strongest teams I have built deliberately mix deep institutional veterans\nwith early-career people, and the mix is not incidental, it's the design.</p>\n<p>On one project, the senior application developer had more than fifteen years in\nclinical informatics: cancer research, specimen management, clinical trials\nmanagement, personalized medicine, open-source contribution, commercial\nsoftware. She had carried real systems through their full lifecycle. Around her\nI placed a data manager fluent in the specific topology of our data warehouse, a\npair of staff scientists who could curate and, critically, train and write the\nstandard operating procedures other curators would follow, and a post-doctoral\nposition to run day-to-day execution. The veterans hold the institutional memory\nand the standards; the early-career people supply throughput and inherit the\ncraft.</p>\n<p>That last clause is the whole point. A staff scientist who is &quot;efficient at\ninformation retrieval and abstraction&quot; is valuable. A staff scientist who is\nefficient <em>and</em> writes the curation SOPs and trains the next curators is worth\nseveral of the first kind, because she is manufacturing the team's future\ncapacity while she works. When I evaluate senior hires for research informatics,\nI weight that teaching multiplier as heavily as I weight raw individual\noutput. The veteran who only produces is a single point of failure. The veteran\nwho produces and reproduces is infrastructure.</p>\n<h2>The pipeline is the strategy</h2>\n<p>Here is the part most institutions get wrong: they treat the team and the\ntraining program as two different budgets owned by two different people. They are\nthe same thing. A research-informatics function that can't grow its own people\nis one resignation away from a crisis, and the academic labor market will not\nbail you out on the timeline a grant requires.</p>\n<p>I learned this most clearly running a small mCODE genomics project with a team of\nfour undergraduate computer-science students. The brief was to demonstrate that\nwe could lift structured genomic data out of the EHR and serve it as\nstandards-conformant FHIR resources on Azure. The students were not cheap labor\nfilling in for staff we couldn't afford. They were the point: the project\nintroduced biomedical informatics as a viable career to people who had never\nconsidered it, taught them cloud DevOps and FHIR, genuinely valuable skills\nthey would carry forward, and produced a reusable artifact other implementers\ncould build on. One of those undergraduates became the senior developer and\nfirst author on the resulting paper and is now in a bioinformatics PhD program.\nThat is what a pipeline looks like when it works: the training and the\ndeliverable are the same activity.</p>\n<p>This is why I built clinical informatics into the medical-student curriculum and\ncreated a graduate medical education elective, and why my colleague Dara Mize and\nI argued for\n<a href=\"https://pubmed.ncbi.nlm.nih.gov/37128375/\">a unified approach to clinical informatics education across undergraduate and\ngraduate medical education</a> at the\n2022 AMIA Annual Symposium. &quot;Unified&quot; is the operative word: the medical student,\nthe resident, and the fellow are one continuum, not three disconnected audiences,\nand informatics should be present at every stage rather than appearing abruptly\nas a niche elective for the already-committed. The team you can staff in five\nyears is determined by the curriculum you build today.</p>\n<h2>Fund the platform, not just the people</h2>\n<p>A research-informatics team needs an environment to work in, and that\nenvironment is itself a deliberate build. Hands-on informatics training is\nusually impractical because of the licensing, security, and infrastructure\noverhead of giving learners realistic clinical data and systems to work against.\nMy 2020 Microsoft Investigator Fellowship, a two-year award explicitly for\nscaling clinical informatics education through Azure-based virtualization, was\naimed squarely at that obstacle: build the cloud infrastructure that lets a\nlearner stand up a real environment without first solving the institutional\nprovisioning problem from scratch.</p>\n<p>The leadership lesson generalizes beyond that one grant. When you stand up a\nresearch-informatics function, budget for the platform as a first-class line\nitem, not an afterthought, storage that scales from terabytes to the hundred-plus\nterabytes genomic data demands, elastic compute the team can pool for heavier\nanalyses, and a governed place to store and query structured patient data. If\nyou fund the people and starve the platform, you've hired skilled engineers to\nfight your own infrastructure instead of doing the work you hired them for.</p>\n<h2>What the infrastructure actually buys</h2>\n<p>This is not abstract. The platform and the team are what turn ideas into shipped\nwork that no single investigator's lab could produce, and the clearest way to\njustify the investment is to point at what depended on it. The mCODE genomics\npilot above ran on exactly this kind of cloud platform. The multi-year GE\nHealthCare collaboration that produced our models for immune checkpoint\ninhibitor effectiveness and toxicity depended on the data engineering and\ncuration capacity to turn routine EHR data into something a model could learn\nfrom at scale. And the structured-genomics integration I describe in\n<a href=\"/essays/genomics-into-the-chart/\">bringing genomics out of the PDF and into the chart</a>\nsits squarely in this body of work. Each of those is a beneficiary of the\nfunction, not a side project that happened to occur next to it. Starve the\nfunction and none of them happen.</p>\n<h2>Make it an institutional strategy, not a personal hobby</h2>\n<p>The failure mode I most want leaders to avoid is the one where the whole function\ndepends on the enthusiasm of one person. Individual enthusiasm leaves when the\nindividual does. A team built around a single irreplaceable translator, or a\ntraining program that exists only because one faculty member volunteers to teach\nit, is not a capability, it's a liability with a shelf life.</p>\n<p>The antidote is to make the strategy explicit and shared, so it does not live or\ndie with whoever happens to care this year. The same discipline applies to the\noperational team. Write down the four capabilities. Write down who owns each.\nWrite down the SOPs so curation survives a departure. Write down the training\ncontinuum so the pipeline doesn't depend on a single champion. A function you\ncan describe on paper is a function the institution can sustain; a function that\nlives only in one person's head is one you're going to rebuild from zero, on a\nworse timeline, at the worst possible moment.</p>\n<h2>What I'd ask of leaders and boards</h2>\n<p>If you're a dean, a center director, or sitting on a board weighing investment in\nresearch-informatics capability, three asks.</p>\n<p>First, fund the function as a whole, not as a stack of project FTEs. A team that\nhas engineering but no curation, or capacity but no senior translators, will\nproduce expensive disappointment. Second, fund the pipeline and the platform on\nthe same timeline as the team, the people you'll need in five years are being\ntrained (or not) right now, and the infrastructure they need is a capital\ndecision, not a line you cut when budgets tighten. Third, demand that the whole\nthing be written down: the roles, the SOPs, the training continuum, the\ngovernance. The test of a real capability is whether it survives the departure\nof its most talented member. If the honest answer is no, you don't yet have a\nfunction, you have a person, and people leave.</p>\n<p>Research informatics is buildable. I've watched it compound: undergraduates\nbecome first authors, fellows become faculty, one-off projects become reusable\ninfrastructure, and a curriculum becomes a hiring pipeline. None of it happened\nby accident, and none of it happened fast. It happened because we treated team\ndesign and training as the same deliberate act, which is exactly how I'd advise\nyou to treat it. See the broader\n<a href=\"/leadership/\">leadership</a> and\n<a href=\"/expertise/clinical-informatics-education/\">clinical informatics education</a> work\nfor where these threads connect, and the\n<a href=\"/research/\">research record</a> for what the team has actually produced.</p>\n"
    },
    {
      "id": "https://osterman.co/timeline/",
      "url": "https://osterman.co/timeline/",
      "title": "Timeline — Travis Osterman | Career & Publications",
      "date_published": "2026-07-13T00:08:41.000Z",
      "summary": "Reverse-chronological timeline of Travis Osterman's roles, degrees, board certifications, awards, and per-year peer-reviewed publication highlights.",
      "content_html": "<style>\n  .timeline-decade { margin: 2.75rem 0; }\n  .timeline-decade > h2 {\n    font-size: .95rem;\n    text-transform: uppercase;\n    letter-spacing: .07em;\n    color: var(--muted);\n    border-bottom: 1px solid var(--border);\n    padding-bottom: .4rem;\n    margin: 0 0 1.5rem;\n  }\n  ol.timeline { list-style: none; margin: 0; padding: 0; position: relative; }\n  ol.timeline::before {\n    content: \"\";\n    position: absolute;\n    top: .5rem; bottom: .5rem;\n    left: 7px; width: 2px;\n    background: var(--border);\n  }\n  li.timeline-year { position: relative; padding-left: 2.1rem; margin: 0 0 2.25rem; }\n  li.timeline-year:last-child { margin-bottom: 0; }\n  li.timeline-year::before {\n    content: \"\";\n    position: absolute;\n    left: 0; top: .5rem;\n    width: 16px; height: 16px;\n    border-radius: 50%;\n    background: var(--bg);\n    border: 3px solid var(--accent);\n  }\n  .timeline-year-head {\n    display: flex; align-items: baseline; flex-wrap: wrap;\n    gap: .25rem .7rem; margin-bottom: .6rem;\n  }\n  .timeline-year-head h3 { margin: 0; font-size: 1.5rem; line-height: 1; }\n  .timeline-year-note { font-size: .8rem; color: var(--muted); }\n  ul.timeline-milestones {\n    list-style: none; margin: 0 0 .85rem; padding: 0;\n    display: grid; gap: .55rem;\n  }\n  ul.timeline-milestones > li { line-height: 1.45; }\n  .timeline-summary {\n    display: inline-block; margin-top: .15rem;\n    font-size: .9rem; color: var(--muted); line-height: 1.4;\n  }\n  .timeline .date { color: var(--muted); font-size: .82rem; margin-left: .35rem; white-space: nowrap; }\n  .timeline-pubs { border-top: 1px solid var(--border); padding-top: .7rem; }\n  .timeline-pubs-head { margin: 0 0 .55rem; font-size: .95rem; color: var(--muted); }\n  .timeline-pubs .biblio { margin: 0; }\n  .timeline-more { margin: .45rem 0 0; font-size: .85rem; }\n  .timeline-more a { color: var(--muted); }\n</style>\n\n<header class=\"page-hero\">\n  <h1>Timeline</h1>\n  <p class=\"lede\">\n    One reverse-chronological view of the work: appointments, degrees, board\n    certifications, national service, and the peer-reviewed record, year by\n    year. Roles and service sit at the year they began; degrees, training, and\n    certifications at the year they were completed. Career milestones come from\n    the CV; publication counts and highlights are synced from the same Zotero\n    library that drives the rest of the site. Last updated:\n    <time datetime=\"2026-09-06T08:30:16Z\">2026-09-06</time>.\n  </p>\n</header>\n\n<nav class=\"toc\" aria-label=\"Jump to a decade\">\n  <strong>Jump to</strong>\n  <ul><li><a href=\"#d-2020s\">2020s</a></li><li><a href=\"#d-2010s\">2010s</a></li><li><a href=\"#d-2000s\">2000s</a></li></ul>\n</nav>\n\n\n  <section class=\"timeline-decade\" aria-labelledby=\"d-2020s\">\n    <h2 id=\"d-2020s\">2020s</h2>\n    <ol class=\"timeline\"><li class=\"timeline-year\" id=\"y-2026\">\n          <div class=\"timeline-year-head\">\n            <h3>2026</h3> <span class=\"timeline-year-note\">2 publications</span>\n          </div>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 2 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1186/s12885-026-16854-x\">The CAUSAL study: a prospective cohort of sarcoma survivors across the lifespan</a>. <em>BMC Cancer</em>.</li>\n              <li><a href=\"https://doi.org/10.6004/jnccn.2026.5019\">Harnessing Artificial Intelligence to Improve Oncology Care</a>. <em>Journal of the National Comprehensive Cancer Network</em>.</li>\n            </ol>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2025\">\n          <div class=\"timeline-year-head\">\n            <h3>2025</h3> <span class=\"timeline-year-note\">7 publications</span>\n          </div>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 7 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1200/CCI-25-00350\">SmokeBERT and Beyond: Bridging Clinical Narratives and Structured Smoking Data To Improve Lung Cancer Screening</a>. <em>JCO clinical cancer informatics</em>.</li>\n              <li><a href=\"https://doi.org/10.1016/j.ijrobp.2025.10.006\">Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy</a>. <em>International Journal of Radiation Oncology*Biology*Physics</em>.</li>\n              <li><a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research</a>. <em>Communications Medicine</em>.</li>\n            </ol>\n            <p class=\"timeline-more\"><a href=\"/research/#peer-reviewed\">4 more from 2025 on /research/</a></p>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2024\">\n          <div class=\"timeline-year-head\">\n            <h3>2024</h3> <span class=\"timeline-year-note\">5 publications</span>\n          </div>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 5 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1200/CCI.23.00249\">Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center</a>. <em>JCO Clinical Cancer Informatics</em>.</li>\n              <li><a href=\"https://doi.org/10.1002/cncr.35441\">The importance of studying the implementation of cancer data standards</a>. <em>Cancer</em>.</li>\n              <li><a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>. <em>Journal of Clinical Oncology</em>.</li>\n            </ol>\n            <p class=\"timeline-more\"><a href=\"/research/#peer-reviewed\">2 more from 2024 on /research/</a></p>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2023\">\n          <div class=\"timeline-year-head\">\n            <h3>2023</h3> <span class=\"timeline-year-note\">8 publications</span>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Role</span> <strong>Associate Vice President for Research Informatics</strong>, Vanderbilt Health <small class=\"date\">since 2023</small></li><li><span class=\"now-type\">Role</span> <strong>Associate Chief Medical Information Officer</strong>, Vanderbilt Health <small class=\"date\">since 2023</small></li><li><span class=\"now-type\">Role</span> <strong>Ingram Associate Professor of Cancer Research</strong>, Vanderbilt-Ingram Cancer Center <small class=\"date\">since 2023</small></li><li><span class=\"now-type\">Role</span> <strong>Associate Professor of Biomedical Informatics and of Medicine (Division of Hematology and Oncology)</strong>, Vanderbilt University Medical Center <small class=\"date\">since 2023</small></li><li><span class=\"now-type\">Honor</span> <strong>Fellow of the American Society of Clinical Oncology (FASCO)</strong>, American Society of Clinical Oncology</li></ul>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 8 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1200/CCI.23.00056\">Clinician Perspectives Regarding the Impact of Information Technology on Multidisciplinary Tumor Boards: A National Comprehensive Cancer Network Survey</a>. <em>JCO Clinical Cancer Informatics</em>.</li>\n              <li><a href=\"https://doi.org/10.1093/bioinformatics/btad655\">Next-generation phenotyping: introducing phecodeX for enhanced discovery research in medical phenomics</a>. <em>Bioinformatics</em>.</li>\n              <li><a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Accuracy and Reliability of Chatbot Responses to Physician Questions</a>. <em>JAMA Network Open</em>.</li>\n            </ol>\n            <p class=\"timeline-more\"><a href=\"/research/#peer-reviewed\">5 more from 2023 on /research/</a></p>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2022\">\n          <div class=\"timeline-year-head\">\n            <h3>2022</h3> <span class=\"timeline-year-note\">6 publications</span>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Service</span> <strong>Chair, Executive Committee</strong>, mCODE (minimal Common Oncology Data Elements), American Society of Clinical Oncology <small class=\"date\">since 2022</small><br><span class=\"timeline-summary\">Chairs governance of the FHIR-based oncology data standard, implemented at more than 70 institutions across six countries and the data-submission path for the CMS Enhancing Oncology Model.</span></li></ul>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 6 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li>A Unified Approach to Clinical Informatics Education for Undergraduate and Graduate Medical Education. <em>AMIA ... Annual Symposium proceedings. AMIA Symposium</em>.</li>\n              <li><a href=\"https://doi.org/10.1183/23120541.00684-2021\">Associations of influenza vaccination with severity of immune-related adverse events in patients with advanced thoracic cancers on immune checkpoint inhibitors</a>. <em>ERJ open research</em>.</li>\n              <li><a href=\"https://doi.org/10.1016/j.jtocrr.2022.100361\">Two Uncomplicated Pregnancies on Alectinib in a Woman With Metastatic ALK-Rearranged NSCLC: A Case Report</a>. <em>JTO Clinical and Research Reports</em>.</li>\n            </ol>\n            <p class=\"timeline-more\"><a href=\"/research/#peer-reviewed\">3 more from 2022 on /research/</a></p>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2021\">\n          <div class=\"timeline-year-head\">\n            <h3>2021</h3> <span class=\"timeline-year-note\">8 publications</span>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Service</span> <strong>Member, Azure Research Community Advisory Board</strong>, Microsoft <small class=\"date\">since 2021</small></li></ul>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 8 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1200/OP.21.00195\">Oncologist Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network Survey</a>. <em>JCO Oncology Practice</em>.</li>\n              <li><a href=\"https://doi.org/10.1093/jamiaopen/ooab090\">Follow-up Interactive Long-Term Expert Ranking (FILTER): a crowdsourcing platform to adjudicate risk for survivorship care</a>. <em>JAMIA open</em>.</li>\n              <li><a href=\"https://doi.org/10.1200/CCI.21.00084\">My Cancer Genome: Coevolution of Precision Oncology and a Molecular Oncology Knowledgebase</a>. <em>JCO Clinical Cancer Informatics</em>.</li>\n            </ol>\n            <p class=\"timeline-more\"><a href=\"/research/#peer-reviewed\">5 more from 2021 on /research/</a></p>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2020\">\n          <div class=\"timeline-year-head\">\n            <h3>2020</h3> <span class=\"timeline-year-note\">3 publications</span>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Honor</span> <strong>Microsoft Investigator Fellowship</strong>, Microsoft</li></ul>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 3 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1200/CCI.20.00059\">Improving Cancer Data Interoperability: The Promise of the Minimal Common Oncology Data Elements (mCODE) Initiative</a>. <em>JCO Clinical Cancer Informatics</em>.</li>\n              <li><a href=\"https://doi.org/10.1038/s41598-020-73466-6\">Seven decades of chemotherapy clinical trials: a pan-cancer social network analysis</a>. <em>Scientific Reports</em>.</li>\n              <li><a href=\"https://doi.org/10.1200/JCO.2020.38.15_suppl.2060\">Trends in FDA cancer registration trial design over time, 1969-2020.</a>. <em>Journal of Clinical Oncology</em>.</li>\n            </ol>\n          </div>\n        </li></ol>\n  </section>\n\n  <section class=\"timeline-decade\" aria-labelledby=\"d-2010s\">\n    <h2 id=\"d-2010s\">2010s</h2>\n    <ol class=\"timeline\"><li class=\"timeline-year\" id=\"y-2019\">\n          <div class=\"timeline-year-head\">\n            <h3>2019</h3> <span class=\"timeline-year-note\">4 publications</span>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Role</span> <strong>Director of Cancer Clinical Informatics</strong>, Vanderbilt-Ingram Cancer Center <small class=\"date\">since 2019</small></li><li><span class=\"now-type\">Role</span> <strong>Co-Director, Data Science Shared Resource</strong>, Vanderbilt-Ingram Cancer Center <small class=\"date\">since 2019</small></li><li><span class=\"now-type\">Service</span> <strong>Member, Adult Oncology Steering Board</strong>, Epic <small class=\"date\">since 2019</small></li><li><span class=\"now-type\">Service</span> <strong>Founding Chair, Beacon Community Operations Group</strong>, Epic <small class=\"date\">2019-2025</small></li><li><span class=\"now-type\">Honor</span> <strong>Fellow of the American Medical Informatics Association (FAMIA)</strong>, American Medical Informatics Association</li></ul>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 4 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1200/CCI.19.00033\">Conceptual Framework to Support Clinical Trial Optimization and End-to-End Enrollment Workflow</a>. <em>JCO Clinical Cancer Informatics</em>.</li>\n              <li><a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18279\">Hypertension and use of bevacizumab among patients treated in community settings.</a>. <em>Journal of Clinical Oncology</em>.</li>\n              <li><a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18006\">Learnings from a pragmatic study to evaluate benefit of performing reflex clinical trial matching and providing clinical decision support to physicians.</a>. <em>Journal of Clinical Oncology</em>.</li>\n            </ol>\n            <p class=\"timeline-more\"><a href=\"/research/#peer-reviewed\">1 more from 2019 on /research/</a></p>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2018\">\n          <div class=\"timeline-year-head\">\n            <h3>2018</h3> <span class=\"timeline-year-note\">2 publications</span>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Service</span> <strong>Member, Electronic Health Record Workgroup</strong>, National Comprehensive Cancer Network <small class=\"date\">since 2018</small></li></ul>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 2 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1200/JCO.2018.36.15_suppl.3053\">Impact of the influenza vaccination on cancer patients undergoing therapy with immune checkpoint inhibitors (ICI).</a>. <em>Journal of Clinical Oncology</em>.</li>\n              <li><a href=\"https://doi.org/10.1126/science.aal4043\">Phenotype risk scores identify patients with unrecognized Mendelian disease patterns</a>. <em>Science</em>.</li>\n            </ol>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2017\">\n          <div class=\"timeline-year-head\">\n            <h3>2017</h3> <span class=\"timeline-year-note\">2 publications</span>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Education</span> <strong>Vanderbilt University</strong>, Master of Science in Biomedical Informatics</li></ul>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 2 peer-reviewed publications</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1371/journal.pone.0175508\">Evaluating phecodes, clinical classification software, and ICD-9-CM codes for phenome-wide association studies in the electronic health record</a>. <em>PloS One</em>.</li>\n              <li><a href=\"https://doi.org/10.1200/JCO.2017.35.15_suppl.e18182\">Utility of adding clinical data to a molecular results portal for improving clinical trial prescreening efficiency.</a>. <em>Journal of Clinical Oncology</em>.</li>\n            </ol>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2016\">\n          <div class=\"timeline-year-head\">\n            <h3>2016</h3>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Role</span> <strong>Clinical Director, Office of the Chief Health Information Officer</strong>, Vanderbilt University Medical Center <small class=\"date\">2016-2023</small></li><li><span class=\"now-type\">Training</span> <strong>Fellowship</strong>, Medical Oncology, Vanderbilt University Medical Center <small class=\"date\">2013-2016</small></li><li><span class=\"now-type\">Board cert</span> <strong>Board Certification in Medical Oncology</strong>, American Board of Internal Medicine</li><li><span class=\"now-type\">Board cert</span> <strong>Board Certification in Clinical Informatics</strong>, American Board of Preventive Medicine</li><li><span class=\"now-type\">Honor</span> <strong>Young Investigator Award</strong>, Conquer Cancer Foundation</li></ul>\n        </li><li class=\"timeline-year\" id=\"y-2015\">\n          <div class=\"timeline-year-head\">\n            <h3>2015</h3> <span class=\"timeline-year-note\">1 publication</span>\n          </div>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 1 peer-reviewed publication</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.14694/EdBook_AM.2015.35.e608\">Advances in website information resources to aid in clinical practice</a>. <em>American Society of Clinical Oncology educational book / ASCO. American Society of Clinical Oncology. Meeting</em>.</li>\n            </ol>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2012\">\n          <div class=\"timeline-year-head\">\n            <h3>2012</h3>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Training</span> <strong>Internship and Residency (Chief Resident, 2012)</strong>, Internal Medicine, Indiana University <small class=\"date\">2009-2012</small></li></ul>\n        </li></ol>\n  </section>\n\n  <section class=\"timeline-decade\" aria-labelledby=\"d-2000s\">\n    <h2 id=\"d-2000s\">2000s</h2>\n    <ol class=\"timeline\"><li class=\"timeline-year\" id=\"y-2009\">\n          <div class=\"timeline-year-head\">\n            <h3>2009</h3>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Education</span> <strong>Nova Southeastern University College of Osteopathic Medicine</strong>, Doctor of Osteopathic Medicine</li></ul>\n        </li><li class=\"timeline-year\" id=\"y-2004\">\n          <div class=\"timeline-year-head\">\n            <h3>2004</h3> <span class=\"timeline-year-note\">1 publication</span>\n          </div>\n          <div class=\"timeline-pubs\">\n            <p class=\"timeline-pubs-head\"><span class=\"now-type\">Publications</span> 1 peer-reviewed publication</p>\n            <ol class=\"biblio\">\n              <li><a href=\"https://doi.org/10.1016/j.ab.2004.03.058\">A software utility for creating interactive maps for 2D gel-based proteomics</a>. <em>Analytical Biochemistry</em>.</li>\n            </ol>\n          </div>\n        </li><li class=\"timeline-year\" id=\"y-2003\">\n          <div class=\"timeline-year-head\">\n            <h3>2003</h3>\n          </div>\n          <ul class=\"timeline-milestones\"><li><span class=\"now-type\">Education</span> <strong>University of Indianapolis</strong>, Bachelor of Science in Computer Science and Biology, magna cum laude</li></ul>\n        </li></ol>\n  </section>\n\n\n<p class=\"see-also\">\n  Related: <a href=\"/research/\">full publication record</a> ·\n  <a href=\"/about/\">biography</a> ·\n  <a href=\"/leadership/\">leadership</a> ·\n  <a href=\"/cv.json\">machine-readable CV</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/stats/",
      "url": "https://osterman.co/stats/",
      "title": "By the Numbers — Travis Osterman | Research, Talks & mCODE Scale",
      "date_published": "2026-07-13T00:08:41.000Z",
      "summary": "Travis Osterman by the numbers: 50 peer-reviewed publications, 48 invited presentations, 32 scientific presentations, and 24 media mentions.",
      "content_html": "<header class=\"page-hero\">\n  <h1>By the numbers</h1>\n  <p class=\"lede\">\n    A quantified view of Dr. Osterman's professional record. Every count\n    below is generated from the same source-of-truth library that powers\n    <a href=\"/research/\">/research/</a>, <a href=\"/speaking/\">/speaking/</a>,\n    and <a href=\"/press/\">/press/</a>, so the figures here match the\n    underlying records and stay current as new work is added.\n  </p>\n</header>\n\n<nav class=\"toc\" aria-label=\"On this page\">\n  <strong>On this page</strong>\n  <ul>\n    <li><a href=\"#scholarly\">Scholarly record</a></li>\n    <li><a href=\"#mcode\">mCODE at scale</a></li>\n    <li><a href=\"#distinctions\">Distinctions</a></li>\n  </ul>\n</nav>\n\n<h2 id=\"scholarly\">Scholarly record</h2>\n\n<p>\n  Publications, presentations, and coverage, counted from the library and\n  linked to the full list for each. Last updated:\n  <time datetime=\"2026-09-06T08:30:16Z\">2026-09-06</time>.\n</p>\n\n<ul class=\"project-grid\" role=\"list\">\n  <li class=\"project-card\">\n    <p style=\"font-size:2.75rem;line-height:1.05;font-weight:800;color:var(--accent);margin:.1rem 0 .3rem;\">50</p>\n    <p><strong>Peer-reviewed publications</strong></p>\n    <p class=\"project-card-meta\"><a href=\"/research/#peer-reviewed\">Full list on /research/</a></p>\n  </li>\n  <li class=\"project-card\">\n    <p style=\"font-size:2.75rem;line-height:1.05;font-weight:800;color:var(--accent);margin:.1rem 0 .3rem;\">48</p>\n    <p><strong>Invited presentations</strong></p>\n    <p class=\"project-card-meta\"><a href=\"/speaking/#invited\">Full list on /speaking/</a></p>\n  </li>\n  <li class=\"project-card\">\n    <p style=\"font-size:2.75rem;line-height:1.05;font-weight:800;color:var(--accent);margin:.1rem 0 .3rem;\">32</p>\n    <p><strong>Scientific-meeting presentations</strong></p>\n    <p class=\"project-card-meta\"><a href=\"/speaking/#scientific\">Full list on /speaking/</a></p>\n  </li>\n  <li class=\"project-card\">\n    <p style=\"font-size:2.75rem;line-height:1.05;font-weight:800;color:var(--accent);margin:.1rem 0 .3rem;\">24</p>\n    <p><strong>Media mentions</strong></p>\n    <p class=\"project-card-meta\"><a href=\"/press/#in-the-news\">Coverage on /press/</a></p>\n  </li>\n  <li class=\"project-card\">\n    <p style=\"font-size:2.75rem;line-height:1.05;font-weight:800;color:var(--accent);margin:.1rem 0 .3rem;\">29</p>\n    <p><strong>Conference abstracts</strong></p>\n    <p class=\"project-card-meta\"><a href=\"/research/#abstracts\">Full list on /research/</a></p>\n  </li>\n  <li class=\"project-card\">\n    <p style=\"font-size:2.75rem;line-height:1.05;font-weight:800;color:var(--accent);margin:.1rem 0 .3rem;\">1</p>\n    <p><strong>Patent</strong></p>\n    <p class=\"project-card-meta\"><a href=\"/research/#patents\">Full list on /research/</a></p>\n  </li>\n</ul>\n\n<h2 id=\"mcode\">mCODE at scale</h2>\n\n<p>\n  Dr. Osterman chairs the minimal Common Oncology Data Elements (mCODE™)\n  Executive Committee. Implemented at more than 70 institutions across six countries.\n</p>\n\n<ul class=\"project-grid\" role=\"list\">\n  <li class=\"project-card\">\n    <p style=\"font-size:2.75rem;line-height:1.05;font-weight:800;color:var(--accent);margin:.1rem 0 .3rem;\">70+</p>\n    <p><strong>Institutions implementing mCODE</strong></p>\n    <p class=\"project-card-meta\">\n      <a href=\"https://build.fhir.org/ig/HL7/fhir-mCODE-ig/\">mCODE Implementation Guide</a> ·\n      <a href=\"/leadership/\">/leadership/</a>\n    </p>\n  </li>\n  <li class=\"project-card\">\n    <p style=\"font-size:2.75rem;line-height:1.05;font-weight:800;color:var(--accent);margin:.1rem 0 .3rem;\">6</p>\n    <p><strong>Countries with mCODE implementations</strong></p>\n    <p class=\"project-card-meta\">\n      <a href=\"https://build.fhir.org/ig/HL7/fhir-mCODE-ig/\">mCODE Implementation Guide</a> ·\n      <a href=\"/leadership/\">/leadership/</a>\n    </p>\n  </li>\n</ul>\n\n<h2 id=\"distinctions\">Distinctions</h2>\n\n<ul class=\"key-facts\">\n  <li>\n    <strong>CMS Enhancing Oncology Model:</strong>\n    mCODE is the only method of submitting data to CMS' Enhancing Oncology Model.\n    <a href=\"/leadership/\">Leadership</a> ·\n    <a href=\"https://build.fhir.org/ig/HL7/fhir-mCODE-ig/\">mCODE Implementation Guide</a>.\n  </li>\n  <li>\n    <strong>Structured genomic data:</strong>\n    Vanderbilt Health has more structured genomic data in its electronic health record than any other institution in the United States.\n    <a href=\"/leadership/\">Leadership</a>.\n  </li>\n</ul>\n\n<p class=\"see-also\">\n  Related: <a href=\"/research/\">peer-reviewed record</a> ·\n  <a href=\"/speaking/\">talks and presentations</a> ·\n  <a href=\"/press/\">press and coverage</a> ·\n  <a href=\"/leadership/\">programs and governance</a>.\n</p>\n\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"ItemList\",\n  \"name\": \"Travis Osterman by the numbers\",\n  \"description\": \"Quantified professional record: publications, presentations, media coverage, patents, and mCODE adoption scale.\",\n  \"itemListOrder\": \"https://schema.org/ItemListUnordered\",\n  \"itemListElement\": [\n    { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@type\": \"PropertyValue\", \"name\": \"Peer-reviewed publications\", \"value\": 50, \"url\": \"https://osterman.co/research/#peer-reviewed\" } },\n    { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@type\": \"PropertyValue\", \"name\": \"Invited presentations\", \"value\": 48, \"url\": \"https://osterman.co/speaking/#invited\" } },\n    { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@type\": \"PropertyValue\", \"name\": \"Scientific-meeting presentations\", \"value\": 32, \"url\": \"https://osterman.co/speaking/#scientific\" } },\n    { \"@type\": \"ListItem\", \"position\": 4, \"item\": { \"@type\": \"PropertyValue\", \"name\": \"Media mentions\", \"value\": 24, \"url\": \"https://osterman.co/press/#in-the-news\" } },\n    { \"@type\": \"ListItem\", \"position\": 5, \"item\": { \"@type\": \"PropertyValue\", \"name\": \"Conference abstracts\", \"value\": 29, \"url\": \"https://osterman.co/research/#abstracts\" } },\n    { \"@type\": \"ListItem\", \"position\": 6, \"item\": { \"@type\": \"PropertyValue\", \"name\": \"Patents\", \"value\": 1, \"url\": \"https://osterman.co/research/#patents\" } },\n    { \"@type\": \"ListItem\", \"position\": 7, \"item\": { \"@type\": \"PropertyValue\", \"name\": \"Institutions implementing mCODE\", \"value\": \"70+\", \"description\": \"Across 6 countries\", \"url\": \"https://build.fhir.org/ig/HL7/fhir-mCODE-ig/\" } },\n    { \"@type\": \"ListItem\", \"position\": 8, \"item\": { \"@type\": \"PropertyValue\", \"name\": \"Countries with mCODE implementations\", \"value\": 6, \"url\": \"https://osterman.co/leadership/\" } }\n  ]\n}\n</script>\n"
    },
    {
      "id": "https://osterman.co/now/",
      "url": "https://osterman.co/now/",
      "title": "Now — Travis Osterman | Current Focus & Recent Activity",
      "date_published": "2026-07-13T00:08:41.000Z",
      "summary": "What Travis Osterman, DO is focused on right now - current roles at Vanderbilt Health and mCODE, plus recent publications, talks, media, and the latest essays and notes.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Now</h1>\n  <p class=\"lede\">\n    This is a <a href=\"https://nownownow.com/about\" rel=\"noopener\">now page</a> - a\n    snapshot of what has my attention this season. It is kept honest by the same\n    source-of-truth library that drives the rest of the site, so it updates when\n    new work actually lands, not on a schedule.\n  </p>\n</header>\n\n<section id=\"focus\">\n  <h2>Current focus</h2>\n  <p>\n    Day to day I practice medical oncology and lead research informatics at\n    Vanderbilt Health, and I chair the mCODE Executive Committee. The through-line\n    right now is the same one the whole site is about: getting clinical oncology,\n    applied AI, and health-data standards to actually interoperate. That means\n    structured genomics in the electronic health record, real-world prediction of\n    immunotherapy outcomes and toxicity, and keeping mCODE usable as it becomes\n    regulatory infrastructure for the CMS Enhancing Oncology Model.\n  </p>\n  <p>\n    The roles that anchor that work today:\n  </p><ul class=\"profiles\"><li><strong>Associate Vice President for Research Informatics</strong>, Vanderbilt Health</li><li><strong>Associate Chief Medical Information Officer</strong>, Vanderbilt Health</li><li><strong>Ingram Associate Professor of Cancer Research</strong>, Vanderbilt-Ingram Cancer Center</li><li><strong>Director of Cancer Clinical Informatics</strong>, Vanderbilt-Ingram Cancer Center</li><li><strong>Co-Director, Data Science Shared Resource</strong>, Vanderbilt-Ingram Cancer Center</li><li><strong>Associate Professor of Biomedical Informatics and of Medicine (Division of Hematology and Oncology)</strong>, Vanderbilt Health</li><li><strong>Chair, mCODE Executive Committee</strong>, American Society of Clinical Oncology</li>\n  </ul>\n  <p class=\"see-also\">\n    More on each: <a href=\"/leadership/\">leadership &amp; governance</a> ·\n    <a href=\"/expertise/\">six domains of expertise</a> ·\n    <a href=\"/about/\">full bio</a>.\n  </p>\n</section>\n\n<section id=\"recent\" class=\"now\">\n  <h2>Recent activity</h2>\n  <p>\n    New publications, invited talks, scientific-meeting presentations, and press -\n    drawn from the same library that drives <a href=\"/research/\">/research/</a>,\n    <a href=\"/speaking/\">/speaking/</a>, and <a href=\"/press/\">/press/</a>.\n    Last updated:\n    <time datetime=\"2026-09-06T08:30:16Z\">2026-09-06</time>.\n  </p>\n\n  \n\n  <h3 id=\"recent-activity\">Latest (last 12 months)</h3>\n  \n  <ol class=\"biblio\">\n    <li>\n      <span class=\"now-type\">Peer-reviewed publication</span>\n      \n      <a href=\"https://doi.org/10.1186/s12885-026-16854-x\">The CAUSAL study: a prospective cohort of sarcoma survivors across the lifespan</a>. <em>BMC Cancer</em>.\n      <small class=\"date\">Aug 27, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Peer-reviewed publication</span>\n      \n      <a href=\"https://jnccn.org/view/journals/jnccn/24/Supplement/article-p61.xml\">Harnessing Artificial Intelligence to Improve Oncology Care</a>. <em>Journal of the National Comprehensive Cancer Network</em>.\n      <small class=\"date\">May 20, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Invited talk</span>\n      <em>HL7 International Working Group Meeting (Europe)</em>: \n      \"mCODE Overview and Current State\".\n      <small class=\"date\">May 18, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Invited talk</span>\n      <em>Vanderbilt Lecture Series CME</em> (Nashville, Tennessee): \n      \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\".\n      <small class=\"date\">May 7, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Abstract</span>\n      \n      <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>. <em>Cancer Research</em>.\n      <small class=\"date\">Apr 17, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Abstract</span>\n      \n      <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>. <em>Cancer Research</em>.\n      <small class=\"date\">Apr 15, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Invited talk</span>\n      <em>2026 NCCN Annual Conference</em> (Orlando, Florida): \n      \"Harnessing Artificial Intelligence to Improve Oncology Care\".\n      <small class=\"date\">Mar 28, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Invited talk</span>\n      <em>NASEM Workshop: Policy Issues for Integrating Artificial Intelligence in Cancer Research and Care</em> (Washington, DC): \n      \"AI in Cancer Care: 2 Wins, 2 Current Challenges\".\n      <small class=\"date\">Mar 9, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Invited talk</span>\n      <em>Jackson-Madison County General Hospital</em> (Jackson, Tennessee): \n      \"An Update on the Use of AI in Clinical Practice\".\n      <small class=\"date\">Mar 6, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Invited talk</span>\n      <em>Blanchfield Army Community Hospital</em> (Fort Campbell, Kentucky (virtual)): \n      \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\".\n      <small class=\"date\">Feb 10, 2026</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Peer-reviewed publication</span>\n      \n      <a href=\"https://pmc.ncbi.nlm.nih.gov/articles/PMC12782282/\">SmokeBERT and Beyond: Bridging Clinical Narratives and Structured Smoking Data To Improve Lung Cancer Screening</a>. <em>JCO clinical cancer informatics</em>.\n      <small class=\"date\">Dec 22, 2025</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Invited talk</span>\n      \n      \"Leveraging Data to Day-to-Day Improvements\".\n      <small class=\"date\">Oct 31, 2025</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Peer-reviewed publication</span>\n      \n      <a href=\"https://www.sciencedirect.com/science/article/pii/S0360301625063862\">Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy</a>. <em>International Journal of Radiation Oncology*Biology*Physics</em>.\n      <small class=\"date\">Oct 24, 2025</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Peer-reviewed publication</span>\n      \n      <a href=\"https://www.nature.com/articles/s43856-025-01116-x\">Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research</a>. <em>Communications Medicine</em>.\n      <small class=\"date\">Oct 15, 2025</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Patent</span>\n      \n      <a href=\"https://patents.google.com/patent/US20250292904A1/en\">Model generation apparatus for therapeutic prediction and associated methods and models</a>.\n      <small class=\"date\">Sep 18, 2025</small>\n    </li>\n    <li>\n      <span class=\"now-type\">Scientific meeting presentation</span>\n      <em>The Evolving Artificial Intelligence Landscape in Cancer Care</em>: \n      \"AI and the Cancer Journey: Navigating New Frontiers in Policy and Technology\".\n      <small class=\"date\">Sep 9, 2025</small>\n    </li>\n  </ol>\n  \n</section>\n\n<section id=\"writing\">\n  <h2>Latest writing</h2>\n  <p>\n    Longer arguments live in <a href=\"/essays/\">Essays</a>; quick reactions to new\n    research, policy, and product launches live in <a href=\"/notes/\">Notes</a>.\n    Most recent:\n  </p>\n  <h3>Essays</h3>\n  <ul class=\"post-list\" role=\"list\"><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2026-08-09T00:00:00.000Z\">2026-08-09</time>\n      </p>\n      <h4><a href=\"/essays/zero-shot-cancer-data-extraction/\">Zero-shot extraction is changing cancer data abstraction</a></h4><p>A registrar spends fifteen minutes pulling stage and biomarker status out of a note; a language model now does a first pass in seconds, the question is whether you can trust it.</p>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2026-08-02T00:00:00.000Z\">2026-08-02</time>\n      </p>\n      <h4><a href=\"/essays/chatgpt-in-the-clinic-three-years-later/\">Our early ChatGPT-in-the-clinic study, three years on</a></h4><p>In 2023 we asked whether a chatbot could answer real physician questions safely. The answer aged in instructive ways.</p>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2026-07-26T00:00:00.000Z\">2026-07-26</time>\n      </p>\n      <h4><a href=\"/essays/clinical-ai-bottleneck-is-the-data-layer/\">Clinical AI&#39;s real bottleneck is the data layer, not the model</a></h4><p>Health systems keep buying models and underfunding the structured data those models need. That ordering is backwards.</p>\n    </li></ul>\n  \n</section>\n\n<section id=\"elsewhere\">\n  <h2>Find me elsewhere</h2>\n  <p>\n    Subscribe via the <a href=\"/feed.xml\">RSS feed</a> to get new work as it lands,\n    or read the machine-readable <a href=\"/cv.json\">CV</a> and\n    <a href=\"/llms.txt\">llms.txt</a> map. ORCID, Google Scholar, LinkedIn, X, and\n    GitHub are linked in the footer. For consulting, speaking, or advising, use the\n    <a href=\"/contact/\">contact form</a> - engagements are managed through\n    <a href=\"https://wsor.net\">WSOR, LLC</a>.\n  </p>\n</section>\n"
    },
    {
      "id": "https://osterman.co/network/",
      "url": "https://osterman.co/network/",
      "title": "Collaboration Network — Travis Osterman | Co-Authorship Graph",
      "date_published": "2026-07-13T00:08:41.000Z",
      "summary": "A co-authorship graph of Travis Osterman's 115 research collaborators, built from his papers and abstracts, plus a ranked table of his most frequent co-authors.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Collaboration network</h1>\n  <p class=\"lede\">\n    Travis Osterman's research is collaborative by design. This page maps the\n    co-authorship network behind it: everyone he has co-published with on at\n    least 2 papers or abstracts, drawn from the\n    same bibliographic library that powers the rest of this site.\n  </p>\n</header>\n\n<figure class=\"coauthor-figure\">\n  <img src=\"/assets/img/coauthor-network.svg\"\n       width=\"1200\" height=\"760\"\n       alt=\"Force-directed co-authorship graph with Travis Osterman at the center, connected to 115 collaborators. Node size grows with the number of shared publications, and denser clusters mark teams that publish together.\" />\n  <figcaption>\n    Co-authorship network for Travis Osterman: 115\n    collaborators, each sharing at least 2 papers or\n    abstracts with him.\n  </figcaption>\n</figure>\n\n<section id=\"reading-the-graph\">\n  <h2>How to read it</h2>\n  <p>\n    The graph is force-directed. Each node is a co-author, and its size reflects\n    how many papers and abstracts that person shares with Travis Osterman. A link\n    connects two people who appear on the same work, so tightly connected clusters\n    correspond to standing research teams rather than one-time author lists.\n  </p>\n  <p>\n    The network includes 115 collaborators joined by\n    787 co-authorship links. A person only enters the graph\n    once they reach 2 shared items with him, which keeps\n    incidental single co-authorships from crowding the picture and leaves a map\n    of the people he actually works with repeatedly.\n  </p>\n</section>\n\n<section id=\"most-frequent\">\n  <h2>Most frequent co-authors</h2>\n  <p>\n    Ranked by the number of papers and abstracts each person shares with Travis\n    Osterman. The full network runs to 115 collaborators;\n    the 15 below each share 4 or more.\n  </p>\n  <table>\n    <caption>Top co-authors of Travis Osterman by shared publications and abstracts</caption>\n    <thead>\n      <tr>\n        <th scope=\"col\">Collaborator</th>\n        <th scope=\"col\">Shared papers &amp; abstracts</th>\n      </tr>\n    </thead>\n    <tbody>\n      <tr>\n        <th scope=\"row\">Jan Wolber</th>\n        <td>12</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Christine Micheel</th>\n        <td>11</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Levente Lippenszky</th>\n        <td>9</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Michele LeNoue-Newton</th>\n        <td>9</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Debra L. Friedman</th>\n        <td>7</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Eszter Csernai</th>\n        <td>7</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Ben Ho Park</th>\n        <td>7</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Tuya Pal</th>\n        <td>6</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Neha M. Jain</th>\n        <td>6</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Kathleen Mittendorf</th>\n        <td>6</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Dan M. Roden</th>\n        <td>5</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Tricia Heinrichs</th>\n        <td>5</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Wei-Qi Wei</th>\n        <td>5</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">David Smith</th>\n        <td>5</td>\n      </tr>\n      <tr>\n        <th scope=\"row\">Kathleen F. Mittendorf</th>\n        <td>4</td>\n      </tr>\n    </tbody>\n  </table>\n</section>\n\n<section id=\"data-source\">\n  <h2>What it shows, and where it comes from</h2>\n  <p>\n    Two patterns stand out. A dense core of frequent co-authors sits at the\n    center, people who appear together across many papers and form the teams\n    behind Travis Osterman's informatics and oncology work; his most frequent\n    co-author appears on 12 shared items. Around that\n    core is a wider rim of colleagues connected through one or two projects. Node\n    size tracks how central a person is to the ongoing work, not how important\n    any single paper was.\n  </p>\n  <p>\n    Data source. The network is generated from the same Zotero bibliographic\n    library that drives <a href=\"/research/\">/research/</a> and\n    <a href=\"/speaking/\">/speaking/</a>, using the author lists on every indexed\n    paper and abstract. A collaborator qualifies at 2 or more\n    shared items, so even the smallest nodes represent a repeated collaboration\n    rather than a single co-authorship. The full node-and-link dataset is\n    published as JSON at\n    <a href=\"/assets/data/coauthor-network.json\">/assets/data/coauthor-network.json</a>.\n    Because names are taken verbatim from the source records, a collaborator\n    whose name is recorded two different ways can appear as more than one node,\n    which can split a single person's true count across those nodes. Last updated\n    <time datetime=\"2026-09-06T08:30:16Z\">2026-09-06</time>,\n    when the graph was last regenerated from the library.\n  </p>\n</section>\n\n<p class=\"see-also\">\n  Related: <a href=\"/research/\">peer-reviewed record</a> ·\n  <a href=\"/speaking/\">talks and abstracts</a> ·\n  <a href=\"/collaborations/\">industry partnerships</a>.\n</p>\n"
    },
    {
      "id": "https://osterman.co/about/",
      "url": "https://osterman.co/about/",
      "title": "About Travis Osterman, DO — Oncology & Informatics Executive",
      "date_published": "2026-07-13T00:08:41.000Z",
      "summary": "Travis Osterman, DO - medical oncologist, AVP for Research Informatics at Vanderbilt Health, and Chair of the mCODE™ Executive Committee.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>About</h1>\n</header>\n\n<figure class=\"portrait\">\n  <img src=\"/assets/img/osterman-headshot-400.jpg\"\n       srcset=\"/assets/img/osterman-headshot-400.jpg 400w, /assets/img/osterman-headshot.jpg 800w\"\n       sizes=\"240px\"\n       alt=\"Portrait of Travis Osterman, DO, MS, FAMIA, FASCO\"\n       width=\"240\" height=\"240\" loading=\"eager\" />\n</figure>\n\n<p class=\"lede\">\n  Dr. Travis Osterman is a practicing medical oncologist and biomedical\n  informatics executive. At Vanderbilt Health he is Associate Vice President\n  for Research Informatics, Associate Chief Medical Information Officer, the\n  Ingram Associate Professor of Cancer Research, and Director of Cancer\n  Clinical Informatics at the Vanderbilt-Ingram Cancer Center. He chairs the\n  <a href=\"https://build.fhir.org/ig/HL7/fhir-mCODE-ig/\">minimal Common Oncology Data Elements (mCODE™)</a>\n  Executive Committee.\n</p>\n\n<h2>Origin</h2>\n\n<p>\n  A computer science course Travis Osterman never planned to take is the\n  reason this site exists.\n</p>\n\n<p>\n  In the fall of 1999, his undergraduate advisor at the University of\n  Indianapolis signed him up for CS 100. He hadn't asked to take it. He took\n  it anyway, and enjoyed it, and signed up for the next one. He kept doing\n  that until he had a second major. By 2003 he graduated magna cum laude in\n  both Biology and Computer Science - not because he had set out to combine\n  the two, but because parallel curiosity took him there one course at a\n  time.\n</p>\n\n<p>\n  That pattern - follow the interesting problem until it becomes a\n  discipline - is the through-line of the next two decades.\n</p>\n\n<p>\n  After medical school at Nova Southeastern College of Osteopathic Medicine\n  (where he served as class president each of four years) and internal\n  medicine residency at Indiana University (chief resident at Wishard\n  Memorial), Travis came to Vanderbilt for oncology fellowship in 2013.\n  Vanderbilt was deliberate. It was a rare opportunity: train at an\n  institution with an exceptional reputation in both medical oncology and\n  biomedical informatics. He came planning to add a Master's in Biomedical\n  Informatics on top of the fellowship. It was the right bet. The\n  fellowship finished in 2016; the MS in 2017. The fellowship made him an\n  oncologist; the MS gave formal vocabulary to the work he had been quietly\n  doing since CS 100 in '99.\n</p>\n\n<p>\n  The pivot from \"oncologist who also codes\" to chairing an international\n  cancer data standard wasn't a leap. It was a network compounding. By 2017\n  he was on the faculty at Vanderbilt-Ingram Cancer Center and active across\n  multiple ASCO committees. Mentors helped him route into the broader cancer\n  informatics national landscape. When the original mCODE working group was\n  being assembled, he got the invitation and said yes immediately. He has\n  been in the room ever since - eventually as chair of the executive\n  committee that now stewards the standard implemented at more than seventy\n  institutions across six countries, and that serves as the only method of\n  submitting data to CMS' Enhancing Oncology Model.\n</p>\n\n<p>\n  The role of \"physician executive\" was a slower realization. The work\n  changed before the title did - a long journey from individual contributor,\n  to managing a team, to becoming the person people look to for direction.\n  The transitions came as the questions got bigger. How do you implement\n  structured genomic data into the EHR for tens of thousands of patients?\n  How do you align Epic, Microsoft, Tempus AI, GE HealthCare, and NCCN\n  around a shared model for cancer data when each company has its own\n  infrastructure? Those aren't problems an individual contributor solves. He\n  grew into the role the work required.\n</p>\n\n<p>\n  What he actually enjoys, in his own words, is fixing things and solving\n  problems. Specifically: building better systems around automation and\n  standardization that improve workflows in both clinical care and research.\n  The reason mCODE matters to him isn't the standards politics - it's that\n  mCODE is the systems improvement. Fewer custom mappings between\n  institutions. Fewer one-off integrations. Less friction between the data\n  clinicians enter and the data researchers need. A standard is a force\n  multiplier for everyone downstream.\n</p>\n\n<p>\n  The same instinct shows up outside the day job. He started a Linux\n  configuration documentation site called gentoovps.net in 2011, during his\n  internal medicine residency, and that site has evolved into today's\n  <a href=\"https://fld.sh\">fld.sh</a>. He runs his own\n  infrastructure-as-code, his own self-hosted journal, his own multi-agent\n  orchestrator. He built\n  <a href=\"https://school.osterman.co\">school.osterman.co</a> - a\n  self-paced STEM platform with more than 400 courses - so his children\n  would have something interesting to do when the school year ended. The\n  same person who chairs mCODE for cancer-data interoperability has been\n  writing software for himself, his family, and his curiosity since college.\n</p>\n\n<p>\n  It is the same instinct, applied at every scale. Find something that\n  doesn't work as well as it should. Build the system that fixes it. Repeat.\n</p>\n\n<h2>Practice and leadership</h2>\n<p>\n  Under his leadership at Vanderbilt-Ingram, the Vanderbilt Health electronic\n  health record contains more structured genomic data than any other institution\n  in the United States. Nationally, the mCODE™ standard is implemented at\n  more than 70 institutions across six countries and serves as the only\n  method of submitting data to CMS' Enhancing Oncology Model.\n</p>\n\n<h2>Leadership</h2>\n<ul>\n  <li>Mid-Career Leadership Development Program - Vanderbilt University School of Medicine, 2020</li>\n  <li>Chief Resident - Department of Internal Medicine, Wishard Memorial Hospital, Indiana University, 2012–2013</li>\n  <li>Class President - Nova Southeastern College of Osteopathic Medicine, 2004–2009</li>\n  <li>Student Body President - University of Indianapolis, 2001–2002</li>\n</ul>\n\n<h2>Boards and credentials</h2>\n<ul>\n  <li>Board certified in <strong>Medical Oncology</strong> - American Board of Internal Medicine (2016)</li>\n  <li>Board certified in <strong>Clinical Informatics</strong> - American Board of Preventive Medicine (2016)</li>\n</ul>\n\n<h2>Training</h2>\n<ul>\n  <li>MS, Biomedical Informatics - Vanderbilt University, 2017</li>\n  <li>Fellowship, Medical Oncology - Vanderbilt University Medical Center, 2013–2016</li>\n  <li>Internship and Residency, Internal Medicine - Indiana University, 2009–2012 (Chief Resident, 2012)</li>\n  <li>DO - Nova Southeastern College of Osteopathic Medicine, 2009</li>\n  <li>BS, Computer Science and Biology, magna cum laude - University of Indianapolis, 2003</li>\n</ul>\n\n<h2>Selected honors</h2>\n<ul>\n  <li>Fellow, American Society of Clinical Oncology (FASCO), 2023</li>\n  <li>Microsoft Investigator Fellowship, 2020</li>\n  <li>Fellow, American Medical Informatics Association (FAMIA), 2019</li>\n  <li>Conquer Cancer Foundation Young Investigator Award, 2016</li>\n  <li>DO Student of the Year - Nova Southeastern College of Osteopathic Medicine, 2008</li>\n  <li>Outstanding Student in Computer Science - University of Indianapolis, 2000, 2001, 2002</li>\n</ul>\n\n<h2>Explore</h2>\n<ul class=\"profiles\">\n  <li><a href=\"/now/\">Now</a> - what he is focused on this season</li>\n  <li><a href=\"/timeline/\">Career timeline</a> - roles, training, and publications by year</li>\n  <li><a href=\"/stats/\">By the numbers</a> - the record quantified, each figure sourced</li>\n  <li><a href=\"/network/\">Collaboration network</a> - the co-authorship graph and his most frequent co-authors</li>\n</ul>\n\n<h2>Profiles</h2>\n<ul class=\"profiles\">\n  <li><a rel=\"me\" href=\"https://www.vumc.org/dbmi/person/travis-osterman-do-ms-famia-fasco\">Vanderbilt Biomedical Informatics profile</a></li>\n  <li><a rel=\"me\" href=\"https://www.ncbi.nlm.nih.gov/myncbi/travis.osterman.1/bibliography/public/\">PubMed / NCBI bibliography</a></li>\n  <li><a rel=\"me\" href=\"https://www.wikidata.org/wiki/Q101153359\">Wikidata (Q101153359)</a></li>\n  <li><a href=\"/cv.json\">Machine-readable CV (JSON Resume)</a> - structured career data for agents and crawlers</li>\n</ul>\n<p class=\"footnote\" style=\"margin-top: .5rem; border-top: 0; padding-top: 0;\">\n  ORCID, Google Scholar, LinkedIn, X, and GitHub are linked in the footer.\n</p>\n\n<p class=\"footnote\">\n  Advisory disclosures and industry partnerships:\n  <a href=\"/collaborations/\">/collaborations/</a>.\n</p>\n"
    },
    {
      "id": "https://osterman.co/essays/genomics-into-the-chart/",
      "url": "https://osterman.co/essays/genomics-into-the-chart/",
      "title": "Bringing genomics out of the PDF and into the chart",
      "date_published": "2026-07-12T00:00:00.000Z",
      "summary": "Why reference-lab genomic results stranded in PDFs can't drive care, and how structured integration into the EHR turns them into usable clinical signal.",
      "content_html": "<p class=\"lede\">\nA patient of mine had an actionable mutation sitting in his chart for months\nbefore anyone acted on it. The result was there, it just wasn't anywhere a\ncomputer could read it. It was a PDF, scanned into the record, indistinguishable\nto the EHR from a release-of-information form.\n</p>\n<p>That is the ordinary state of cancer genomics in 2026, and it is the problem I\nwant to take apart. We have spent a decade getting better at <em>generating</em>\nmolecular results: broad panels, liquid biopsies, whole-exome and whole-genome\nsequencing, faster turnaround. We have spent almost none of that decade getting\nthose results into a form the patient's record can actually use. The sequencing\ngot cheaper and richer; the last mile, from the reference lab's report to a\nfield in the chart that can drive a decision, barely moved.</p>\n<h2>A PDF is not data</h2>\n<p>Picture how a genomic result usually arrives. A tumor block goes out to a\nreference laboratory. Weeks later a report comes back, a richly formatted\ndocument, often a dozen pages, listing variants, allele frequencies, therapy\nimplications, and trial suggestions. It is faxed or transmitted, and someone\nscans or attaches it to the EHR. From that moment it is <em>visible</em> and\n<em>useless</em> in equal measure. A human can open it and read it. Nothing else can.</p>\n<p>The distinction that matters here is between a document and a datum. A PDF is a\npicture of information. It cannot be queried. It cannot trigger a clinical\ndecision support rule when a new targeted therapy is approved for the variant it\ndescribes. It cannot be matched against the eligibility logic of an open trial.\nIt cannot be counted in a cohort, fed to a prediction model, or submitted to a\nquality program. The <em>EGFR</em> exon 19 deletion on page seven might as well not\nexist, as far as the rest of the system is concerned, and the rest of the\nsystem is where care increasingly gets coordinated.</p>\n<p>This is not a hypothetical gap. When a multi-institution group I worked with\ncatalogued the real-world barriers to using biomarker results, the failure modes\nwere depressingly concrete: results arriving as unstructured documents, no\nconsistent place in the record for them to land, no way to surface them at the\nmoment of a treatment decision. We wrote it up as\n<a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\"><em>Integrating electronic health records to facilitate cancer biomarker\ntesting</em></a>\n(Huelsman et al., <em>Journal of Clinical Oncology</em>, 2024). The headline finding is\nmundane and damning: the testing is rarely the bottleneck. The integration is.</p>\n<h2>What &quot;structured&quot; actually buys you</h2>\n<p>When a genomic result enters the record as structured data, discrete,\ncoded variants in defined fields rather than ink on a scanned page, three\nthings become possible that were impossible before, and all three are the\ndifference between sequencing as a line item and sequencing as care.</p>\n<ul>\n<li><strong>The result can warn you.</strong> Decision support can watch the patient's\nstructured variants and fire when the evidence changes, a new approval, a\nlabel expansion, a newly opened trial for exactly that alteration. The\noncologist learns about the option in time to use it, instead of months later\nor never.</li>\n<li><strong>The result can match.</strong> Trial-matching logic and molecular tumor board\nprep run against a queryable variant, not a human's memory of a PDF they read\nlast spring. The patients who qualify for something get found.</li>\n<li><strong>The result can be counted.</strong> Cohorts, outcomes research, real-world\nevidence, and quality submissions all need the genomics as data. Structured\ncapture is what makes a patient's molecular profile legible to the institution,\nnot just to the one clinician who happened to open the attachment.</li>\n</ul>\n<p>None of this requires a new model or a new algorithm. It requires the\nunglamorous plumbing that turns a report into a record. That plumbing is the work\nI have spent years on, and it is harder and more valuable than it sounds.</p>\n<h2>Being eighth, and then being first</h2>\n<p>Vanderbilt Health started early. In 2019, when exactly one institution in the country\nhad integrated genomic results from a reference laboratory directly into Epic, we\nbecame the eighth. That sounds like a modest distinction until you sit with the\ndenominator: in a country with thousands of hospitals and hundreds of cancer\nprograms, fewer than ten had managed to get reference-lab genomics flowing as\nstructured data into the dominant EHR. The hard part was never wanting it. The\nhard part was the integration.</p>\n<p>Going forward was only half the problem. The other half was the back catalog, thousands of patients already on therapy whose molecular reports were sitting in\nthe record as PDFs and scanned attachments, invisible to every downstream system.\nA cut-over that only structures <em>new</em> results leaves the existing population\nstranded. So we built an extract-transform-load pipeline that converts that\nhistorical EHR genomic data into standardized, queryable profiles built on HL7\nFHIR, the same interoperable shape the standards work targets. The result is a\nunified structured corpus across a patient's entire history, not a clean record\nfrom a cut-over date forward and a fog behind it. The upstream workflow is\ndocumented in the NCCN abstract\n<a href=\"https://doi.org/10.6004/jnccn.2022.7165\"><em>Integrating Structured Genomic Data Into the Electronic Health\nRecord</em></a>\n(Vento &amp; Osterman, <em>JNCCN</em>, 2023, BIO23-019).</p>\n<p>The compounding effect of being early is the part worth internalizing. By the end\nof 2021 there were roughly twelve thousand tumor genomic reports living as\nstructured data inside our EHR. Today Vanderbilt Health holds more structured genomic\ndata in its electronic health record than any other institution in the United\nStates. That position is not the product of a single clever build; it is the\nproduct of starting years before most peers and never stopping. The institutions\nthat begin this work now are not behind by a feature. They are behind by a\ncorpus, and a corpus is the one thing you cannot buy or backfill instantly. You\naccrue it.</p>\n<h2>The unlock, not the trophy</h2>\n<p>The #1 ranking is not the point. The point is what the structured corpus makes\npossible downstream, and almost everything I care about in precision oncology\nsits on top of it. Trial matching at scale, molecular-tumor-board governance,\nthe <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics workstream</a> that ties\nit together, point-of-care alerting when a patient's variant becomes actionable,\nreal-world toxicity studies, industry research collaborations that need an\ninteroperable surface to reach the data, none of them work against a pile of\nPDFs. They all work against structured fields. The integration is the\nload-bearing layer; the celebrated applications are what you stack on top once it\nholds.</p>\n<p>This is also why I keep returning to standards. Structured data inside one\ninstitution's EHR is necessary but not sufficient, a research collaborator\nacross town still can't reach it without an interoperable shape to read. That is\nthe role of <a href=\"/expertise/cancer-data-standards/\">mCODE</a>, the FHIR-based minimal\nCommon Oncology Data Elements, which carries the genomics among the core fields a\ncancer record should expose. Integration makes the data usable inside the walls;\nthe standard makes it portable beyond them. You want both, in that order:\nstructure first, then portability.</p>\n<h2>What to do about it</h2>\n<p>If you run a cancer program, a lab, or the informatics behind one, the\nactionable conclusion is narrow and stubborn. Stop measuring genomics by tests\nordered and start measuring it by <em>structured results landing in the chart where\nsomething can act on them</em>. Treat reference-lab integration as a first-class\ncapital project, not an IT ticket. Insist that your labs and your EHR vendor\ndeliver coded, discrete results, not prettier PDFs. And build the backload, not\njust the cut-over, because the patients already on treatment are the ones a stale\nrecord fails first.</p>\n<p>The sequencing is the easy half now. The molecular biology that took a\ngeneration to make routine is, clinically, the solved part. The unsolved part is\nthe most ordinary-sounding question in medicine: can the chart actually use what\nthe lab just told you? Until the answer is yes, until the variant on page seven\nis a field the system can read, every dollar spent on the test is spent\ngenerating a document no one downstream can act on. The work that turns that\ndocument into care is the work worth funding. For the longer arc of how we built\nit at Vanderbilt Health, see\n<a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in the EHR</a>.</p>\n"
    },
    {
      "id": "https://osterman.co/essays/oncologists-and-clinical-informatics/",
      "url": "https://osterman.co/essays/oncologists-and-clinical-informatics/",
      "title": "The oncologist's case for clinical informatics as a discipline",
      "date_published": "2026-07-05T00:00:00.000Z",
      "summary": "Why clinical informatics needs practicing clinicians at the helm, not as advisors, from an oncologist board-certified in the field who built the training programs.",
      "content_html": "<p>A few years into building tools inside our electronic health record, I watched\na well-intentioned redesign of the in-basket, the clinician's message queue, get most of the way to launch before anyone in the room had recently lived a\nclinic day inside it. The logic was clean. The interface was modern. And it\nwould have added clicks to the single most time-pressured part of an\noncologist's afternoon, because the people designing it had reasoned about the\nworkflow instead of carrying it. I had carried it that week. That is the whole\nargument of this essay, compressed into one anecdote: clinical informatics is a\nclinical discipline, and it degrades in predictable ways when the people leading\nit are not also the people doing the work it governs.</p>\n<p>I say this as someone with standing on both sides of the line. I'm a practicing\nmedical oncologist who still attends on the solid-tumor service. I'm also board\ncertified in clinical informatics, the American Board of Preventive Medicine\nsubspecialty, which I sat for in 2016, the same year I finished my oncology\nboards. Informatics is not a hobby I do adjacent to medicine. It is a board-\ncertified medical specialty, with its own body of knowledge, its own\nexamination, and its own standard of practice. We should treat it like one.</p>\n<h2>Informatics is a clinical specialty, not a technical service line</h2>\n<p>The most common failure mode I see in health systems is organizational: clinical\ninformatics gets filed under IT, and clinicians are invited in as &quot;advisors&quot;, consulted late, thanked politely, and routed around when the schedule gets\ntight. The arrangement feels reasonable. The systems are technical, the vendors\nare technical, the budgets live in technology. So the clinician becomes a\nstakeholder to be managed rather than a leader who decides.</p>\n<p>This is backwards, and the certification exists precisely because it's\nbackwards. Clinical informatics became a board-certified subspecialty in 2013\nfor the same reason cardiology or critical care did: the work requires a\nclinician's judgment applied to a defined domain, and that judgment cannot be\noutsourced to people who don't carry the clinical consequences. A decision about\nhow staging data is captured, how a best-practice alert fires, or how a genomic\nresult lands in the chart is not primarily a software decision. It is a decision\nabout how medicine gets practiced, made through software. Whoever owns it owns\nthe clinical workflow whether they realize it or not.</p>\n<p>The &quot;advisor&quot; model fails on a specific mechanism: it separates authority from\naccountability. The technical team has the authority to ship; the clinician has\nthe accountability for what happens at the bedside, but no real control over\nthe thing that produced it. When those come apart, you get systems that are\ninternally coherent and clinically wrong, and nobody who can fix them is also\nthe person who has to live with them. Putting a practicing clinician at the helm\nre-fuses authority and accountability in one person. That is not a courtesy to\nclinicians. It is a control mechanism for the institution.</p>\n<h2>What changes when a practicing clinician actually leads</h2>\n<p>The difference shows up in what gets optimized. I direct cancer clinical\ninformatics at our cancer center, and I still see patients. That second clause\nis not a credential I list for color, it's the thing that keeps the first one\nhonest. When you write notes in the system you're trying to improve, you stop\noptimizing for the demo and start optimizing for the Tuesday afternoon when the\nclinic is running forty minutes behind. You feel the cost of the extra click\nbecause you paid it that morning. You know which alerts get reflexively\ndismissed because you've dismissed them. You can tell the difference between a\nfield that's hard to capture and a field nobody captures because capturing it\nhelps no one.</p>\n<p>This is also why the leader-versus-advisor distinction is not semantic. An\nadvisor reacts to a roadmap someone else set. A clinician-leader sets the\nroadmap, which means clinical reality shapes the work from the first decision\nrather than being consulted as a courtesy near the end. The redesign I opened\nwith got caught in time, but it got caught because a clinician with authority\nwas in the room, not because the process was built to surface clinical cost\nearly. In too many organizations, that catch depends on luck. It should depend\non org-chart.</p>\n<p>There's a research analogue I find clarifying. Across years of building\nreal-world models in oncology, the constraint was never the algorithm; it was\nwhether the clinical inputs existed as trustworthy structured data. The people\nwho could see that bottleneck were the ones who understood both the modeling and\nthe clinic. Leadership is the same shape of problem. The bottleneck in clinical\ninformatics is rarely the technology. It's the translation between what medicine\nneeds and what software does, and translation is a job for someone fluent in\nboth, with the authority to act on the translation.</p>\n<h2>The pipeline problem, and why education is the lever</h2>\n<p>If clinical informatics needs clinicians at the helm, the obvious question is\nwhere they come from. The honest answer is that we have not built the pipeline\nto produce them, and that gap is the one I've spent the most deliberate effort\ntrying to close.</p>\n<p>The problem starts earlier than people assume. We tend to treat informatics as\nsomething a clinician picks up late, a fellowship, a master's, a mid-career\npivot. But the clinicians who are most fluent are the ones who encountered the\ndiscipline as a normal part of becoming a physician, not a specialty bolted on\nafterward. That conviction is why I built clinical informatics into the medical\nstudent curriculum and created a graduate medical education elective, and why my\ncolleague Dara Mize and I argued for\n<a href=\"https://pubmed.ncbi.nlm.nih.gov/37128375/\">a unified approach to clinical informatics education spanning undergraduate and\ngraduate medical education</a> at the\n2022 AMIA Annual Symposium. The point of &quot;unified&quot; is that the medical student,\nthe resident, and the fellow are on one continuum, not three disconnected\naudiences, and the discipline should be present at every stage rather than\nappearing, abruptly, as an option for the already-committed.</p>\n<p>It also has to be built as an institutional strategy, not a personal hobby of\nwhoever happens to care. Our group laid out exactly that in\n<a href=\"https://doi.org/10.1055/a-2443-8318\">the Vanderbilt Clinical Informatics Center's education strategy</a>\nin <em>Applied Clinical Informatics</em> in 2025, a deliberate, center-level plan for\ntraining the next generation rather than a collection of one-off courses\ndepending on individual enthusiasm. The difference matters because individual\nenthusiasm leaves when the individual does. A discipline that wants\npractitioners at the helm has to manufacture them on purpose, at scale, with the\nsame intentionality we bring to any other specialty's training.</p>\n<p>A short version of what I think the pipeline owes the field:</p>\n<ul>\n<li><strong>Expose every trainee early.</strong> Informatics belongs in medical school and\nresidency as a normal competency, not a niche elective for the\nalready-converted.</li>\n<li><strong>Build dual fluency, not translation by committee.</strong> The goal is clinicians\nwho can reason in both clinical and technical terms themselves, so the\ntranslation happens inside one head instead of across a meeting.</li>\n<li><strong>Make it a career, not a side quest.</strong> There have to be real leadership roles\n, with authority and accountability fused, for trained clinician-informaticians\nto grow into, or the training produces advisors by default.</li>\n</ul>\n<h2>What I'd ask of the people who staff these roles</h2>\n<p>So this lands somewhere actionable, here is what I'd ask of two audiences.</p>\n<p>If you're an academic leader or sit on a search committee for a CMIO, an\ninformatics director, or a &quot;physician champion&quot; role, write the job as a\nleadership position with decision authority over the clinical systems it covers, not an advisory seat reporting into a technical org that can route around it.\nAnd weight active clinical practice as a qualification, not a nice-to-have. A\nleader who has stopped seeing patients is, within a few years, an advisor in\neverything but title; the feedback loop that keeps their judgment calibrated has\ngone quiet. Protected clinical time for an informatics leader is not a\nconcession. It is the instrument that keeps the role honest.</p>\n<p>If you're a trainee weighing this path: you do not have to choose between\npracticing medicine and shaping how medicine is practiced. The board\ncertification exists, the career exists, and the field needs people who can hold\nboth at once far more than it needs more pure technologists or more clinicians\nwho merely complain about the software. The most useful thing you can be is the\nperson in the room who carried the workflow that morning and can also change it\nthat afternoon.</p>\n<p>Clinical informatics will keep growing whether or not clinicians lead it. The\nonly open question is whether the systems we all practice inside get designed by\npeople who practice inside them. I've staked my own career on the answer being\nyes, in the clinic, in the\n<a href=\"/expertise/clinical-informatics-education/\">education work</a>, and in the leadership\nroles where the two finally meet. The field is young enough that the people\nentering it now will decide whether &quot;clinical informatics&quot; keeps the word\n<em>clinical</em> doing real work, or lets it fade into a polite adjective. Make it do\nthe work.</p>\n"
    },
    {
      "id": "https://osterman.co/home-lab/",
      "url": "https://osterman.co/home-lab/",
      "title": "Home Lab — Travis Osterman | Self-Hosted & Agentic Systems",
      "date_published": "2026-06-28T23:29:30.000Z",
      "summary": "Dr. Osterman's personal software practice - R&D in agentic systems, self-hosted infrastructure, journaling, education, and inventory.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Home Lab</h1>\n  <p class=\"lede\">\n    Independent software work outside the clinical informatics role. These are personal\n    projects - exploratory, opinionated, and explicitly not part of the leadership work\n    documented elsewhere on this site. They exist to keep the hands close to the metal\n    and an outlet for a never-ending desire to learn and explore.\n  </p>\n</header>\n\n<ul class=\"project-grid project-grid--clickable\" role=\"list\">\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"https://school.osterman.co\">Summer School</a></h2>\n      <span class=\"chip chip-public\">public</span>\n    </header>\n    <p>\n      Self-paced, interactive STEM learning platform for kids ages 7-13, with\n      more than 400 interactive courses. Built as a platform for my children to\n      continue learning once the school year ends.\n    </p>\n    <p class=\"project-card-link\">\n      <a href=\"https://school.osterman.co\">school.osterman.co</a>\n    </p>\n  </li>\n\n  <li class=\"project-card\">\n    <p class=\"partner-logo-card\">\n      <img src=\"/assets/img/logos/faculty-coaching.svg\" alt=\"Faculty Coaching logo\" height=\"36\" loading=\"lazy\" />\n    </p>\n    <header class=\"project-card-head\">\n      <h2><a href=\"https://facultycoaching.com\">Faculty Coaching</a></h2>\n      <span class=\"chip chip-public\">public</span>\n    </header>\n    <p>\n      Academic coaching practice focused on faculty in academic medicine -\n      including career coaching for physicians. Specifically passionate about\n      coaching physicians interested in building a career in Health IT.\n    </p>\n    <p class=\"project-card-link\">\n      <a href=\"https://facultycoaching.com\">facultycoaching.com</a>\n    </p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"https://fld.sh\">Five-Letter Domain <span class=\"project-alias\">[fld.sh]</span></a></h2>\n      <span class=\"chip chip-public\">public</span>\n    </header>\n    <p>\n      Real-world technical solutions and configurations from actual infrastructure\n      work. What started as personal notes has evolved into a comprehensive\n      resource covering Linux system administration, networking, storage\n      management, and virtualization.\n    </p>\n    <p class=\"project-card-link\">\n      <a href=\"https://fld.sh\">fld.sh</a>\n    </p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2>Orc AI</h2>\n      <span class=\"chip chip-private\">private</span>\n    </header>\n    <p>\n      Multi-agent workflow orchestrator that tracks agent usage and can increase\n      or decrease work to optimize subscription-based token usage. Runs my\n      personal development infrastructure - including the project migrations and\n      tooling work behind this site - under a single goal-driven agent runtime.\n    </p>\n    <p class=\"project-card-meta\">Built in Rust.</p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"https://ojournal.osterman.co\">OJournal</a></h2>\n      <span class=\"chip chip-invite\">invite only</span>\n    </header>\n    <p>\n      Self-hosted, privacy-first journaling. Entries, attachments, and search\n      index are encrypted at rest under a three-tier key hierarchy (UK → SK → DK);\n      the database on its own is useless to an attacker. Designed to run on a\n      single box behind TLS. First began as a Java-based blogging platform in\n      2004, ported to PHP, and now to a Rust API with a Vue frontend.\n    </p>\n    <p class=\"project-card-link\">\n      <a href=\"https://ojournal.osterman.co\">ojournal.osterman.co</a>\n    </p>\n    <p class=\"project-card-meta\">Rust / Axum backend; Vue frontend.</p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2>Inventory</h2>\n      <span class=\"chip chip-private\">private</span>\n    </header>\n    <p>\n      Source-of-truth inventory system for physical and virtual hosts at home\n      and in offsite datacenters, inspired by NetBox Labs.\n    </p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2>IAC</h2>\n      <span class=\"chip chip-private\">private</span>\n    </header>\n    <p>\n      Ansible-based infrastructure-as-code for the homelab and offsite-datacenter\n      hosts that run everything above. Configuration in version control,\n      idempotent provisioning, no manual SSH. Ultimate goal is better-than-cloud\n      self-hosted infrastructure.\n    </p>\n    <p class=\"project-card-meta\">Ansible.</p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"https://packages.osterman.co/\">keyboot</a></h2>\n      <span class=\"chip chip-alpha\">alpha</span>\n    </header>\n    <p>\n      A greenfield boot stage for ZFS-on-LUKS hosts. It unlocks every encrypted\n      device from an age-encrypted keyfile, imports the root pool, offers a boot\n      environment picker over TTY or SSH, and kexecs into the chosen kernel. The\n      same artifact doubles as a netboot rescue shell and unattended installer\n      for Gentoo, Debian, and Alpine on UEFI and BIOS.\n    </p>\n    <p class=\"project-card-link\">\n      <a href=\"https://packages.osterman.co/\">packages.osterman.co</a>\n    </p>\n    <p class=\"project-card-meta\">Built in Rust.</p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"https://drop.osterman.co/\">Drop</a></h2>\n      <span class=\"chip chip-invite\">invite only</span>\n    </header>\n    <p>\n      Simple API and web interface to support passing secrets to agents while\n      keeping the secrets out of the chat log.\n    </p>\n    <p class=\"project-card-link\">\n      <a href=\"https://drop.osterman.co/\">drop.osterman.co</a>\n    </p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"https://otoken.osterman.co\">otoken</a></h2>\n      <span class=\"chip chip-invite\">invite only</span>\n    </header>\n    <p>\n      A centralized token, authorization, and secrets-broker service for a fleet\n      of self-hosted apps. It issues one opaque token type carrying per-service\n      permission grants, tells each service what a presented token may do, and\n      brokers the upstream credentials a caller is entitled to - replacing the\n      per-app token sprawl where every service mints and stores its own. New\n      projects connect through a browser-consented device-auth flow.\n    </p>\n    <p class=\"project-card-link\">\n      <a href=\"https://otoken.osterman.co\">otoken.osterman.co</a>\n    </p>\n    <p class=\"project-card-meta\">Rust + PostgreSQL backend; Vue frontend.</p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2><a href=\"https://swim.osterman.co\">swim-assist</a></h2>\n      <span class=\"chip chip-public\">public</span>\n    </header>\n    <p>\n      A website for families to track USA Swimming swimmers' progress: meet\n      times, age-group motivational standards, championship and sectional cuts,\n      goal setting, and a little gamification. Mobile-first and print-friendly,\n      with USA Swimming kept as the source of truth. A useful first version\n      shipped in two days.\n    </p>\n    <p class=\"project-card-link\">\n      <a href=\"https://swim.osterman.co\">swim.osterman.co</a>\n    </p>\n    <p class=\"project-card-meta\">Rust / Axum + SQLite backend; Vue frontend.</p>\n  </li>\n\n  <li class=\"project-card\">\n    <header class=\"project-card-head\">\n      <h2>itop</h2>\n      <span class=\"chip chip-private\">private</span>\n    </header>\n    <p>\n      A lightweight, single-row system monitor for zellij panes - an htop\n      alternative that reads /proc directly and renders one compact line of CPU,\n      I/O, memory, swap, and load. Negligible footprint, built to run many\n      instances at once.\n    </p>\n    <p class=\"project-card-meta\">Built in Rust.</p>\n  </li>\n\n</ul>\n\n<section class=\"archive\">\n  <h2>Archive</h2>\n  <p class=\"lede\">\n    Earlier iterations of personal hosting and side projects, preserved via the\n    Internet Archive.\n  </p>\n\n  <ul class=\"project-grid project-grid--clickable\" role=\"list\">\n\n    <li class=\"project-card\">\n      <header class=\"project-card-head\">\n        <h2><a href=\"https://web.archive.org/web/20020118111151/http://htmlfarm.com/\">htmlfarm.com</a></h2>\n        <span class=\"chip chip-retired\">retired</span>\n      </header>\n      <p>\n        Early personal web project from the htmlfarm.com era. Snapshot from\n        January 2002 preserved on the Internet Archive.\n      </p>\n      <p class=\"project-card-link\">\n        <a href=\"https://web.archive.org/web/20020118111151/http://htmlfarm.com/\">archive.org snapshot</a>\n      </p>\n    </li>\n\n    <li class=\"project-card\">\n      <header class=\"project-card-head\">\n        <h2><a href=\"https://web.archive.org/web/20140517101616/http://gentoovps.net/\">gentoovps.net</a></h2>\n        <span class=\"chip chip-retired\">retired</span>\n      </header>\n      <p>\n        Gentoo Linux VPS hosting project. Snapshot from May 2014 preserved on\n        the Internet Archive.\n      </p>\n      <p class=\"project-card-link\">\n        <a href=\"https://web.archive.org/web/20140517101616/http://gentoovps.net/\">archive.org snapshot</a>\n      </p>\n    </li>\n\n    <li class=\"project-card\">\n      <header class=\"project-card-head\">\n        <h2><a href=\"/blog/\">Blog</a></h2>\n        <span class=\"chip chip-retired\">retired</span>\n      </header>\n      <p>\n        A small archive of early-2010s posts on oncology informatics, internal\n        medicine, hardware, and tools. Preserved at the original slugs for\n        continuity with any inbound links.\n      </p>\n      <p class=\"project-card-link\">\n        <a href=\"/blog/\">/blog/</a>\n      </p>\n    </li>\n\n  </ul>\n</section>\n"
    },
    {
      "id": "https://osterman.co/essays/predicting-immunotherapy-toxicity/",
      "url": "https://osterman.co/essays/predicting-immunotherapy-toxicity/",
      "title": "Predicting immunotherapy toxicity before it happens",
      "date_published": "2026-06-28T00:00:00.000Z",
      "summary": "Immune checkpoint inhibitor toxicities can be predicted from data already in the EHR, shifting oncology monitoring from reactive to anticipatory.",
      "content_html": "<p>A patient 2 months into a checkpoint inhibitor calls the triage line short of breath. By the time the CT confirms pneumonitis, they are on high-dose steroids and the immunotherapy is on hold, sometimes for good. Every oncologist who prescribes these drugs has watched some version of this. The toxicity is real, it can be severe, and the way we catch it today is almost entirely reactive: we wait for the patient to feel sick, then we work backward.</p>\n<p>The hope is that, in some cases, the warning was already sitting in the chart. Not in a biomarker we hadn't ordered, but in the labs, the prior imaging, the medication history, the comorbidities we already had. We just weren't reading those data to answer the question <em>who is about to get sick.</em></p>\n<h2>The signal is already collected</h2>\n<p>Over a multi-year <a href=\"/collaborations/ge-healthcare/\">Digital Precision Oncology\ncollaboration</a> with GE HealthCare, my group\nand I built and externally validated machine-learning models that predict both\nthe <em>effectiveness</em> and the <em>toxicities</em> of immune checkpoint inhibitors from\nreal-world patient data, the kind that accumulates in any EHR running an\noncology service. We published the core results in <em>JCO Clinical Cancer\nInformatics</em> in 2024 (<a href=\"https://doi.org/10.1200/CCI.23.00207\">Prediction of Effectiveness and Toxicities of Immune\nCheckpoint Inhibitors Using Real-World Patient\nData</a>), and presented validation and\nextensions at SITC in 2023 and 2024. One result mattered more than the\nheadline accuracy: the models worked off a <em>short</em> medical history captured\nbefore the first dose. You don't need years of pristine longitudinal follow-up\nto stratify risk. You need what's in front of you the day you write the order.</p>\n<p>That reframes the clinical question. The point of a toxicity model is not to\npredict the future for its own sake. It's to change <em>who you watch, how\nclosely, and starting when.</em> A patient flagged high-risk for pneumonitis is a\npatient whose new cough gets a same-day call back instead of a routine\nmessage, whose baseline pulmonary status you actually documented, whose first\nhint of hypoxia triggers imaging rather than reassurance. The model doesn't\nmake the diagnosis. It re-allocates clinical attention toward the people most\nlikely to need it.</p>\n<h2>Three toxicities, three different data shapes</h2>\n<p>Immune-related toxicities are not one problem, and the data that predicts them\nisn't one shape either. That distinction is what makes this tractable rather\nthan aspirational.</p>\n<ul>\n<li><strong>Pneumonitis</strong> turns out to be partly visible on imaging the patient already had. In <em>JCO CCI</em> in 2025 we showed that a radiomics-and-deep-learning model reading a <em>prior</em> thorax CT (a scan ordered for staging, not for any toxicity question) carries signal about who later develops immunotherapy-induced pneumonitis (<a href=\"https://doi.org/10.1200/CCI-24-00198\">Radiomics and Deep Learning Prediction of Immunotherapy-Induced Pneumonitis From Computed Tomography</a>). The pixels were sitting in the PACS archive the whole time.</li>\n<li><strong>Hepatitis</strong> shows up in the rhythm of routine bloodwork. We built a rolling-window model that watches the ordinary CBC and chemistry panels every patient on therapy already gets, and flags the trajectory toward checkpoint-inhibitor hepatitis before it crosses a clinical threshold. No new test, just reading the labs as a time series instead of one value at a time.</li>\n<li><strong>Colitis</strong> is the hardest, because the ground truth is buried in narrative. You can't train or monitor a colitis model without reliably knowing who actually had colitis, and that fact lives in clinic notes, not a structured field. We tackled that with accelerated curation, pulling checkpoint-inhibitor colitis cases out of the EHR semi-automatically rather than by brute-force chart review (<a href=\"https://doi.org/10.1093/jamiaopen/ooad017\">Accelerated curation of checkpoint inhibitor-induced colitis cases from electronic health records</a>, <em>JAMIA Open</em>, 2023).</li>\n</ul>\n<p>That last one is the tell. The bottleneck on toxicity prediction is rarely the\nalgorithm. It's whether the outcome you're predicting exists as trustworthy,\nstructured data, which is the same problem I keep writing about elsewhere and\nthe reason I spend so much time on data standards. A model is only as good as\nthe labels you trained it on, and in oncology those labels are expensive\nprecisely because the truth is written in prose.</p>\n<h2>What it takes to actually act on a prediction</h2>\n<p>A risk score that nobody acts on is worse than no score, because it spends\ntrust. If we're going to put these models in front of clinicians, the harder\nwork is downstream of the math.</p>\n<p>First, the prediction has to land <em>in the workflow,</em> not in a dashboard\nsomeone visits on a good day. A pneumonitis risk flag belongs on the treatment\nplan and the triage protocol; it should change what the nurse does when the\npatient calls, automatically. If acting on it requires remembering to go look,\nit won't get acted on.</p>\n<p>Second, you have to decide what the action <em>is,</em> per toxicity, in advance.\n&quot;High risk&quot; is not a plan. Earlier imaging? A lower threshold for holding the\nnext cycle? A scheduled check-in at the window when that toxicity typically\nemerges? Tighter lab cadence for the hepatitis-flagged patient? The model\nbuys you lead time; the protocol decides what to do with it. Without the\nprotocol, a flag is just anxiety.</p>\n<p>Third, and this is the part payers and health-system leaders should care\nabout: you have to measure the model in <em>your</em> population before you trust it,\nand keep measuring after you deploy. We externally validated these models on\npan-cancer cohorts for a reason. A model tuned on one institution's mix of\ncancers, drugs, and documentation habits can quietly fail somewhere else.\nCalibration drifts. Practice changes. The governance question isn't &quot;is the\nmodel accurate&quot; once; it's &quot;how will we know when it stops being accurate\nhere.&quot; That's not a reason to wait. It's the operating discipline that makes\ndeploying responsible.</p>\n<h2>Where this goes</h2>\n<p>The near-term win is not autonomous at all. It's a quieter shift in standard of care: risk-stratified monitoring for everyone starting a checkpoint inhibitor, drawn from data we already collect and pay to store. The patient flagged as high-risk for pneumonitis gets close watch. The one flagged as low risk across the board gets a lighter touch and fewer false alarms, which is its own clinical and financial good. We move from catching immune-related toxicity after it announces itself to anticipating it, and we do it without ordering a single new test.</p>\n<p>For oncologists, that means the toxicity conversation at the start of therapy\ngets specific instead of generic. For informaticists, it means the work is\nmostly plumbing and labels, not model architecture. For payers, it means a\nconcrete place where prediction reduces avoidable admissions and steroid\ncourses rather than just generating alerts. The science to do this is largely\ndone and <a href=\"/research/\">published</a>. What's left is the unglamorous part: wiring\nit into the day, agreeing on the action, and watching the model the way we'd\nwatch any new diagnostic. That's the work worth doing, because the signal was\nnever the thing we were missing. The willingness to read it was.</p>\n"
    },
    {
      "id": "https://osterman.co/essays/",
      "url": "https://osterman.co/essays/",
      "title": "Essays — Travis Osterman | AI, Oncology & Health Data",
      "date_published": "2026-06-21T05:19:05.000Z",
      "summary": "Essays by Travis Osterman, DO, on AI in oncology, clinical informatics, cancer data standards, and leading AI in health systems.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Essays</h1>\n  <p class=\"lede\">\n    Long-form writing on AI in oncology, clinical informatics, cancer data\n    standards, and what it takes to lead AI inside a health system.\n  </p>\n</header>\n<ul class=\"post-list\" role=\"list\"><li class=\"post-list-item\">\n    <p class=\"post-meta\">\n      <time datetime=\"2026-08-09T00:00:00.000Z\">2026-08-09</time>\n    </p>\n    <h2><a href=\"/essays/zero-shot-cancer-data-extraction/\">Zero-shot extraction is changing cancer data abstraction</a></h2><p>A registrar spends fifteen minutes pulling stage and biomarker status out of a note; a language model now does a first pass in seconds, the question is whether you can trust it.</p>\n  </li><li class=\"post-list-item\">\n    <p class=\"post-meta\">\n      <time datetime=\"2026-08-02T00:00:00.000Z\">2026-08-02</time>\n    </p>\n    <h2><a href=\"/essays/chatgpt-in-the-clinic-three-years-later/\">Our early ChatGPT-in-the-clinic study, three years on</a></h2><p>In 2023 we asked whether a chatbot could answer real physician questions safely. The answer aged in instructive ways.</p>\n  </li><li class=\"post-list-item\">\n    <p class=\"post-meta\">\n      <time datetime=\"2026-07-26T00:00:00.000Z\">2026-07-26</time>\n    </p>\n    <h2><a href=\"/essays/clinical-ai-bottleneck-is-the-data-layer/\">Clinical AI&#39;s real bottleneck is the data layer, not the model</a></h2><p>Health systems keep buying models and underfunding the structured data those models need. That ordering is backwards.</p>\n  </li><li class=\"post-list-item\">\n    <p class=\"post-meta\">\n      <time datetime=\"2026-07-19T00:00:00.000Z\">2026-07-19</time>\n    </p>\n    <h2><a href=\"/essays/building-an-informatics-team/\">The research-informatics team you need, and how to build it</a></h2><p>You cannot hire a research-informatics function fully formed off the market; you have to manufacture most of it on purpose.</p>\n  </li><li class=\"post-list-item\">\n    <p class=\"post-meta\">\n      <time datetime=\"2026-07-12T00:00:00.000Z\">2026-07-12</time>\n    </p>\n    <h2><a href=\"/essays/genomics-into-the-chart/\">Bringing genomics out of the PDF and into the chart</a></h2><p>A tumor sequencing result that lives as a faxed PDF can&#39;t trigger an alert, match a trial, or warn the next oncologist, and most of them still do.</p>\n  </li><li class=\"post-list-item\">\n    <p class=\"post-meta\">\n      <time datetime=\"2026-07-05T00:00:00.000Z\">2026-07-05</time>\n    </p>\n    <h2><a href=\"/essays/oncologists-and-clinical-informatics/\">The oncologist&#39;s case for clinical informatics as a discipline</a></h2><p>If you&#39;ve never written a note in the system you&#39;re trying to fix, you will optimize the wrong thing.</p>\n  </li><li class=\"post-list-item\">\n    <p class=\"post-meta\">\n      <time datetime=\"2026-06-28T00:00:00.000Z\">2026-06-28</time>\n    </p>\n    <h2><a href=\"/essays/predicting-immunotherapy-toxicity/\">Predicting immunotherapy toxicity before it happens</a></h2><p>The data to flag who will develop immune-related toxicity is already in the chart; we just haven&#39;t been reading it for that.</p>\n  </li><li class=\"post-list-item\">\n    <p class=\"post-meta\">\n      <time datetime=\"2026-06-21T00:00:00.000Z\">2026-06-21</time>\n    </p>\n    <h2><a href=\"/essays/academic-industry-ai-partnerships/\">The academic-industry AI partnership that actually shipped</a></h2><p>Most academic-industry AI collaborations end in a data dump and a dead model; the ones that produce deployable work make a few structural choices on purpose.</p>\n  </li></ul>\n\n"
    },
    {
      "id": "https://osterman.co/essays/academic-industry-ai-partnerships/",
      "url": "https://osterman.co/essays/academic-industry-ai-partnerships/",
      "title": "The academic-industry AI partnership that actually shipped",
      "date_published": "2026-06-21T00:00:00.000Z",
      "summary": "What a five-year Vanderbilt Health and GE HealthCare oncology AI collaboration teaches about building partnerships that ship real, deployable models and IP.",
      "content_html": "<p>In 2019 my team at Vanderbilt University Medical Center and a group from GE\nHealthCare set out to predict who would benefit from immunotherapy and who\nwould be harmed by it. Five years later we had a body of peer-reviewed work,\nfiled international patents, and a model trained on routinely collected clinical\ndata, not a data dump rotting on a shared drive. I want to explain why, because\nthe difference was structural, not luck.</p>\n<p>I have sat on both sides of these deals. I have watched well-funded\nacademic-industry AI collaborations produce a press release, a single static\ndata transfer, and then nothing: no deployable model, no usable IP, no\npublication anyone cites. The failure mode is so common that my colleagues and\nI eventually wrote it up and presented it at ASCO: <em>Overcoming barriers in\nacademic-industry partnerships to improve predictive modeling in\nimmuno-oncology</em> (ASCO Annual Meeting, 2022). The short version is that the\nstandard contract structure is built to fail, and a few deliberate choices are\nwhat separate the collaborations that ship from the ones that stall.</p>\n<h2>The default structure is built to fail</h2>\n<p>The conventional academic-industry data deal looks tidy on paper. The academic\nmedical center signs a contract, exports a de-identified dataset, and hands it\nto the company's data scientists. The two sides then work in isolation. This is\nthe &quot;data dump,&quot; and it fails in four predictable ways.</p>\n<p>First, the data is static. Once it's transferred, it can't be refined, so the\ninevitable discrepancies (a lab value coded three different ways, a date that\nmeans admission in one feed and diagnosis in another) never get resolved.\nSecond, the model picks up artifacts that nobody flags, because the people who\nknow the clinic aren't in the room when the outputs are reviewed. Third, when\nsomeone finally wants to run the model on a real patient, they discover it\ndepends on manually curated fields that don't exist in the live record, so it\ncan't be deployed in the clinic it was built for. Fourth, and most corrosive\nover time: the clinicians aren't involved, so the academic partner gets nothing\nback except a check, and the relationship has no reason to continue.</p>\n<p>Every one of those failures comes from the same root cause: the two sides act\nin isolation. Fix the isolation, and you fix most of the rest.</p>\n<h2>What we did instead</h2>\n<p>The GE HealthCare Digital Precision Oncology collaboration ran from 2019 to\n2024, with me as principal investigator on the Vanderbilt Health side and Jan\nWolber leading on GE's. The teams were genuinely distributed (clinicians and\ncurators in the United States, modelers in Hungary and Germany), which made the\ndiscipline below non-optional rather than aspirational. Here is the recipe we\nactually used, the same one we laid out at ASCO in 2022:</p>\n<ul>\n<li><strong>Iterate on the data, don't dump it.</strong> Our clinical and curation experts met with the industry modelers to dynamically refine the de-identified datasets, reconciling structured data with manually curated data and resolving discrepancies rather than training on top of them.</li>\n<li><strong>Put clinicians in front of the model outputs.</strong> Practicing oncologists reviewed predictions specifically to catch artifacts and steer the final models. A radiologic or temporal artifact that looks like a signal to a modeler is often obvious to someone who has treated the disease.</li>\n<li><strong>Automate the curation you'll need at deployment.</strong> Our curators worked with in-house machine-learning people to build algorithms that automatically extracted natural-language elements from the EHR, so the model didn't quietly depend on hand-curation that would vanish the moment it left the lab.</li>\n<li><strong>Keep everyone in the same recurring meeting.</strong> Clinical and industry stakeholders met regularly with the modelers to keep the work pointed at something clinically and commercially useful, not just statistically tidy.</li>\n</ul>\n<p>None of that is exotic. It is mostly a refusal to let the two organizations\ndrift into separate workstreams that only meet at contract milestones.</p>\n<h2>The deployability constraint that made it real</h2>\n<p>The single most important decision we made was about the data the model was\nallowed to consume. We built against <em>routinely collected</em> EHR data, the stuff\nthat already exists for every patient as a byproduct of care, rather than a\nbespoke research cohort with hand-annotated features. That choice is annoying.\nRoutine data is messier, and you give up some apparent accuracy. But it is the\nonly choice that produces a model you can actually run in clinic, because a\nmodel that needs a pristine research cohort can only ever be demonstrated, never\ndeployed.</p>\n<p>The flagship result, <em>Prediction of Effectiveness and Toxicities of Immune\nCheckpoint Inhibitors Using Real-World Patient Data</em>\n(<a href=\"https://doi.org/10.1200/CCI.23.00207\">Lippenszky et al., <em>JCO Clinical Cancer Informatics</em>, 2024</a>),\nshowed it works. Using routine EHR data from more than 2,200 patients treated\nwith immune checkpoint inhibitors, we built models that predicted pneumonitis,\nhepatitis, colitis, and one-year overall survival, with AUCs in the mid-0.70s\n(roughly 0.73 to 0.76). Crucially, the models required no additional data\ncollection or documentation in the clinic. That last clause is the whole point.\nThe model fits the workflow that already exists.</p>\n<p>It was also deliberately pan-cancer. The cohort spanned melanoma, lung,\ngenitourinary, and other tumor types rather than chasing a single\nhigh-prevalence disease, because immunotoxicity is a cross-cutting problem and a\nmodel that only works in one cancer is a narrower asset for both partners.</p>\n<h2>Why the IP and the publications both happened</h2>\n<p>The structure produced two kinds of durable output at once, and that is not a\ncoincidence. Because clinicians were embedded in the modeling loop, the work was\npublishable: multiple peer-reviewed manuscripts came out of it, not just an\ninternal deck. And because the curation and model-generation methods were built\ndeliberately rather than improvised, they were patentable. The resulting U.S.\npatent on the model-generation framework names the inventors from both\ninstitutions together. Academic credit and commercial IP are usually treated as\na zero-sum trade. They aren't, if the work is structured so that the same\nactivity generates both.</p>\n<p>That joint inventorship is also the answer to the fourth failure mode above. The\nacademic partner got real intellectual output, the industry partner got\ndeployable methods and IP, and both had a reason to keep going. The\ncollaboration ended on schedule in 2024, but the line of research did not stop\nwith it. The methods and the questions it raised continue to shape how we bring\npredictive analytics into routine oncology decisions. Partnerships that ship\ntend to leave that kind of residue.</p>\n<h2>What to actually require if you're funding one of these</h2>\n<p>If you run strategy at a health system or at a company doing clinical AI, do not\nsign the data-transfer-only version of this deal. Write the structure into the\nagreement instead. Require recurring joint working sessions, not milestone\nhand-offs. Require that clinicians review model outputs as a deliverable, not a\ncourtesy. Require that the model be built against data that exists in the live\nrecord, and treat any dependence on hand-curated features as a deployment defect\nto be fixed before launch. And settle the publication and IP terms up front so\nthat academic credit and commercial ownership are designed to coexist rather\nthan compete.</p>\n<p>The full Digital Precision Oncology collaboration is documented as a\n<a href=\"/case-studies/digital-precision-oncology/\">case study</a>, and I've written more\nelsewhere about why the data layer underneath these models matters more than the\nmodels themselves. But the partnership lesson stands on its own. The\ncollaborations that produce deployable models and real IP are not the ones with\nthe biggest budgets or the cleanest data. They are the ones where the two sides\nrefuse to work in isolation, and build that refusal into the contract.</p>\n"
    },
    {
      "id": "https://osterman.co/collaborations/",
      "url": "https://osterman.co/collaborations/",
      "title": "Collaborations — Travis Osterman | Epic, Microsoft, GE, NCCN",
      "date_published": "2026-06-20T22:58:54.000Z",
      "summary": "Dr. Travis Osterman's industry partnerships - GE HealthCare, Epic, Microsoft, Tempus AI, nference, and NCCN - with public COI disclosures.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Corporate Collaborations</h1>\n  <p class=\"lede\">\n    Dr. Osterman maintains research, advisory, and standards-development\n    collaborations with the partners below. Engagements are tracked through\n    Vanderbilt Health's conflict-of-interest process and the CMS Open\n    Payments database, both linked publicly below. Consulting, advising, and\n    speaking engagements are managed through WSOR, LLC.\n  </p>\n</header>\n\n<ul class=\"project-grid project-grid--clickable\" role=\"list\">\n  <li class=\"project-card\">\n    \n    <p class=\"partner-logo-card\">\n      <img src=\"/assets/img/logos/ge-healthcare.svg\" alt=\"GE HealthCare logo\" height=\"36\" loading=\"lazy\" />\n    </p>\n    \n    <header class=\"project-card-head\">\n      <h2><a href=\"/collaborations/ge-healthcare/\">GE HealthCare</a></h2>\n      <span class=\"chip chip-public\">2019-2024</span>\n    </header>\n    <p>Five-year strategic research collaboration on predicting immune checkpoint inhibitor efficacy and toxicity from real-world EHR data. Dr. Osterman served as principal investigator on the flagship Digital Precision Oncology study.</p>\n    <p class=\"project-card-meta\">\n      3 publications ·\n      1 talks · 1 patent · 1 press</p>\n  </li>\n  <li class=\"project-card\">\n    \n    <header class=\"project-card-head\">\n      <h2><a href=\"/collaborations/epic/\">Epic</a></h2>\n      <span class=\"chip chip-public\">ongoing</span>\n    </header>\n    <p>Epic is the EHR platform anchoring Dr. Osterman&#39;s clinical informatics work. Multiple collaboration surfaces: the Adult Oncology Steering Committee, the Beacon Community Operations Group (founder), Epic Genomics Module, Epic AURA, and the AI-extracted oncology staging workflow in Epic Hyperspace.</p>\n    <p class=\"project-card-meta\">\n      1 publications ·\n      4 talks · 2 press</p>\n  </li>\n  <li class=\"project-card\">\n    \n    <p class=\"partner-logo-card\">\n      <img src=\"/assets/img/logos/microsoft.svg\" alt=\"Microsoft logo\" height=\"36\" loading=\"lazy\" />\n    </p>\n    \n    <header class=\"project-card-head\">\n      <h2><a href=\"/collaborations/microsoft/\">Microsoft</a></h2>\n      <span class=\"chip chip-public\">2020-present</span>\n    </header>\n    <p>Microsoft Investigator Fellow (2020) - a two-year, $200,000 award for scaling clinical informatics education across UME and GME via Azure-based virtualization. Continuing service on the Microsoft Azure Research Community Advisory Board on structured genomic data, FHIR research infrastructure, and the mCODE data standard.</p>\n    <p class=\"project-card-meta\">\n      1 publications ·\n      0 talks · 2 press</p>\n  </li>\n  <li class=\"project-card\">\n    \n    <p class=\"partner-logo-card\">\n      <img src=\"/assets/img/logos/tempus.svg\" alt=\"Tempus AI logo\" height=\"36\" loading=\"lazy\" />\n    </p>\n    \n    <header class=\"project-card-head\">\n      <h2><a href=\"/collaborations/tempus-ai/\">Tempus AI</a></h2>\n      <span class=\"chip chip-public\">ongoing</span>\n    </header>\n    <p>Multi-year partnership with Tempus AI spanning three workstreams: structured electronic integration of genomic results into clinical workflows, digital pathology, and multi-omic discovery infrastructure.</p>\n    <p class=\"project-card-meta\">\n      0 publications ·\n      1 talks</p>\n  </li>\n  <li class=\"project-card\">\n    \n    <p class=\"partner-logo-card\">\n      <img src=\"/assets/img/logos/nference.svg\" alt=\"nference logo\" height=\"36\" loading=\"lazy\" />\n    </p>\n    \n    <header class=\"project-card-head\">\n      <h2><a href=\"/collaborations/nference/\">nference</a></h2>\n      <span class=\"chip chip-public\">2023-present</span>\n    </header>\n    <p>Vanderbilt Health&#39;s partnership with nference reduces the friction of accessing clinical data for research while preserving privacy and regulatory compliance. Formalized in a 2023 agreement.</p>\n    <p class=\"project-card-meta\">\n      1 publications ·\n      4 talks</p>\n  </li>\n  <li class=\"project-card\">\n    \n    <p class=\"partner-logo-card\">\n      <img src=\"/assets/img/logos/nccn.png\" alt=\"NCCN logo\" height=\"36\" loading=\"lazy\" />\n    </p>\n    \n    <header class=\"project-card-head\">\n      <h2><a href=\"/collaborations/nccn/\">NCCN</a></h2>\n      <span class=\"chip chip-public\">ongoing</span>\n    </header>\n    <p>Member of the NCCN Digital Oncology Forum and an active voice across NCCN policy and clinical channels. Featured AI keynote speaker at the 2026 NCCN Annual Conference and the NCCN AI policy summit.</p>\n    <p class=\"project-card-meta\">\n      6 publications ·\n      9 talks</p>\n  </li>\n</ul>\n\n<section id=\"disclosures\" class=\"disclosures\">\n  <h2>Disclosures</h2>\n  <p>\n    These collaborations are publicly disclosed through two independent records.\n    The CMS Open Payments record is required of every U.S. physician under the\n    Physician Payments Sunshine Act; the ASCO COI record is voluntary.\n  </p>\n  <ul>\n    <li><strong>ASCO COI disclosure</strong> - <a href=\"https://coi.asco.org/share/JAR-DHX7/Travis%20Osterman\">coi.asco.org/share/JAR-DHX7/Travis Osterman</a></li>\n    <li><strong>CMS Open Payments (Sunshine Act)</strong> - <a href=\"https://openpaymentsdata.cms.gov/physician/1291957\">openpaymentsdata.cms.gov/physician/1291957</a></li>\n  </ul>\n</section>\n\n<section id=\"inquiries\" class=\"inquiries\">\n  <h2>Inquiries</h2>\n  <p>\n    Consulting, advising, and speaking engagements are managed through\n    <a href=\"https://wsor.net\">WSOR, LLC</a>.\n    The WSOR site is the right intake for new engagements.\n  </p>\n</section>\n\n<p class=\"see-also\">\n  Related: <a href=\"/leadership/\">leadership roles</a> ·\n  <a href=\"/expertise/\">domains of expertise</a> ·\n  <a href=\"/research/\">peer-reviewed work</a> ·\n  <a href=\"/press/#now\">what's active right now</a>.\n</p>\n"
    },
    {
      "id": "https://osterman.co/case-studies/digital-precision-oncology/",
      "url": "https://osterman.co/case-studies/digital-precision-oncology/",
      "title": "Predicting immunotherapy efficacy and toxicity from real-world data",
      "date_published": "2026-06-20T22:58:54.000Z",
      "summary": "The GE HealthCare Digital Precision Oncology collaboration (2019-2024): ML on real-world EHR data to predict immunotherapy outcomes. Three papers and a patent.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Digital Precision Oncology with GE HealthCare</h1>\n  <p class=\"lede\">\n    A five-year strategic research collaboration on predicting immune\n    checkpoint inhibitor effectiveness and toxicities from real-world\n    electronic-health-record data. Travis Osterman served as principal\n    investigator on the flagship study; the program produced three\n    peer-reviewed manuscripts, multiple abstracts, and a patent.\n  </p>\n</header>\n\n<h2 id=\"problem\">The clinical problem</h2>\n\n<p>\n  Immune checkpoint inhibitors (ICIs) have transformed cancer care. They\n  allow subgroups of patients with previously incurable disease to have\n  longer, higher-quality lives. They also carry the risk of severe\n  immune-related adverse events: hepatitis, colitis, and pneumonitis,\n  some of which are life-threatening and any of which forces\n  discontinuation of an otherwise-working therapy. Oncologists make the\n  treatment decision without a clean way to predict who will respond and\n  who will be harmed. A personalized risk-benefit profile - generated\n  <em>before</em> the first dose - would improve safety, extend treatment\n  duration for responders, and improve clinical trial cohort selection.\n</p>\n\n<h2 id=\"partnership\">The partnership</h2>\n\n<p>\n  In 2019 Vanderbilt and GE HealthCare announced a five-year strategic\n  research collaboration centered on this problem\n  (<a href=\"https://www.dotmed.com/news/story/45790\">dotmed.com,\n  January 2019</a>). The Digital Precision Oncology study was the\n  flagship: Dr. Osterman as principal investigator from Vanderbilt; Jan\n  Wolber leading on the GE HealthCare side; multi-disciplinary teams on\n  both sides spanning medical oncology, radiochemistry, biostatistics,\n  bioinformatics, and machine learning. The collaboration ran through\n  2024.\n</p>\n\n<h2 id=\"approach\">The approach</h2>\n\n<p>\n  The team built a machine-learning framework using real-world clinical\n  data already living in the Vanderbilt electronic health record:\n  baseline labs, comorbidities, prior treatments, demographics, and\n  imaging. The cohort grew over the course of the program; the JCO CCI\n  2024 flagship paper drew on more than 2,200 patients treated with ICIs.\n  Models predicted both efficacy (one-year overall survival) and three\n  major immunotoxicities (hepatitis, colitis, pneumonitis) using only\n  pre-treatment data, generating per-patient risk-benefit profiles. The\n  technical framing was deliberately conservative: short medical-history\n  windows, careful validation, clinically interpretable features over\n  black-box embeddings.\n</p>\n\n<h2 id=\"results\">The published results</h2>\n\n<p>\n  The flagship paper, <em>Prediction of Effectiveness and Toxicities of\n  Immune Checkpoint Inhibitors Using Real-World Patient Data</em>\n  (<a href=\"https://doi.org/10.1200/CCI.23.00207\">Lippenszky et al.,\n  <em>JCO Clinical Cancer Informatics</em>, 2024</a>), demonstrated that\n  routinely-collected EHR data is enough to build clinically useful\n  prediction models - across both efficacy and toxicity, without bespoke\n  biomarker panels or unstructured-data extraction pipelines.\n</p>\n\n<figure class=\"case-figure\">\n  <picture><source type=\"image/avif\" srcset=\"/assets/img/opt/WgP4M-HPQX-360.avif 360w, /assets/img/opt/WgP4M-HPQX-720.avif 720w, /assets/img/opt/WgP4M-HPQX-1080.avif 1080w, /assets/img/opt/WgP4M-HPQX-3538.avif 3538w\" sizes=\"(min-width: 760px) 720px, 100vw\"><source type=\"image/webp\" srcset=\"/assets/img/opt/WgP4M-HPQX-360.webp 360w, /assets/img/opt/WgP4M-HPQX-720.webp 720w, /assets/img/opt/WgP4M-HPQX-1080.webp 1080w, /assets/img/opt/WgP4M-HPQX-3538.webp 3538w\" sizes=\"(min-width: 760px) 720px, 100vw\"><img src=\"/assets/img/opt/WgP4M-HPQX-360.png\" alt=\"Slide showing the US training cohort of approximately 2,200 patients, a German external evaluation cohort of approximately 4,250 patients, and tables of AUC scores at multiple time horizons for overall survival and hepatitis prediction, with donut charts showing the percentage of training-cohort performance retained on the external cohort.\" loading=\"lazy\" decoding=\"async\" width=\"3538\" height=\"1227\" srcset=\"/assets/img/opt/WgP4M-HPQX-360.png 360w, /assets/img/opt/WgP4M-HPQX-720.png 720w, /assets/img/opt/WgP4M-HPQX-1080.png 1080w, /assets/img/opt/WgP4M-HPQX-3538.png 3538w\" sizes=\"(min-width: 760px) 720px, 100vw\"></picture>\n  <figcaption>\n    From Dr. Osterman's talk <em>Prediction of immune checkpoint inhibitor\n    outcome and side effects by use of machine learning and routine\n    real-world data</em>, ESMO Immuno-Oncology Annual Congress, Geneva,\n    December 2024. US training cohort (~2,200 patients) and German external\n    evaluation cohort (~4,250 patients); AUC scores at 100 days / 1 year /\n    3 years for overall survival and at 6 weeks / 90 days / 1 year for\n    hepatitis. Models retained a substantial fraction of training-cohort\n    performance on the external cohort - the validation result that made\n    the approach credible beyond a single institution.\n  </figcaption>\n</figure>\n\n<p>\n  An imaging companion paper followed in 2025. <em>Radiomics and Deep\n  Learning Prediction of Immunotherapy-Induced Pneumonitis From Computed\n  Tomography</em> (<a href=\"https://doi.org/10.1200/CCI-24-00198\">Smith et\n  al., <em>JCO CCI</em>, 2025</a>) extended the framework to imaging:\n  2,700 pre-treatment thorax CT volumes for hundreds of patients, with\n  radiomic features and deep-learning models predicting which patients\n  would later develop ICI-induced pneumonitis. External validation across\n  multi-center pan-cancer cohorts was reported at SITC in 2023 (Kiss,\n  Lippenszky et al.,\n  <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">abstract 1294</a>).\n</p>\n\n<p>\n  The patent <em>Model generation apparatus for therapeutic prediction\n  and associated methods and models</em> (Wolber, Csernai, Kiss,\n  Lippenszky, Horváth, Osterman, Park, Smith, Fabbri, LeNoue-Newton,\n  Mittendorf) captures the underlying framework.\n</p>\n\n<h2 id=\"volume\">Total output</h2>\n\n<ul>\n  <li>4 peer-reviewed manuscripts</li>\n  <li>8 published abstracts</li>\n  <li>12 conference presentations across ASCO, SITC, and ASCO GI</li>\n  <li>1 patent on the model-generation framework</li>\n</ul>\n\n<p>\n  Beyond the published record, the work was covered by ASCO Daily News\n  in two pieces and a podcast, and by\n  <a href=\"https://www.precisionmedicineonline.com/oncology/ge-healthcare-vanderbilt-explore-use-ai-predict-immunotherapy-toxicity-efficacy\">Precision\n  Medicine Online</a> in November 2023.\n</p>\n\n<h2 id=\"next\">What comes next</h2>\n\n<p>\n  The collaboration ended in 2024 as planned, but the line of research\n  continues. Models for ICI-induced hepatitis and colitis are in active\n  development. The clinical insight - that routinely collected EHR data\n  carries enough signal to generate a meaningful risk-benefit profile\n  before the first dose - is now part of a broader research program at\n  Vanderbilt-Ingram on bringing predictive analytics into routine\n  oncology decision-making.\n</p>\n\n<h2 id=\"lesson\">The lesson</h2>\n\n<p>\n  The Digital Precision Oncology program is what happens when a careful\n  clinical question gets paired with real-world EHR data, conservative\n  machine-learning methodology, and multi-year institutional commitment.\n  No one paper changed practice. The cumulative work made it credible\n  that pre-treatment risk-benefit prediction for immunotherapy is\n  achievable from the data that already exists in every cancer center's\n  EHR. That credibility is what's required before any of this lands at\n  the bedside.\n</p>\n\n<h2 id=\"works\">Cited works</h2>\n\n<ol class=\"biblio\">\n  <li>\n    Lippenszky L, Mittendorf KF, Kiss Z, LeNoue-Newton ML, Napan-Molina P,\n    Rahman P, Ye C, Laczi B, Csernai E, Jain NM, Holt ME, Maxwell CN,\n    Ball M, Ma Y, Mitchell MB, Johnson DB, Smith DS, Park BH, Micheel CM,\n    Fabbri D, Wolber J, Osterman TJ.\n    <a href=\"https://doi.org/10.1200/CCI.23.00207\">Prediction of\n    Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using\n    Real-World Patient Data</a>.\n    <em>JCO Clinical Cancer Informatics</em> 2024.\n  </li>\n  <li>\n    Smith DS, Lippenszky L, LeNoue-Newton ML, Jain NM, Mittendorf KF,\n    Micheel CM, Cella PA, Wolber J, Osterman TJ.\n    <a href=\"https://doi.org/10.1200/CCI-24-00198\">Radiomics and Deep\n    Learning Prediction of Immunotherapy-Induced Pneumonitis From\n    Computed Tomography</a>.\n    <em>JCO Clinical Cancer Informatics</em> 2025.\n  </li>\n  <li>\n    Kiss Z, Lippenszky L, Laczi B, Napan-Molina P, Csernai E, Brehmer A,\n    Kim M, Keyl J, Siveke J, Meyer M, Grünwald V, Kasper S, Roesch A,\n    Schuler M, Osterman T, Wolber J, Kleesiek J.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">External\n    validation of machine learning models to predict efficacy and\n    toxicity of immune checkpoint inhibitors using real-world pan cancer\n    cohorts</a>.\n    <em>SITC</em> 2023, abstract 1294.\n  </li>\n  <li>\n    Wolber J, Csernai EK, Kiss Z, Lippenszky L, Horváth G, Osterman T,\n    Park BH, Smith DS, Fabbri D, LeNoue-Newton ML, Mittendorf K.\n    <em>Model generation apparatus for therapeutic prediction and\n    associated methods and models</em>. Patent.\n  </li>\n</ol>\n\n<p class=\"see-also\">\n  Related: <a href=\"/collaborations/ge-healthcare/\">GE HealthCare collaboration entry</a> ·\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology - efficacy and toxicity prediction</a> ·\n  <a href=\"/case-studies/ai-in-oncology/\">AI in oncology (case study)</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/press/",
      "url": "https://osterman.co/press/",
      "title": "Press Kit — Travis Osterman | Bios, Headshots, Coverage",
      "date_published": "2026-06-19T03:42:11.000Z",
      "summary": "Press kit for Dr. Travis Osterman - bios, headshots, key facts, and coverage in Fox News, ASCO Daily News, JNCCN, and Microsoft Customer Stories.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Press</h1>\n  <p class=\"lede\">\n    Press kit and press coverage for journalists, event organizers, and\n    researchers. Bios and headshots are cleared for verbatim use; the\n    coverage list is auto-updated from the same source-of-truth library\n    that drives the rest of the site.\n  </p>\n</header>\n\n<nav class=\"toc\" aria-label=\"On this page\">\n  <strong>On this page</strong>\n  <ul>\n    <li><a href=\"#bios\">Bios</a></li>\n    <li><a href=\"#headshots\">Headshots</a></li>\n    <li><a href=\"#key-facts\">Key facts</a></li>\n    <li><a href=\"#frequent-topics\">Topics</a></li>\n    <li><a href=\"#now\">Now</a></li>\n    <li><a href=\"#in-the-news\">In the news (24)</a></li>\n    <li><a href=\"#press-contact\">Press contact</a></li>\n  </ul>\n</nav>\n\n<h2 id=\"bios\">Bios</h2>\n\n<section class=\"press-bio\" id=\"bio-short\">\n  <header class=\"press-bio-head\">\n    <h3>Short <span class=\"press-meta\">~75 words</span></h3>\n  </header>\n  <p>\n    Dr. Travis Osterman is a practicing medical oncologist and informatician\n    at Vanderbilt University Medical Center, where he serves as Associate\n    Vice President for Research Informatics. He chairs the minimal Common\n    Oncology Data Elements (mCODE™) Executive Committee, an international\n    cancer data standard implemented at more than 70 institutions across\n    six countries and the only method of submitting data to CMS' Enhancing\n    Oncology Model. He is board certified in medical oncology and clinical\n    informatics.\n  </p>\n</section>\n\n<section class=\"press-bio\" id=\"bio-medium\">\n  <header class=\"press-bio-head\">\n    <h3>Medium <span class=\"press-meta\">~180 words</span></h3>\n  </header>\n  <p>\n    Dr. Travis Osterman is a practicing medical oncologist and informatician,\n    Associate Vice President for Research Informatics at Vanderbilt\n    University Medical Center, and Director of Cancer Clinical Informatics\n    at the Vanderbilt-Ingram Cancer Center. He is board certified in\n    medical oncology and clinical informatics.\n  </p>\n  <p>\n    At Vanderbilt, Dr. Osterman leads the Clinical Genomics Workstream and\n    has led the effort to make structured genomic data more accessible for\n    patient care and research; under his leadership, Vanderbilt's\n    electronic health record contains more structured genomic data than any\n    other institution in the United States.\n  </p>\n  <p>\n    Nationally, Dr. Osterman chairs the minimal Common Oncology Data\n    Elements (mCODE™) Executive Committee. mCODE is implemented at more\n    than 70 institutions across six countries and serves as the only method\n    of submitting data to CMS' Enhancing Oncology Model. He advises\n    Microsoft, Epic, Tempus AI, and the National Comprehensive Cancer\n    Network, and founded the Epic Beacon Community Operations Group.\n  </p>\n</section>\n\n<section class=\"press-bio\" id=\"bio-long\">\n  <header class=\"press-bio-head\">\n    <h3>Long <span class=\"press-meta\">see /about/</span></h3>\n  </header>\n  <p>\n    The full bio, including origin and career arc, lives at\n    <a href=\"/about/\">/about/</a>. For a downloadable version, request via\n    the <a href=\"/contact/\">contact form</a>.\n  </p>\n</section>\n\n<h2 id=\"headshots\">Headshots</h2>\n\n<p>\n  All headshots are cleared for editorial use. Right-click and \"Save\n  image as\" to download, or use the direct links.\n</p>\n\n<ul class=\"press-images\">\n  <li>\n    <a href=\"/assets/img/osterman-headshot.jpg\">\n      <img src=\"/assets/img/osterman-headshot-400.jpg\"\n           srcset=\"/assets/img/osterman-headshot-400.jpg 400w, /assets/img/osterman-headshot.jpg 800w\"\n           sizes=\"160px\"\n           alt=\"Square portrait of Travis Osterman\"\n           width=\"160\" height=\"160\" loading=\"lazy\" />\n    </a>\n    <p>\n      <strong>Square portrait</strong><br>\n      800 &times; 800 JPG<br>\n      <a href=\"/assets/img/osterman-headshot.jpg\">Download (800px)</a> ·\n      <a href=\"/assets/img/osterman-headshot-400.jpg\">Download (400px)</a>\n    </p>\n  </li>\n  <li>\n    <a href=\"/assets/img/og-card.jpg\">\n      <img src=\"/assets/img/og-card.jpg\"\n           alt=\"Social card with portrait and tagline\"\n           width=\"280\" height=\"147\" loading=\"lazy\" />\n    </a>\n    <p>\n      <strong>Social card</strong><br>\n      1200 &times; 630 JPG<br>\n      <a href=\"/assets/img/og-card.jpg\">Download</a>\n    </p>\n  </li>\n</ul>\n\n<h2 id=\"key-facts\">Key facts</h2>\n\n<ul class=\"key-facts\">\n  <li><strong>Name &amp; post-nominals:</strong> Travis Osterman, DO, MS, FAMIA, FASCO</li>\n  <li><strong>Roles:</strong> Associate Vice President for Research Informatics and Associate Chief Medical Information Officer, Vanderbilt University Medical Center; Ingram Associate Professor of Cancer Research; Director of Cancer Clinical Informatics, Vanderbilt-Ingram Cancer Center; Chair, mCODE Executive Committee</li>\n  <li><strong>Board certifications:</strong> Medical Oncology (ABIM, 2016); Clinical Informatics (ABPM, 2016)</li>\n  <li><strong>Fellowships:</strong> American Society of Clinical Oncology (FASCO, 2023); American Medical Informatics Association (FAMIA, 2019)</li>\n  <li><strong>mCODE scale:</strong> more than 70 institutions across six countries; only method of submitting data to CMS' Enhancing Oncology Model</li>\n  <li><strong>Vanderbilt genomic data:</strong> more structured genomic data in the electronic health record than any other institution in the United States</li>\n  <li><strong>Disclosures:</strong> <a href=\"https://coi.asco.org/share/JAR-DHX7/Travis%20Osterman\">ASCO COI</a>; <a href=\"https://openpaymentsdata.cms.gov/physician/1291957\">CMS Open Payments</a></li>\n</ul>\n\n<h2 id=\"frequent-topics\">Topics most frequently covered</h2>\n\n<ul>\n  <li>The mCODE oncology data standard and its role in CMS' Enhancing Oncology Model</li>\n  <li>Structured genomic data integration into the electronic health record</li>\n  <li>Artificial intelligence in oncology - efficacy and toxicity prediction</li>\n  <li>Interoperability and EHR governance for cancer care</li>\n  <li>Clinical informatics education for medical students and residents</li>\n  <li>Lung cancer screening and real-world data</li>\n</ul>\n\n<h2 id=\"now\">Now</h2>\n\n<p>\n  Recent activity across publications, invited talks, scientific meetings,\n  and press - auto-generated from the same source-of-truth library that\n  drives <a href=\"/research/\">/research/</a> and\n  <a href=\"/speaking/\">/speaking/</a>. Last updated:\n  <time datetime=\"2026-09-06T08:30:16Z\">2026-09-06</time>.\n</p>\n\n<div class=\"now\">\n\n\n\n<h3 id=\"recent\">Recent activity (last 12 months)</h3>\n\n<ol class=\"biblio\">\n  <li>\n    <span class=\"now-type\">Peer-reviewed publication</span>\n    \n    <a href=\"https://doi.org/10.1186/s12885-026-16854-x\">The CAUSAL study: a prospective cohort of sarcoma survivors across the lifespan</a>. <em>BMC Cancer</em>.\n    <small class=\"date\">Aug 27, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Peer-reviewed publication</span>\n    \n    <a href=\"https://jnccn.org/view/journals/jnccn/24/Supplement/article-p61.xml\">Harnessing Artificial Intelligence to Improve Oncology Care</a>. <em>Journal of the National Comprehensive Cancer Network</em>.\n    <small class=\"date\">May 20, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Invited talk</span>\n    <em>HL7 International Working Group Meeting (Europe)</em>: \n    \"mCODE Overview and Current State\".\n    <small class=\"date\">May 18, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Invited talk</span>\n    <em>Vanderbilt Lecture Series CME</em> (Nashville, Tennessee): \n    \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\".\n    <small class=\"date\">May 7, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Abstract</span>\n    \n    <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>. <em>Cancer Research</em>.\n    <small class=\"date\">Apr 17, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Abstract</span>\n    \n    <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>. <em>Cancer Research</em>.\n    <small class=\"date\">Apr 15, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Invited talk</span>\n    <em>2026 NCCN Annual Conference</em> (Orlando, Florida): \n    \"Harnessing Artificial Intelligence to Improve Oncology Care\".\n    <small class=\"date\">Mar 28, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Invited talk</span>\n    <em>NASEM Workshop: Policy Issues for Integrating Artificial Intelligence in Cancer Research and Care</em> (Washington, DC): \n    \"AI in Cancer Care: 2 Wins, 2 Current Challenges\".\n    <small class=\"date\">Mar 9, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Invited talk</span>\n    <em>Jackson-Madison County General Hospital</em> (Jackson, Tennessee): \n    \"An Update on the Use of AI in Clinical Practice\".\n    <small class=\"date\">Mar 6, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Invited talk</span>\n    <em>Blanchfield Army Community Hospital</em> (Fort Campbell, Kentucky (virtual)): \n    \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\".\n    <small class=\"date\">Feb 10, 2026</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Peer-reviewed publication</span>\n    \n    <a href=\"https://pmc.ncbi.nlm.nih.gov/articles/PMC12782282/\">SmokeBERT and Beyond: Bridging Clinical Narratives and Structured Smoking Data To Improve Lung Cancer Screening</a>. <em>JCO clinical cancer informatics</em>.\n    <small class=\"date\">Dec 22, 2025</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Invited talk</span>\n    \n    \"Leveraging Data to Day-to-Day Improvements\".\n    <small class=\"date\">Oct 31, 2025</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Peer-reviewed publication</span>\n    \n    <a href=\"https://www.sciencedirect.com/science/article/pii/S0360301625063862\">Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy</a>. <em>International Journal of Radiation Oncology*Biology*Physics</em>.\n    <small class=\"date\">Oct 24, 2025</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Peer-reviewed publication</span>\n    \n    <a href=\"https://www.nature.com/articles/s43856-025-01116-x\">Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research</a>. <em>Communications Medicine</em>.\n    <small class=\"date\">Oct 15, 2025</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Patent</span>\n    \n    <a href=\"https://patents.google.com/patent/US20250292904A1/en\">Model generation apparatus for therapeutic prediction and associated methods and models</a>.\n    <small class=\"date\">Sep 18, 2025</small>\n  </li>\n  <li>\n    <span class=\"now-type\">Scientific meeting presentation</span>\n    <em>The Evolving Artificial Intelligence Landscape in Cancer Care</em>: \n    \"AI and the Cancer Journey: Navigating New Frontiers in Policy and Technology\".\n    <small class=\"date\">Sep 9, 2025</small>\n  </li>\n</ol>\n\n\n</div>\n\n<h2 id=\"in-the-news\">In the news</h2>\n\n<p class=\"press-coverage-intro\">\n  External coverage by independent publications. 24 items.\n  Last updated: <time datetime=\"2026-09-06T08:30:16Z\">2026-09-06</time>.\n</p>\n\n\n    <h3 id=\"press-2024\">2024</h3>\n    <ol class=\"biblio\">\n      <li>\n        <a href=\"https://www.foxnews.com/health/ai-could-predict-whether-cancer-treatments-will-work-experts-exciting-time-medicine\">AI could predict whether cancer treatments will work, experts say | Fox News</a>\n        .\n        <small class=\"date\">Apr 23, 2024</small>\n      </li>\n      <li>\n        <a href=\"https://www.techtarget.com/searchhealthit/answer/How-mCODE-is-Driving-EHR-Interoperability-for-Cancer-Research\">How mCODE is Driving EHR Interoperability for Cancer Research | TechTarget</a>\n         · <em>Health IT and EHR</em>.\n        <small class=\"date\">Jan 17, 2024</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"press-2023\">2023</h3>\n    <ol class=\"biblio\">\n      <li>\n        <a href=\"https://www.precisionmedicineonline.com/precision-oncology/ge-healthcare-vanderbilt-explore-use-ai-predict-immunotherapy-toxicity-efficacy\">GE Healthcare, Vanderbilt Explore Use of AI to Predict Immunotherapy Toxicity, Efficacy</a>\n         · <em>Precision Medicine Online</em>.\n        <small class=\"date\">Nov 27, 2023</small>\n      </li>\n      <li>\n        <a href=\"https://news.vumc.org/2023/06/21/three-vanderbilt-physicians-named-asco-fellows/\">Three Vanderbilt physicians named ASCO fellows</a>\n        .\n        <small class=\"date\">Jun 21, 2023</small>\n      </li>\n      <li>\n        <a href=\"https://discoveries.vanderbilthealth.com/2023/02/genomic-data-advances-precision-oncology/\">Discoveries in Medicine - Genomic Data Advances Precision Oncology</a>\n         · <em>Discoveries in Medicine</em>.\n        <small class=\"date\">Feb 22, 2023</small>\n      </li>\n      <li>\n        <a href=\"https://www.hcinnovationgroup.com/clinical-it/learning-health-systems-research/news/53012978/vanderbiltingram-cancer-center-participating-in-ascos-cancerlinq\">Vanderbilt-Ingram Cancer Center Participating in ASCO’s CancerLinQ</a>\n         · <em>Healthcare Innovation</em>.\n        <small class=\"date\">Feb 21, 2023</small>\n      </li>\n    </ol>\n  \n\n\n\n  <h3 id=\"press-older\">3+ years</h3>\n  <ol class=\"biblio\">\n    <li>\n      <a href=\"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/article/21279492/vanderbilt-sees-downstream-benefits-from-integrating-genomic-results-into-ehr\">Vanderbilt Sees Downstream Benefits From Integrating Genomic Results Into EHR</a>\n       · <em>Healthcare Innovation</em>.\n      <small class=\"date\">Sep 1, 2022</small>\n    </li>\n    <li>\n      <a href=\"https://news.vumc.org/2022/08/02/targeted-cancer-drug-pregnancy/\">Targeted cancer drug during pregnancy</a>\n       · <em>Vanderbilt University</em>.\n      <small class=\"date\">Aug 2, 2022</small>\n    </li>\n    <li>\n      <a href=\"https://customers.microsoft.com/en-us/story/1394703347021361603-dr-travis-osterman-microsoft-investigator-fellow-higher-education-azure-en-united-states\">Microsoft Investigator Fellow Dr. Travis Osterman uses Azure to support lung cancer treatment protocols</a>\n       · <em>Microsoft Customers Stories</em>.\n      <small class=\"date\">Jul 23, 2021</small>\n    </li>\n    <li>\n      <a href=\"https://t.e2ma.net/message/liyyaf/12cgjjq\">DBMI Digest, Volume 1</a>\n      .\n      <small class=\"date\">Mar 5, 2021</small>\n    </li>\n    <li>\n      <a href=\"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/news/21212890/vanderbilt-preparing-to-implement-epic-genomics-module\">Vanderbilt Preparing to Implement Epic Genomics Module</a>\n       · <em>Healthcare Innovation</em>.\n      <small class=\"date\">Mar 4, 2021</small>\n    </li>\n    <li>\n      <a href=\"https://momentum.vicc.org/2021/03/molecular-automation/\">Molecular Automation</a>\n       · <em>VICC Momentum</em>.\n      <small class=\"date\">Mar 1, 2021</small>\n    </li>\n    <li>\n      <a href=\"https://news.vumc.org/2021/02/04/process-ensures-follow-up-of-incidental-radiology-findings/\">Process ensures follow-up of incidental radiology findings</a>\n       · <em>VUMC News</em>.\n      <small class=\"date\">Feb 4, 2021</small>\n    </li>\n    <li>\n      <a href=\"https://news.vumc.org/2019/11/07/vumcs-osterman-awarded-microsoft-investigator-fellowship/\">VUMC’s Osterman awarded Microsoft Investigator Fellowship</a>\n       · <em>VUMC News</em>.\n      <small class=\"date\">Nov 7, 2019</small>\n    </li>\n    <li>\n      <a href=\"https://dailynews.ascopubs.org/do/10.1200/ADN.19.190192/full/\">CancerLinQ®: Current Achievements and Future Opportunities</a>\n       · <em>ASCO Daily News</em>.\n      <small class=\"date\">Apr 24, 2019</small>\n    </li>\n    <li>\n      <a href=\"http://lifesciences.ge/Ibfm50pDpJK\">The immunotherapy hurdle –  and why doctors could soon predict how each patient will respond</a>\n      .\n      <small class=\"date\">Apr 9, 2019</small>\n    </li>\n    <li>\n      \"ASCO Annual Meeting Trainee &amp; Early-Career Oncologist Member Lounge Preview\"\n       · <em>ASCO Daily News</em>.\n      <small class=\"date\">Feb 14, 2019</small>\n    </li>\n    <li>\n      <a href=\"https://www.vumc.org/radiology/news-announcements/sandler-osterman-awarded-50000-vicc-ambassadors-grant\">Sandler, Osterman Awarded $50,000 VICC Ambassadors Grant | Department of Radiology</a>\n       · <em>VUMC Reporter</em>.\n      <small class=\"date\">Feb 7, 2019</small>\n    </li>\n    <li>\n      <a href=\"https://www.dotmed.com/news/story/45816\">GE and VUMC partner to make cancer immunotherapy safer and more precise</a>\n       · <em>dotmed.com</em>.\n      <small class=\"date\">Jan 8, 2019</small>\n    </li>\n    <li>\n      <a href=\"http://news.vumc.org/2018/11/15/one-year-after-estar-go-live/\">One year after Go Live, focus remains on advancing eStar</a>\n       · <em>VUMC Reporter</em>.\n      <small class=\"date\">Nov 15, 2018</small>\n    </li>\n    <li>\n      \"How to Improve Your Practice Using ASCO University® Resources\"\n       · <em>ASCO Daily News</em>.\n      <small class=\"date\">Jun 2, 2018</small>\n    </li>\n    <li>\n      <a href=\"https://ascoai.org/articles/2026/06/navigating-ai-use-for-improving-oncology-care/\">Navigating AI Use for Improving Oncology Care—Challenges, Regulation, and Opportunities</a>\n       · <em>ASCO AI in Oncology</em>.\n      \n    </li>\n    <li>\n      <a href=\"https://dailynews.ascopubs.org/doi/10.1200/ADN.24.201700\">Machine Learning Model Could Help Predict Risk-Benefit of Immune Checkpoint Inhibitors</a>\n       · <em>ASCO Daily News</em>.\n      \n    </li>\n    <li>\n      <a href=\"https://dailynews.ascopubs.org/doi/10.1200/ADN.24.0318\">Podcast: New Machine Learning Framework Uses EHR Data to Assess ICI Effectiveness, Toxicity</a>\n       · <em>ASCO Daily News</em>.\n      \n    </li>\n  </ol>\n\n\n<h2 id=\"press-contact\">Press contact</h2>\n\n<p>\n  Interview requests, quotes, and other press inquiries: please use the\n  <a href=\"/contact/\">contact form</a> with subject line beginning \"Press\".\n  For event organizers and speaking inquiries, see\n  <a href=\"/speaking/\">/speaking/</a> and\n  <a href=\"https://wsor.net\">WSOR, LLC</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"ItemList\",\n  \"name\": \"Press coverage of Travis Osterman\",\n  \"numberOfItems\": 24,\n  \"itemListElement\": [{\n      \"@type\": \"ListItem\",\n      \"position\": 1,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"AI could predict whether cancer treatments will work, experts say | Fox News\",\n        \"datePublished\": \"2024-04-23\",\n        \"url\": \"https://www.foxnews.com/health/ai-could-predict-whether-cancer-treatments-will-work-experts-exciting-time-medicine\",\n        \"mainEntityOfPage\": \"https://www.foxnews.com/health/ai-could-predict-whether-cancer-treatments-will-work-experts-exciting-time-medicine\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 2,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"How mCODE is Driving EHR Interoperability for Cancer Research | TechTarget\",\n        \"datePublished\": \"2024-01-17\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"Health IT and EHR\" },\n        \"url\": \"https://www.techtarget.com/searchhealthit/answer/How-mCODE-is-Driving-EHR-Interoperability-for-Cancer-Research\",\n        \"mainEntityOfPage\": \"https://www.techtarget.com/searchhealthit/answer/How-mCODE-is-Driving-EHR-Interoperability-for-Cancer-Research\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 3,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"GE Healthcare, Vanderbilt Explore Use of AI to Predict Immunotherapy Toxicity, Efficacy\",\n        \"datePublished\": \"2023-11-27\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"Precision Medicine Online\" },\n        \"url\": \"https://www.precisionmedicineonline.com/precision-oncology/ge-healthcare-vanderbilt-explore-use-ai-predict-immunotherapy-toxicity-efficacy\",\n        \"mainEntityOfPage\": \"https://www.precisionmedicineonline.com/precision-oncology/ge-healthcare-vanderbilt-explore-use-ai-predict-immunotherapy-toxicity-efficacy\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 4,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Three Vanderbilt physicians named ASCO fellows\",\n        \"datePublished\": \"2023-06-21\",\n        \"url\": \"https://news.vumc.org/2023/06/21/three-vanderbilt-physicians-named-asco-fellows/\",\n        \"mainEntityOfPage\": \"https://news.vumc.org/2023/06/21/three-vanderbilt-physicians-named-asco-fellows/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 5,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Discoveries in Medicine - Genomic Data Advances Precision Oncology\",\n        \"datePublished\": \"2023-02-22\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"Discoveries in Medicine\" },\n        \"url\": \"https://discoveries.vanderbilthealth.com/2023/02/genomic-data-advances-precision-oncology/\",\n        \"mainEntityOfPage\": \"https://discoveries.vanderbilthealth.com/2023/02/genomic-data-advances-precision-oncology/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 6,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Vanderbilt-Ingram Cancer Center Participating in ASCO’s CancerLinQ\",\n        \"datePublished\": \"2023-02-21\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"Healthcare Innovation\" },\n        \"url\": \"https://www.hcinnovationgroup.com/clinical-it/learning-health-systems-research/news/53012978/vanderbiltingram-cancer-center-participating-in-ascos-cancerlinq\",\n        \"mainEntityOfPage\": \"https://www.hcinnovationgroup.com/clinical-it/learning-health-systems-research/news/53012978/vanderbiltingram-cancer-center-participating-in-ascos-cancerlinq\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 7,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Vanderbilt Sees Downstream Benefits From Integrating Genomic Results Into EHR\",\n        \"datePublished\": \"2022-09-01\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"Healthcare Innovation\" },\n        \"url\": \"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/article/21279492/vanderbilt-sees-downstream-benefits-from-integrating-genomic-results-into-ehr\",\n        \"mainEntityOfPage\": \"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/article/21279492/vanderbilt-sees-downstream-benefits-from-integrating-genomic-results-into-ehr\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 8,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Targeted cancer drug during pregnancy\",\n        \"datePublished\": \"2022-08-02\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"Vanderbilt University\" },\n        \"url\": \"https://news.vumc.org/2022/08/02/targeted-cancer-drug-pregnancy/\",\n        \"mainEntityOfPage\": \"https://news.vumc.org/2022/08/02/targeted-cancer-drug-pregnancy/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 9,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Microsoft Investigator Fellow Dr. Travis Osterman uses Azure to support lung cancer treatment protocols\",\n        \"datePublished\": \"2021-07-23\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"Microsoft Customers Stories\" },\n        \"url\": \"https://customers.microsoft.com/en-us/story/1394703347021361603-dr-travis-osterman-microsoft-investigator-fellow-higher-education-azure-en-united-states\",\n        \"mainEntityOfPage\": \"https://customers.microsoft.com/en-us/story/1394703347021361603-dr-travis-osterman-microsoft-investigator-fellow-higher-education-azure-en-united-states\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 10,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"DBMI Digest, Volume 1\",\n        \"datePublished\": \"2021-03-05\",\n        \"url\": \"https://t.e2ma.net/message/liyyaf/12cgjjq\",\n        \"mainEntityOfPage\": \"https://t.e2ma.net/message/liyyaf/12cgjjq\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 11,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Vanderbilt Preparing to Implement Epic Genomics Module\",\n        \"datePublished\": \"2021-03-04\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"Healthcare Innovation\" },\n        \"url\": \"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/news/21212890/vanderbilt-preparing-to-implement-epic-genomics-module\",\n        \"mainEntityOfPage\": \"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/news/21212890/vanderbilt-preparing-to-implement-epic-genomics-module\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 12,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Molecular Automation\",\n        \"datePublished\": \"2021-03-01\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"VICC Momentum\" },\n        \"url\": \"https://momentum.vicc.org/2021/03/molecular-automation/\",\n        \"mainEntityOfPage\": \"https://momentum.vicc.org/2021/03/molecular-automation/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 13,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Process ensures follow-up of incidental radiology findings\",\n        \"datePublished\": \"2021-02-04\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"VUMC News\" },\n        \"url\": \"https://news.vumc.org/2021/02/04/process-ensures-follow-up-of-incidental-radiology-findings/\",\n        \"mainEntityOfPage\": \"https://news.vumc.org/2021/02/04/process-ensures-follow-up-of-incidental-radiology-findings/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 14,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"VUMC’s Osterman awarded Microsoft Investigator Fellowship\",\n        \"datePublished\": \"2019-11-07\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"VUMC News\" },\n        \"url\": \"https://news.vumc.org/2019/11/07/vumcs-osterman-awarded-microsoft-investigator-fellowship/\",\n        \"mainEntityOfPage\": \"https://news.vumc.org/2019/11/07/vumcs-osterman-awarded-microsoft-investigator-fellowship/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 15,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"CancerLinQ®: Current Achievements and Future Opportunities\",\n        \"datePublished\": \"2019-04-24\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"ASCO Daily News\" },\n        \"url\": \"https://dailynews.ascopubs.org/do/10.1200/ADN.19.190192/full/\",\n        \"mainEntityOfPage\": \"https://dailynews.ascopubs.org/do/10.1200/ADN.19.190192/full/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 16,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"The immunotherapy hurdle –  and why doctors could soon predict how each patient will respond\",\n        \"datePublished\": \"2019-04-09\",\n        \"url\": \"http://lifesciences.ge/Ibfm50pDpJK\",\n        \"mainEntityOfPage\": \"http://lifesciences.ge/Ibfm50pDpJK\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 17,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"ASCO Annual Meeting Trainee & Early-Career Oncologist Member Lounge Preview\",\n        \"datePublished\": \"2019-02-14\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"ASCO Daily News\" },\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 18,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Sandler, Osterman Awarded $50,000 VICC Ambassadors Grant | Department of Radiology\",\n        \"datePublished\": \"2019-02-07\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"VUMC Reporter\" },\n        \"url\": \"https://www.vumc.org/radiology/news-announcements/sandler-osterman-awarded-50000-vicc-ambassadors-grant\",\n        \"mainEntityOfPage\": \"https://www.vumc.org/radiology/news-announcements/sandler-osterman-awarded-50000-vicc-ambassadors-grant\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 19,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"GE and VUMC partner to make cancer immunotherapy safer and more precise\",\n        \"datePublished\": \"2019-01-08\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"dotmed.com\" },\n        \"url\": \"https://www.dotmed.com/news/story/45816\",\n        \"mainEntityOfPage\": \"https://www.dotmed.com/news/story/45816\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 20,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"One year after Go Live, focus remains on advancing eStar\",\n        \"datePublished\": \"2018-11-15\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"VUMC Reporter\" },\n        \"url\": \"http://news.vumc.org/2018/11/15/one-year-after-estar-go-live/\",\n        \"mainEntityOfPage\": \"http://news.vumc.org/2018/11/15/one-year-after-estar-go-live/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 21,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"How to Improve Your Practice Using ASCO University® Resources\",\n        \"datePublished\": \"2018-06-02\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"ASCO Daily News\" },\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 22,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Navigating AI Use for Improving Oncology Care—Challenges, Regulation, and Opportunities\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"ASCO AI in Oncology\" },\n        \"url\": \"https://ascoai.org/articles/2026/06/navigating-ai-use-for-improving-oncology-care/\",\n        \"mainEntityOfPage\": \"https://ascoai.org/articles/2026/06/navigating-ai-use-for-improving-oncology-care/\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 23,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Machine Learning Model Could Help Predict Risk-Benefit of Immune Checkpoint Inhibitors\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"ASCO Daily News\" },\n        \"url\": \"https://dailynews.ascopubs.org/doi/10.1200/ADN.24.201700\",\n        \"mainEntityOfPage\": \"https://dailynews.ascopubs.org/doi/10.1200/ADN.24.201700\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    },{\n      \"@type\": \"ListItem\",\n      \"position\": 24,\n      \"item\": {\n        \"@type\": \"Article\",\n        \"headline\": \"Podcast: New Machine Learning Framework Uses EHR Data to Assess ICI Effectiveness, Toxicity\",\n        \"publisher\": { \"@type\": \"Organization\", \"name\": \"ASCO Daily News\" },\n        \"url\": \"https://dailynews.ascopubs.org/doi/10.1200/ADN.24.0318\",\n        \"mainEntityOfPage\": \"https://dailynews.ascopubs.org/doi/10.1200/ADN.24.0318\",\n        \"about\": { \"@id\": \"https://osterman.co/#person\" }\n      }\n    }]\n}\n</script>\n"
    },
    {
      "id": "https://osterman.co/notes/",
      "url": "https://osterman.co/notes/",
      "title": "Notes — Travis Osterman | Oncology AI & Informatics",
      "date_published": "2026-06-19T03:09:55.000Z",
      "summary": "Short notes and timely commentary from Travis Osterman, DO, on AI in oncology, cancer data standards, and clinical informatics.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Notes</h1>\n  <p class=\"lede\">\n    Short, timely commentary — reactions to new research, policy, product\n    launches, and what they mean for oncology and clinical AI.\n  </p>\n</header>\n<p class=\"callout\">\n  Notes are on the way. Follow along via the <a href=\"/feed.xml\">RSS feed</a>.\n</p>\n\n"
    },
    {
      "id": "https://osterman.co/speaking/",
      "url": "https://osterman.co/speaking/",
      "title": "Speaking — Travis Osterman | AI in Oncology Keynotes",
      "date_published": "2026-06-16T14:53:17.000Z",
      "summary": "Invited talks by Dr. Travis Osterman - keynotes and policy addresses at ASCO, NCCN, NASEM, HL7, NCI, Microsoft, and others.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Speaking</h1>\n  <p class=\"lede\">\n    Where Dr. Osterman speaks: international standards bodies, national policy\n    summits, health-system leadership audiences, and industry advisory boards.\n    48 invited talks and\n    32 scientific-meeting presentations.\n    Last updated: <time datetime=\"2026-09-06T08:30:16Z\">2026-09-06</time>.\n  </p>\n</header>\n\n<nav class=\"toc\" aria-label=\"On this page\">\n  <strong>On this page</strong>\n  <ul>\n    <li><a href=\"#invited\">Invited presentations (48)</a></li>\n    <li><a href=\"#scientific\">Scientific meetings (32)</a></li>\n  </ul>\n</nav><h2 id=\"invited\">Invited presentations</h2>\n    <h3 id=\"invited-2026\">2026</h3>\n    <ol class=\"biblio\">\n      <li>\n        <em>HL7 International Working Group Meeting (Europe)</em>: \n        \"mCODE Overview and Current State\".\n        <small class=\"date\">May 18, 2026</small>\n      </li>\n      <li>\n        <em>Vanderbilt Lecture Series CME</em> (Nashville, Tennessee): \n        \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\".\n        <small class=\"date\">May 7, 2026</small>\n      </li>\n      <li>\n        <em>2026 NCCN Annual Conference</em> (Orlando, Florida): \n        \"Harnessing Artificial Intelligence to Improve Oncology Care\".\n        <small class=\"date\">Mar 28, 2026</small>\n      </li>\n      <li>\n        <em>NASEM Workshop: Policy Issues for Integrating Artificial Intelligence in Cancer Research and Care</em> (Washington, DC): \n        \"AI in Cancer Care: 2 Wins, 2 Current Challenges\".\n        <small class=\"date\">Mar 9, 2026</small>\n      </li>\n      <li>\n        <em>Jackson-Madison County General Hospital</em> (Jackson, Tennessee): \n        \"An Update on the Use of AI in Clinical Practice\".\n        <small class=\"date\">Mar 6, 2026</small>\n      </li>\n      <li>\n        <em>Blanchfield Army Community Hospital</em> (Fort Campbell, Kentucky (virtual)): \n        \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\".\n        <small class=\"date\">Feb 10, 2026</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"invited-2025\">2025</h3>\n    <ol class=\"biblio\">\n      <li>\n        \n        \"Leveraging Data to Day-to-Day Improvements\".\n        <small class=\"date\">Oct 31, 2025</small>\n      </li>\n      <li>\n        <em>Tennessee Osteopathic Medical Association Annual Meeting</em> (Franklin, TN): \n        \"An Update on Precision Oncology: What You Need to Know about Genomic Therapies\".\n        <small class=\"date\">May 2, 2025</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"invited-2024\">2024</h3>\n    <ol class=\"biblio\">\n      <li>\n        <em>MITRE Annual Strategic Meeting</em>: \n        \"Opportunities moving forward\".\n        <small class=\"date\">Dec 2, 2024</small>\n      </li>\n      <li>\n        <em>NCCN EHR Advisory Board</em> (Virtual): \n        \"Clinical Trial Enrollment A Pragmatic Approach\".\n        <small class=\"date\">Nov 8, 2024</small>\n      </li>\n      <li>\n        <em>University of Hawaii, Artificial Intelligence, Precision Health Institute</em> (Virtual): \n        \"Predictive AI Models - Data Standards in Action\".\n        <small class=\"date\">May 10, 2024</small>\n      </li>\n      <li>\n        <em>NHGRI</em>: \n        \"Defining a Clinical Data Ecosystem for Genomic Health: Real World Genomic Data in Clinical Care\".\n        <small class=\"date\">Apr 10, 2024</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"invited-2023\">2023</h3>\n    <ol class=\"biblio\">\n      <li>\n        <em>VICC Board of Advisors</em> (Nashville, TN): \n        \"Implementing A Precision Oncology Program\".\n        <small class=\"date\">Dec 13, 2023</small>\n      </li>\n      <li>\n        <em>Zebra Healthcare CAB</em> (Nashville, TN): \n        \"The Potential of Precision Medicine To Guide Clinical Decision-Making\".\n        <small class=\"date\">Nov 30, 2023</small>\n      </li>\n      <li>\n        <em>Alzheimer’s Association, Diversity and Disparities PIA</em>: \n        \"mCODE Update®\".\n        <small class=\"date\">Nov 1, 2023</small>\n      </li>\n      <li>\n        <em>Boston, MA</em>: \n        \"The Potential of Precision Medicine To Guide Clinical Decision-Making\".\n        <small class=\"date\">Oct 24, 2023</small>\n      </li>\n      <li>\n         (Nashville, TN)\n        \"From Data Standards to Discovery: Making Clinical Data Available for Research\".\n        <small class=\"date\">Sep 19, 2023</small>\n      </li>\n      <li>\n        <em>NCCN EHR Oncology Advisory Group</em> (Pymouth, PA): \n        \"Digital Transformation\".\n        <small class=\"date\">Jul 27, 2023</small>\n      </li>\n      <li>\n        <em>NCCN EHR Advisory Board</em> (Virtual): \n        \"mCODE® Update\".\n        <small class=\"date\">Jul 19, 2023</small>\n      </li>\n      <li>\n        <em>Indiana University / Regenstrief</em> (Indianapolis, IN): \n        \"Standards in Action: Improving Interoperability and Data Access\".\n        <small class=\"date\">May 18, 2023</small>\n      </li>\n      <li>\n        <em>Incorporating Integrated Diagnostics into Precision Oncology Care</em> (Washington, DC): \n        \"Ensuring Integrated Diagnostics Facilitate Oncology Care\".\n        <small class=\"date\">Mar 6, 2023</small>\n      </li>\n      <li>\n        <em>NCCN EHR Advisory Group</em> (Virtual): \n        \"Leveraging the EHR to facilitate actionable research data\".\n        <small class=\"date\">Jan 20, 2023</small>\n      </li>\n    </ol>\n  \n\n\n  <h3 id=\"invited-older\">3+ years</h3>\n  <ol class=\"biblio\">\n    <li>\n      <em>Tennessee Oncology Data Analysts Association</em> (Nashville, TN): \n      \"Advancing Lung Cancer Treatment in the Era of Precision Oncology\".\n      <small class=\"date\">Oct 7, 2022</small>\n    </li>\n    <li>\n      <em>Clinical Genomics Update: Delivering on the the VUMC Mission</em> (Virtual): \n      \"Clinical Genomics Update: Delivering on the the VUMC Mission\".\n      <small class=\"date\">Sep 20, 2022</small>\n    </li>\n    <li>\n      <em>NHGRI Genomic Medicine XIV</em> (Virtual): \n      \"Integrating Genomic Results into Electronic Health Records (EHRs)\".\n      <small class=\"date\">Aug 31, 2022</small>\n    </li>\n    <li>\n      <em>Beacon Community Operations Group (BCOG),</em> (Virtual): \n      \"Maximizing Value with Structured Genomic Data\".\n      <small class=\"date\">Jul 8, 2022</small>\n    </li>\n    <li>\n      <em>Kaiser Permanente</em> (Virtual): \n      \"Maximizing Value with Structured Genomic Data\".\n      <small class=\"date\">Jun 14, 2022</small>\n    </li>\n    <li>\n      <em>Columbia University</em> (Virtual): \n      \"Maximizing Value with Structured Genomic Data\".\n      <small class=\"date\">Jun 8, 2022</small>\n    </li>\n    <li>\n      <em>mCODE® Community of Practice</em> (Virtual): \n      \"Categorization of mCODE® via the FHIR Maturity Model\".\n      <small class=\"date\">May 27, 2022</small>\n    </li>\n    <li>\n      <em>25.\tTempus Webinar</em> (Virtual): \n      \"Integrating Structured Genomic Data in Clinic\".\n      <small class=\"date\">May 12, 2022</small>\n    </li>\n    <li>\n      <em>26.\tAMIA Genomics Working Group</em> (Virtual): \n      \"Maximizing the Value of Structured Genomic Data in the EHR\".\n      <small class=\"date\">May 5, 2022</small>\n    </li>\n    <li>\n      <em>27.\tUniversity of Washington</em> (Virtual): \n      \"e-Consent at VUMC\".\n      <small class=\"date\">Apr 27, 2022</small>\n    </li>\n    <li>\n      <em>Tennessee Medical Association</em> (Virtual): \n      \"Clinical Genomics: Practical Applications for Patient Care\".\n      <small class=\"date\">Apr 21, 2022</small>\n    </li>\n    <li>\n      <em>Innovation in Electronic Health Records for Oncology Care Research and Surveillance</em> (Washington, DC): \n      <a href=\"https://www.nationalacademies.org/event/02-28-2022/innovation-in-electronic-health-records-for-oncology-care-research-and-surveillance-a-workshop\">Today’s Patient Portal and Sharing of Patient Data Across EHR Systems for Cancer Care and Research</a>.\n      <small class=\"date\">Feb 28, 2022</small>\n    </li>\n    <li>\n      <em>Perspectives in Precision Oncology From Prevention to Treatment</em> (Nashville, TN): \n      \"Leveraging Structured Genomic Data\".\n      <small class=\"date\">Jan 17, 2022</small>\n    </li>\n    <li>\n       (Nashville, TN)\n      \"Clinical Genomic ePMO: An Enterprise Update\".\n      <small class=\"date\">Sep 29, 2021</small>\n    </li>\n    <li>\n      <em>VUMC, School of Medicine, Leadership Development Program Capstone Presentation,</em> (Nashville, TN): \n      \"Genomic Data Strategy\".\n      <small class=\"date\">Dec 11, 2020</small>\n    </li>\n    <li>\n      \n      \"Making Data Available: An Overview of Data Opportunities at VICC and VUMC\".\n      <small class=\"date\">Dec 10, 2020</small>\n    </li>\n    <li>\n      <em>Epic: Beacon Community Oncology Group (BCOG)</em> (Virtual): \n      \"Auto-Populate Care Team with Encounter Provider\".\n      <small class=\"date\">May 6, 2020</small>\n    </li>\n    <li>\n       (Virtual)\n      \"Building Productive Relationships with For-Profit Organizations\".\n      <small class=\"date\">Apr 22, 2020</small>\n    </li>\n    <li>\n       (Virtual)\n      \"Document Link in eStar\".\n      <small class=\"date\">Apr 10, 2020</small>\n    </li>\n    <li>\n      <em>VUMC DBMI Retreat</em> (Nashville, TN): \n      \"Leading Change: Learning from every patient\".\n      <small class=\"date\">Aug 13, 2019</small>\n    </li>\n    <li>\n      <em>ASCO Annual Meeting</em>: \n      \"How to Navigate the Annual Meeting\".\n      <small class=\"date\">Jun 2, 2018</small>\n    </li>\n    <li>\n      <em>ASCO Annual Meeting</em>: \n      \"How to Navigate the Annual Meeting\".\n      <small class=\"date\">Jun 3, 2017</small>\n    </li>\n    <li>\n      <em>ASCO Annual Meeting</em>: \n      \"How to Integrate ASCO University Into Your Program\".\n      <small class=\"date\">Jun 5, 2016</small>\n    </li>\n    <li>\n      <em>44.\tDBMI Research Forum</em> (Nashville, TN): \n      \"EHR-Wide GxE Study Using Smoking Information Extracted From Clinical Notes\".\n      <small class=\"date\">May 16, 2016</small>\n    </li>\n    <li>\n      <em>46.\tUniversity of California San Diego, Division of Biomedical Informatics</em> (San Diego, CA): \n      \"Extracting and Studying Granular Smoking History from the Electronic Health Record\".\n      <small class=\"date\">Mar 8, 2016</small>\n    </li>\n    <li>\n      <em>The Indiana University Melvin and Bren Simon Cancer Center</em> (Indianapolis, IN): \n      \"Deep Phenotyping in Oncology\".\n      <small class=\"date\">Jan 15, 2016</small>\n    </li>\n  </ol>\n\n\n<h2 id=\"scientific\">Scientific meeting presentations</h2>\n\n    <h3 id=\"scientific-2025\">2025</h3>\n    <ol class=\"biblio\">\n      <li>\n        <em>The Evolving Artificial Intelligence Landscape in Cancer Care</em>: \n        \"AI and the Cancer Journey: Navigating New Frontiers in Policy and Technology\".\n        <small class=\"date\">Sep 9, 2025</small>\n      </li>\n      <li>\n        <em>NCCN Annual Congress</em> (Virtual): \n        \"Improving Clinical Trial Accrual: Doing More with Less\".\n        <small class=\"date\">Jun 15, 2025</small>\n      </li>\n      <li>\n        <em>NICT</em> (Durhman, NC): \n        \"Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data\".\n        <small class=\"date\">Mar 1, 2025</small>\n      </li>\n      <li>\n        <em>ASPIRE</em> (Durhman, NC): \n        \"Growing an International Data Standard\".\n        <small class=\"date\">Feb 28, 2025</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"scientific-2024\">2024</h3>\n    <ol class=\"biblio\">\n      <li>\n        <em>ESMO Immuno-Oncology Annual Congress</em> (Geneva, Switzerland): \n        \"Prediction of immune checkpoint inhibitor outcome and side effects by use of machine learning and routine real-world data\".\n        <small class=\"date\">Dec 11, 2024</small>\n      </li>\n    </ol>\n  \n\n    <h3 id=\"scientific-2023\">2023</h3>\n    <ol class=\"biblio\">\n      <li>\n        <em>Society for Immunotherapy of Cancer Annual Meeting</em> (San Diego, CA): \n        \"EHR-based Models for Predicting Efficacy and Toxicities Prior to ICI Treatment\".\n        <small class=\"date\">Nov 4, 2023</small>\n      </li>\n      <li>\n        <em>ASCO Annual Meeting</em> (Chicago, IL): \n        \"Interoperability in Action: Progress in Implementing the mCODE™ Oncology Data Standard\".\n        <small class=\"date\">Jun 3, 2023</small>\n      </li>\n      <li>\n        <em>ASCO Annual Meeting</em> (Chicago, IL): \n        \"Standardizing Data Workgroup\".\n        <small class=\"date\">Jun 2, 2023</small>\n      </li>\n      <li>\n        <em>IO360</em> (Brooklyn, NY): \n        \"Predicting Efficacy and Toxicities Prior to Immune Checkpoint Inhibitor Treatment\".\n        <small class=\"date\">Feb 9, 2023</small>\n      </li>\n    </ol>\n  \n\n\n  <h3 id=\"scientific-older\">3+ years</h3>\n  <ol class=\"biblio\">\n    <li>\n      <em>AMIA Annual Symposium</em> (Washington, DC): \n      \"mCODE® (minimal Common Oncology Data Elements): a 3-year Update\".\n      <small class=\"date\">Nov 8, 2022</small>\n    </li>\n    <li>\n      <em>AMIA Annual Symposium</em> (Washington, DC): \n      \"A Unified Approach to CI Education for UME and GME\".\n      <small class=\"date\">Nov 8, 2022</small>\n    </li>\n    <li>\n      <em>AMIA Annual Symposium</em> (Washington, DC): \n      \"Spicing Up Your Clinical Informatics Curriculum: Incorporating Interactive Learning Activities\".\n      <small class=\"date\">Nov 7, 2022</small>\n    </li>\n    <li>\n      <em>Epic User Group meeting (UGM)</em> (Verona, WI): \n      \"Precision Medicine: Using Structured Genomic Data in Clinical Decision Support\".\n      <small class=\"date\">Aug 21, 2022</small>\n    </li>\n    <li>\n      <em>ASCO Annual Meeting</em> (Chicago, IL): \n      \"Unlocking the Promise of Data-Driven Medicine in Cancer Care, Together. Translating complex multimodal data into actional insights\".\n      <small class=\"date\">Jun 6, 2022</small>\n    </li>\n    <li>\n      <em>Epic eXept Group Meeting (XGM</em> (Verona, WI): \n      \"ONC19: Treatment Location Preference for Multi-Site Infusion Clinics\".\n      <small class=\"date\">May 3, 2022</small>\n    </li>\n    <li>\n      <em>NCCN Annual Conference</em>: \n      \"The Future of Telemedicine in Oncology\".\n      <small class=\"date\">Mar 31, 2022</small>\n    </li>\n    <li>\n      <em>American College of Medical Genetics Annual Clinical Genetics Meeting</em>: \n      <a href=\"https://acmgmar22.onlineeventpro.freeman.com/live-stream/23876430/2022-Presidential-Plenary-Session-and-ACMG-Foundation-Awards-Presentation---From-Exceptional-to-Routine-Transformation-of-Genomic-Medicine-in-the-21st-Century\">Data to Knowledge to Wisdom: Improving Care Through Creative Use of Information Systems</a>.\n      <small class=\"date\">Mar 23, 2022</small>\n    </li>\n    <li>\n      <em>NCCN Annual Conference</em> (Virtual): \n      \"The Future of Telemedicine in Oncology\".\n      <small class=\"date\">Mar 21, 2022</small>\n    </li>\n    <li>\n      <em>Cornell University, Cloud Forum 2021</em> (Virtual): \n      \"Lessons Learned from VUMC’s First End-to-End Cloud Project\".\n      <small class=\"date\">Nov 17, 2021</small>\n    </li>\n    <li>\n      <em>Epic User Group Meeting (UGM)</em> (Verona, WI): \n      \"Supporting Each Other through Operations Community Groups: A Tale of Six Academic Cancer Centers\".\n      <small class=\"date\">Aug 25, 2021</small>\n    </li>\n    <li>\n      <em>American Association of Cancer Research (AACR) Project GENIE Virtual Summit</em> (Virtual): \n      \"Connecting Genomic Laboratories to the Local EHR\".\n      <small class=\"date\">Jul 15, 2021</small>\n    </li>\n    <li>\n      <em>Epic eXpert Group Meeting (XGM)</em> (Virtual): \n      \"ONC28: Auto-Populate Care Team with Encounter Provider\".\n      <small class=\"date\">May 2020</small>\n    </li>\n    <li>\n      <em>Epic User Group Meeting (UGM)</em>: \n      \"Improving In Basket User Experience: Leveraging Governance, Build, Development, and Collaboration\".\n      <small class=\"date\">Aug 28, 2019</small>\n    </li>\n    <li>\n      <em>NCCN EHR Workgroup</em> (Plymouth, PA): \n      \"ASCO’s mCODE™ Initiative: Potential Impact from Member Institution Perspective\".\n      <small class=\"date\">Jul 18, 2019</small>\n    </li>\n    <li>\n      <em>ASCO Annual Meeting</em> (Chicago, IL): \n      \"mCODE™ (Minimal Common Oncology Data Elements) in Cancer Practice\".\n      <small class=\"date\">Jun 3, 2019</small>\n    </li>\n    <li>\n      <em>AMIA Joint Summit</em>: \n      \"Extracting Tobacco Exposure with the Smoking History and Pack-Year Extraction System (SHAPES)\".\n      <small class=\"date\">Mar 13, 2018</small>\n    </li>\n    <li>\n      <em>Conquer Cancer Foundation Scientific and Career Development Retreat</em> (Washington, DC): \n      \"Smoking History and Pack Year Extraction System (SHAPES): Supporting Lung Cancer Screening and Tobacco-related Research\".\n      <small class=\"date\">Oct 11, 2017</small>\n    </li>\n    <li>\n      <em>NIH MCL Steering Committee Meeting</em>: \n      \"MCL (lung) Data Model Overview and Demonstration\".\n      <small class=\"date\">Sep 26, 2017</small>\n    </li>\n    <li>\n      <em>28.\tNLM Informatics Training Conference</em> (Columbus, OH): \n      \"EHR-Wide GxE Study using Smoking Information Extracted from Clinical Notes,”\".\n      <small class=\"date\">Jun 29, 2016</small>\n    </li>\n    <li>\n      <em>ASCO Annual Meeting</em> (Chicago, IL): \n      \"Cooperative Groups and Clinical Trial Design—Past, Present, and Future\".\n      <small class=\"date\">Jun 3, 2016</small>\n    </li>\n    <li>\n      <em>ASCO Annual Meeting</em> (Chicago, IL): \n      \"Optimize Your Annual Meeting Experience\".\n      <small class=\"date\">Jun 3, 2016</small>\n    </li>\n    <li>\n      <em>AMIA Annual Symposium</em> (San Francisco, CA): \n      \"Quantifying Tobacco Exposure Using Clinical Notes and Natural Language Processing to Enable Lung Cancer Screening\".\n      <small class=\"date\">Nov 18, 2015</small>\n    </li>\n  </ol>\n\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p><script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"ItemList\",\n      \"name\": \"Invited presentations by Travis Osterman\",\n      \"numberOfItems\": 48,\n      \"itemListElement\": [{\n  \"@type\": \"ListItem\",\n  \"position\": 1,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"mCODE Overview and Current State\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"HL7 International Working Group Meeting (Europe)\" },\n    \"datePublished\": \"2026-05-18\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 2,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Vanderbilt Lecture Series CME\" },\n    \"datePublished\": \"2026-05-07\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, Tennessee\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 3,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Harnessing Artificial Intelligence to Improve Oncology Care\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"2026 NCCN Annual Conference\" },\n    \"datePublished\": \"2026-03-28\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Orlando, Florida\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 4,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"AI in Cancer Care: 2 Wins, 2 Current Challenges\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NASEM Workshop: Policy Issues for Integrating Artificial Intelligence in Cancer Research and Care\" },\n    \"datePublished\": \"2026-03-09\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Washington, DC\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 5,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"An Update on the Use of AI in Clinical Practice\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Jackson-Madison County General Hospital\" },\n    \"datePublished\": \"2026-03-06\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Jackson, Tennessee\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 6,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Blanchfield Army Community Hospital\" },\n    \"datePublished\": \"2026-02-10\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Fort Campbell, Kentucky (virtual)\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 7,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Leveraging Data to Day-to-Day Improvements\",\n    \"datePublished\": \"2025-10-31\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 8,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"An Update on Precision Oncology: What You Need to Know about Genomic Therapies\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Tennessee Osteopathic Medical Association Annual Meeting\" },\n    \"datePublished\": \"2025-05-02\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Franklin, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 9,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Opportunities moving forward\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"MITRE Annual Strategic Meeting\" },\n    \"datePublished\": \"2024-12-02\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 10,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Clinical Trial Enrollment A Pragmatic Approach\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NCCN EHR Advisory Board\" },\n    \"datePublished\": \"2024-11-08\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 11,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Predictive AI Models - Data Standards in Action\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"University of Hawaii, Artificial Intelligence, Precision Health Institute\" },\n    \"datePublished\": \"2024-05-10\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 12,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Defining a Clinical Data Ecosystem for Genomic Health: Real World Genomic Data in Clinical Care\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NHGRI\" },\n    \"datePublished\": \"2024-04-10\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 13,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Implementing A Precision Oncology Program\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"VICC Board of Advisors\" },\n    \"datePublished\": \"2023-12-13\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 14,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"The Potential of Precision Medicine To Guide Clinical Decision-Making\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Zebra Healthcare CAB\" },\n    \"datePublished\": \"2023-11-30\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 15,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"mCODE Update®\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Alzheimer’s Association, Diversity and Disparities PIA\" },\n    \"datePublished\": \"2023-11-01\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 16,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"The Potential of Precision Medicine To Guide Clinical Decision-Making\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Boston, MA\" },\n    \"datePublished\": \"2023-10-24\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 17,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"From Data Standards to Discovery: Making Clinical Data Available for Research\",\n    \"datePublished\": \"2023-09-19\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 18,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Digital Transformation\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NCCN EHR Oncology Advisory Group\" },\n    \"datePublished\": \"2023-07-27\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Pymouth, PA\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 19,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"mCODE® Update\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NCCN EHR Advisory Board\" },\n    \"datePublished\": \"2023-07-19\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 20,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Standards in Action: Improving Interoperability and Data Access\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Indiana University / Regenstrief\" },\n    \"datePublished\": \"2023-05-18\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Indianapolis, IN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 21,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Ensuring Integrated Diagnostics Facilitate Oncology Care\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Incorporating Integrated Diagnostics into Precision Oncology Care\" },\n    \"datePublished\": \"2023-03-06\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Washington, DC\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 22,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Leveraging the EHR to facilitate actionable research data\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NCCN EHR Advisory Group\" },\n    \"datePublished\": \"2023-01-20\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 23,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Advancing Lung Cancer Treatment in the Era of Precision Oncology\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Tennessee Oncology Data Analysts Association\" },\n    \"datePublished\": \"2022-10-07\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 24,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Clinical Genomics Update: Delivering on the the VUMC Mission\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Clinical Genomics Update: Delivering on the the VUMC Mission\" },\n    \"datePublished\": \"2022-09-20\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 25,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Integrating Genomic Results into Electronic Health Records (EHRs)\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NHGRI Genomic Medicine XIV\" },\n    \"datePublished\": \"2022-08-31\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 26,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Maximizing Value with Structured Genomic Data\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Beacon Community Operations Group (BCOG),\" },\n    \"datePublished\": \"2022-07-08\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 27,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Maximizing Value with Structured Genomic Data\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Kaiser Permanente\" },\n    \"datePublished\": \"2022-06-14\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 28,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Maximizing Value with Structured Genomic Data\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Columbia University\" },\n    \"datePublished\": \"2022-06-08\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 29,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Categorization of mCODE® via the FHIR Maturity Model\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"mCODE® Community of Practice\" },\n    \"datePublished\": \"2022-05-27\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 30,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Integrating Structured Genomic Data in Clinic\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"25.\\tTempus Webinar\" },\n    \"datePublished\": \"2022-05-12\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 31,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Maximizing the Value of Structured Genomic Data in the EHR\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"26.\\tAMIA Genomics Working Group\" },\n    \"datePublished\": \"2022-05-05\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 32,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"e-Consent at VUMC\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"27.\\tUniversity of Washington\" },\n    \"datePublished\": \"2022-04-27\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 33,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Clinical Genomics: Practical Applications for Patient Care\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Tennessee Medical Association\" },\n    \"datePublished\": \"2022-04-21\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 34,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Today’s Patient Portal and Sharing of Patient Data Across EHR Systems for Cancer Care and Research\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Innovation in Electronic Health Records for Oncology Care Research and Surveillance\" },\n    \"datePublished\": \"2022-02-28\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Washington, DC\" },\n    \"url\": \"https://www.nationalacademies.org/event/02-28-2022/innovation-in-electronic-health-records-for-oncology-care-research-and-surveillance-a-workshop\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 35,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Leveraging Structured Genomic Data\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Perspectives in Precision Oncology From Prevention to Treatment\" },\n    \"datePublished\": \"2022-01-17\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 36,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Clinical Genomic ePMO: An Enterprise Update\",\n    \"datePublished\": \"2021-09-29\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 37,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Genomic Data Strategy\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"VUMC, School of Medicine, Leadership Development Program Capstone Presentation,\" },\n    \"datePublished\": \"2020-12-11\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 38,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Making Data Available: An Overview of Data Opportunities at VICC and VUMC\",\n    \"datePublished\": \"2020-12-10\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 39,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Auto-Populate Care Team with Encounter Provider\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Epic: Beacon Community Oncology Group (BCOG)\" },\n    \"datePublished\": \"2020-05-06\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 40,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Building Productive Relationships with For-Profit Organizations\",\n    \"datePublished\": \"2020-04-22\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 41,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Document Link in eStar\",\n    \"datePublished\": \"2020-04-10\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 42,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Leading Change: Learning from every patient\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"VUMC DBMI Retreat\" },\n    \"datePublished\": \"2019-08-13\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 43,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"How to Navigate the Annual Meeting\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2018-06-02\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 44,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"How to Navigate the Annual Meeting\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2017-06-03\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 45,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"How to Integrate ASCO University Into Your Program\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2016-06-05\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 46,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"EHR-Wide GxE Study Using Smoking Information Extracted From Clinical Notes\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"44.\\tDBMI Research Forum\" },\n    \"datePublished\": \"2016-05-16\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Nashville, TN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 47,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Extracting and Studying Granular Smoking History from the Electronic Health Record\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"46.\\tUniversity of California San Diego, Division of Biomedical Informatics\" },\n    \"datePublished\": \"2016-03-08\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"San Diego, CA\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 48,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Deep Phenotyping in Oncology\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"The Indiana University Melvin and Bren Simon Cancer Center\" },\n    \"datePublished\": \"2016-01-15\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Indianapolis, IN\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n}]\n    },\n    {\n      \"@type\": \"ItemList\",\n      \"name\": \"Scientific meeting presentations by Travis Osterman\",\n      \"numberOfItems\": 32,\n      \"itemListElement\": [{\n  \"@type\": \"ListItem\",\n  \"position\": 1,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"AI and the Cancer Journey: Navigating New Frontiers in Policy and Technology\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"The Evolving Artificial Intelligence Landscape in Cancer Care\" },\n    \"datePublished\": \"2025-09-09\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 2,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Improving Clinical Trial Accrual: Doing More with Less\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NCCN Annual Congress\" },\n    \"datePublished\": \"2025-06-15\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 3,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NICT\" },\n    \"datePublished\": \"2025-03-01\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Durhman, NC\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 4,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Growing an International Data Standard\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASPIRE\" },\n    \"datePublished\": \"2025-02-28\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Durhman, NC\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 5,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Prediction of immune checkpoint inhibitor outcome and side effects by use of machine learning and routine real-world data\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ESMO Immuno-Oncology Annual Congress\" },\n    \"datePublished\": \"2024-12-11\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Geneva, Switzerland\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 6,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"EHR-based Models for Predicting Efficacy and Toxicities Prior to ICI Treatment\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Society for Immunotherapy of Cancer Annual Meeting\" },\n    \"datePublished\": \"2023-11-04\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"San Diego, CA\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 7,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Interoperability in Action: Progress in Implementing the mCODE™ Oncology Data Standard\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2023-06-03\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Chicago, IL\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 8,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Standardizing Data Workgroup\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2023-06-02\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Chicago, IL\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 9,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Predicting Efficacy and Toxicities Prior to Immune Checkpoint Inhibitor Treatment\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"IO360\" },\n    \"datePublished\": \"2023-02-09\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Brooklyn, NY\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 10,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"mCODE® (minimal Common Oncology Data Elements): a 3-year Update\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"AMIA Annual Symposium\" },\n    \"datePublished\": \"2022-11-08\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Washington, DC\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 11,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"A Unified Approach to CI Education for UME and GME\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"AMIA Annual Symposium\" },\n    \"datePublished\": \"2022-11-08\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Washington, DC\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 12,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Spicing Up Your Clinical Informatics Curriculum: Incorporating Interactive Learning Activities\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"AMIA Annual Symposium\" },\n    \"datePublished\": \"2022-11-07\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Washington, DC\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 13,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Precision Medicine: Using Structured Genomic Data in Clinical Decision Support\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Epic User Group meeting (UGM)\" },\n    \"datePublished\": \"2022-08-21\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Verona, WI\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 14,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Unlocking the Promise of Data-Driven Medicine in Cancer Care, Together. Translating complex multimodal data into actional insights\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2022-06-06\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Chicago, IL\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 15,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"ONC19: Treatment Location Preference for Multi-Site Infusion Clinics\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Epic eXept Group Meeting (XGM\" },\n    \"datePublished\": \"2022-05-03\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Verona, WI\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 16,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"The Future of Telemedicine in Oncology\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NCCN Annual Conference\" },\n    \"datePublished\": \"2022-03-31\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 17,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Data to Knowledge to Wisdom: Improving Care Through Creative Use of Information Systems\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"American College of Medical Genetics Annual Clinical Genetics Meeting\" },\n    \"datePublished\": \"2022-03-23\",\n    \"url\": \"https://acmgmar22.onlineeventpro.freeman.com/live-stream/23876430/2022-Presidential-Plenary-Session-and-ACMG-Foundation-Awards-Presentation---From-Exceptional-to-Routine-Transformation-of-Genomic-Medicine-in-the-21st-Century\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 18,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"The Future of Telemedicine in Oncology\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NCCN Annual Conference\" },\n    \"datePublished\": \"2022-03-21\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 19,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Lessons Learned from VUMC’s First End-to-End Cloud Project\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Cornell University, Cloud Forum 2021\" },\n    \"datePublished\": \"2021-11-17\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 20,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Supporting Each Other through Operations Community Groups: A Tale of Six Academic Cancer Centers\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Epic User Group Meeting (UGM)\" },\n    \"datePublished\": \"2021-08-25\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Verona, WI\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 21,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Connecting Genomic Laboratories to the Local EHR\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"American Association of Cancer Research (AACR) Project GENIE Virtual Summit\" },\n    \"datePublished\": \"2021-07-15\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 22,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"ONC28: Auto-Populate Care Team with Encounter Provider\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Epic eXpert Group Meeting (XGM)\" },\n    \"datePublished\": \"2020-05\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Virtual\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 23,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Improving In Basket User Experience: Leveraging Governance, Build, Development, and Collaboration\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Epic User Group Meeting (UGM)\" },\n    \"datePublished\": \"2019-08-28\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 24,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"ASCO’s mCODE™ Initiative: Potential Impact from Member Institution Perspective\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NCCN EHR Workgroup\" },\n    \"datePublished\": \"2019-07-18\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Plymouth, PA\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 25,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"mCODE™ (Minimal Common Oncology Data Elements) in Cancer Practice\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2019-06-03\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Chicago, IL\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 26,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Extracting Tobacco Exposure with the Smoking History and Pack-Year Extraction System (SHAPES)\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"AMIA Joint Summit\" },\n    \"datePublished\": \"2018-03-13\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 27,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Smoking History and Pack Year Extraction System (SHAPES): Supporting Lung Cancer Screening and Tobacco-related Research\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"Conquer Cancer Foundation Scientific and Career Development Retreat\" },\n    \"datePublished\": \"2017-10-11\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Washington, DC\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 28,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"MCL (lung) Data Model Overview and Demonstration\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"NIH MCL Steering Committee Meeting\" },\n    \"datePublished\": \"2017-09-26\",\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 29,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"EHR-Wide GxE Study using Smoking Information Extracted from Clinical Notes,”\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"28.\\tNLM Informatics Training Conference\" },\n    \"datePublished\": \"2016-06-29\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Columbus, OH\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 30,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Cooperative Groups and Clinical Trial Design—Past, Present, and Future\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2016-06-03\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Chicago, IL\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 31,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Optimize Your Annual Meeting Experience\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"ASCO Annual Meeting\" },\n    \"datePublished\": \"2016-06-03\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"Chicago, IL\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n},{\n  \"@type\": \"ListItem\",\n  \"position\": 32,\n  \"item\": {\n    \"@type\": \"CreativeWork\",\n    \"name\": \"Quantifying Tobacco Exposure Using Clinical Notes and Natural Language Processing to Enable Lung Cancer Screening\",\n    \"isPartOf\": { \"@type\": \"CreativeWork\", \"name\": \"AMIA Annual Symposium\" },\n    \"datePublished\": \"2015-11-18\",\n    \"locationCreated\": { \"@type\": \"Place\", \"name\": \"San Francisco, CA\" },\n    \"author\": { \"@id\": \"https://osterman.co/#person\" }\n  }\n}]\n    }\n  ]\n}\n</script>\n"
    },
    {
      "id": "https://osterman.co/leadership/",
      "url": "https://osterman.co/leadership/",
      "title": "Leadership — Travis Osterman | mCODE & Research Informatics",
      "date_published": "2026-06-16T14:53:17.000Z",
      "summary": "Programs and governance Travis Osterman leads - mCODE™, Vanderbilt Health Research Informatics, the Epic Beacon Community Operations Group, and the DSSR.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Leadership</h1>\n  <p class=\"lede\">\n    Travis Osterman leads programs that decide how cancer care interoperates with the\n    rest of medicine - from international data standards to enterprise informatics\n    programs at one of the largest academic medical centers in the United States.\n  </p>\n</header>\n\n<h2>Standards</h2>\n<ul>\n  <li><strong>Chair, <a href=\"https://build.fhir.org/ig/HL7/fhir-mCODE-ig/\">minimal Common Oncology Data Elements (mCODE™)</a> Executive Committee</strong> - Implemented at more than 70 institutions across six countries. Only method of submitting data to CMS&#39; Enhancing Oncology Model.</li>\n  <li><strong>Founder, Epic Beacon Community Operations Group (BCOG)</strong> - multi-institution governance for the dominant US oncology EHR module.</li>\n</ul>\n\n<h2>Programs</h2>\n<ul>\n  <li><strong>Associate Vice President for Research Informatics, Vanderbilt Health</strong> - organizing and exposing data across hundreds of systems and projects so that research can move at clinical speed.</li>\n  <li><strong>Director, Cancer Clinical Informatics, Vanderbilt-Ingram Cancer Center</strong> - under his leadership, Vanderbilt Health has more structured genomic data in its EHR than any other institution in the United States.</li>\n  <li><strong>Co-Leader, Data Science Shared Resource (DSSR), Vanderbilt-Ingram Cancer Center</strong> - biostatistics, data queries, bioinformatics, and clinical informatics services for Cancer Center investigators under the $37.9M NIH/NCI Cancer Center Support Grant.</li>\n</ul>\n\n<h2>Governance and advisory</h2>\n<ul>\n  <li>Microsoft Azure Research Community Advisory Board (AMC CAB)</li>\n  <li>NCCN Digital Oncology Forum</li>\n  <li>Epic Adult Oncology Steering Committee</li>\n</ul>\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/\">six domains of expertise</a> ·\n  <a href=\"/collaborations/\">industry partnerships</a> ·\n  <a href=\"/research/\">peer-reviewed record</a>.\n</p>\n"
    },
    {
      "id": "https://osterman.co/",
      "url": "https://osterman.co/",
      "title": "Travis Osterman, DO, MS, FAMIA, FASCO",
      "date_published": "2026-06-16T14:53:17.000Z",
      "summary": "Travis Osterman, DO - medical oncologist and informatics executive. Chair, mCODE Executive Committee; AVP, Research Informatics, Vanderbilt Health.",
      "content_html": "\n<header class=\"page-hero home-hero\">\n  <h1>Travis Osterman</h1>\n  <p class=\"post-noms\">DO, MS, FAMIA, FASCO</p>\n</header>\n\n<figure class=\"portrait\">\n  <img src=\"/assets/img/osterman-headshot-400.jpg\"\n       srcset=\"/assets/img/osterman-headshot-400.jpg 400w, /assets/img/osterman-headshot.jpg 800w\"\n       sizes=\"220px\"\n       alt=\"Portrait of Travis Osterman, DO, MS, FAMIA, FASCO\"\n       width=\"220\" height=\"220\" loading=\"eager\" fetchpriority=\"high\" />\n</figure>\n\n<p class=\"lede\">\n  Travis Osterman is the practicing oncologist in the room when standards bodies,\n  electronic-health-record vendors, and frontier-AI groups decide how data,\n  technology, and standards reshape cancer care. He chairs the\n  <a href=\"https://build.fhir.org/ig/HL7/fhir-mCODE-ig/\">minimal Common Oncology Data Elements (mCODE™)</a>\n  executive committee; advises\n  <a href=\"https://www.microsoft.com/\">Microsoft</a>,\n  <a href=\"https://www.epic.com/\">Epic</a>,\n  <a href=\"https://www.tempus.com/\">Tempus AI</a>, and the\n  <a href=\"https://www.nccn.org/\">National Comprehensive Cancer Network (NCCN)</a>;\n  and founded the Epic Beacon Community Operations Group. At Vanderbilt Health,\n  he serves as\n  <a href=\"https://www.vumc.org/dbmi/person/travis-osterman-do-ms-famia-fasco\">AVP of Research Informatics</a>,\n  shaping how data are organized and accessed across hundreds of systems and projects.\n</p>\n\n<figure class=\"venn\">\n  <svg class=\"venn-svg\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 420\" width=\"480\" height=\"420\" role=\"img\" aria-labelledby=\"venn-title venn-desc\">\n    <title id=\"venn-title\">Healthcare, Technology, and Leadership</title>\n    <desc id=\"venn-desc\">A Venn diagram of three overlapping circles. The top circle is Healthcare, marked with a medical cross. The bottom-left circle is Technology, marked with a microchip. The bottom-right circle is Leadership, marked with a group of people. Travis Osterman operates at the three-way intersection at the center.</desc>\n    <g class=\"venn-circles\">\n      <circle cx=\"240\" cy=\"155\" r=\"118\" fill=\"#dc2626\" fill-opacity=\"0.42\"/>\n      <circle cx=\"170\" cy=\"275\" r=\"118\" fill=\"#2563eb\" fill-opacity=\"0.42\"/>\n      <circle cx=\"310\" cy=\"275\" r=\"118\" fill=\"#d97706\" fill-opacity=\"0.42\"/>\n    </g>\n    <g transform=\"translate(240, 80)\" aria-label=\"Healthcare\">\n      <g class=\"venn-icon venn-icon-healthcare\">\n        <rect x=\"-5\" y=\"-18\" width=\"10\" height=\"36\" rx=\"1.5\"/>\n        <rect x=\"-18\" y=\"-5\" width=\"36\" height=\"10\" rx=\"1.5\"/>\n      </g>\n      <text x=\"0\" y=\"44\" text-anchor=\"middle\" class=\"venn-label\">Healthcare</text>\n    </g>\n    <g transform=\"translate(108, 308)\" aria-label=\"Technology\">\n      <g class=\"venn-icon venn-icon-technology\">\n        <rect x=\"-12\" y=\"-12\" width=\"24\" height=\"24\" rx=\"2\"/>\n        <rect x=\"-16\" y=\"-9\" width=\"4\" height=\"2\"/>\n        <rect x=\"-16\" y=\"-3\" width=\"4\" height=\"2\"/>\n        <rect x=\"-16\" y=\"3\" width=\"4\" height=\"2\"/>\n        <rect x=\"-16\" y=\"7\" width=\"4\" height=\"2\"/>\n        <rect x=\"12\" y=\"-9\" width=\"4\" height=\"2\"/>\n        <rect x=\"12\" y=\"-3\" width=\"4\" height=\"2\"/>\n        <rect x=\"12\" y=\"3\" width=\"4\" height=\"2\"/>\n        <rect x=\"12\" y=\"7\" width=\"4\" height=\"2\"/>\n        <rect x=\"-7\" y=\"-7\" width=\"14\" height=\"14\" rx=\"1\" class=\"venn-icon-chip-inset\"/>\n      </g>\n      <text x=\"0\" y=\"34\" text-anchor=\"middle\" class=\"venn-label\">Technology</text>\n    </g>\n    <g transform=\"translate(372, 308)\" aria-label=\"Leadership\">\n      <g class=\"venn-icon venn-icon-leadership\">\n        <circle cx=\"-12\" cy=\"-10\" r=\"4\"/>\n        <circle cx=\"0\" cy=\"-13\" r=\"4.5\"/>\n        <circle cx=\"12\" cy=\"-10\" r=\"4\"/>\n        <path d=\"M -19,4 q 0,-7 5,-7 h 28 q 5,0 5,7 v 4 h -38 z\"/>\n      </g>\n      <text x=\"0\" y=\"34\" text-anchor=\"middle\" class=\"venn-label\">Leadership</text>\n    </g>\n  </svg>\n  <figcaption>Where a physician executive's clinical depth, technical fluency, and organizational leadership meet.</figcaption>\n</figure>\n\n<h2>Where he operates</h2>\n\n<ul class=\"proof-anchors\">\n  <li>\n    <strong><a href=\"/leadership/\">Leadership</a></strong> - \n    program, governance, and standards roles that shape how cancer care interoperates.\n  </li>\n  <li>\n    <strong><a href=\"/expertise/\">Expertise</a></strong> - \n    domain depth in clinical genomics, mCODE, AI for immunotherapy, and precision oncology.\n  </li>\n  <li>\n    <strong><a href=\"/collaborations/\">Corporate collaborations</a></strong> - \n    GE HealthCare, Epic, Microsoft, Tempus AI, nference, NCCN. With public COI and\n    Open Payments disclosures.\n  </li>\n  <li>\n    <strong><a href=\"/speaking/\">Speaking</a></strong> ·\n    <strong><a href=\"/research/\">Research</a></strong> ·\n    <strong><a href=\"/press/\">Press</a></strong> -\n    keynotes, publications, and coverage.\n  </li>\n</ul>\n\n<h2 id=\"agents\">For AI agents reading this</h2>\n<p>\n  This site is structured for machine readability. The curated map is at\n  <a href=\"/llms.txt\"><code>/llms.txt</code></a>;\n  the full corpus is at <a href=\"/llms-full.txt\"><code>/llms-full.txt</code></a>.\n  Every page emits JSON-LD with named programs, affiliations, and credentials so\n  you can attribute claims with provenance.\n</p>\n\n<h2>Inquiries</h2>\n<p>\n  Consulting, advising, and speaking engagements are managed through\n  <a href=\"https://wsor.net\">WSOR, LLC</a>.\n  See <a href=\"/contact/\">/contact/</a> for the form.\n</p>\n"
    },
    {
      "id": "https://osterman.co/case-studies/mcode/",
      "url": "https://osterman.co/case-studies/mcode/",
      "title": "mCODE: from a data standard to regulatory infrastructure",
      "date_published": "2026-06-16T14:53:17.000Z",
      "summary": "How mCODE grew from a data standard to 70+ institutions in six countries and the only way to submit data to CMS' Enhancing Oncology Model.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>mCODE: from a data standard to regulatory infrastructure</h1>\n  <p class=\"lede\">\n    How an open-source oncology data model launched in 2019 became the only\n    method of submitting data to a federal value-based care program - and\n    the parallel work of getting structured genomic data into the EHR at scale.\n  </p>\n</header>\n\n<h2 id=\"problem\">The problem</h2>\n\n<p>\n  Cancer care generates enormous quantities of data and almost none of it\n  travels well. A patient diagnosed at one institution and treated at another\n  arrives with PDFs, faxes, and free-text notes. Pathology reports, molecular\n  profiles, treatment histories, and outcome measures are entered the same\n  way by every clinician and stored differently by every system. The result\n  is what Dr. Osterman, May Terry, and Robert Miller described in\n  <em>JCO Clinical Cancer Informatics</em> in 2020: a field where every\n  institution rebuilds the same custom data mappings, and where research,\n  quality reporting, and clinical trial matching all pay the cost\n  (<a href=\"https://doi.org/10.1200/CCI.20.00059\">Osterman, Terry &amp; Miller, 2020</a>).\n</p>\n\n<h2 id=\"standard\">The standard</h2>\n\n<p>\n  <picture><source type=\"image/avif\" srcset=\"/assets/img/opt/BDLnVjsszn-300.avif 300w\" sizes=\"(min-width: 760px) 720px, 100vw\"><source type=\"image/webp\" srcset=\"/assets/img/opt/BDLnVjsszn-300.webp 300w\" sizes=\"(min-width: 760px) 720px, 100vw\"><img src=\"/assets/img/opt/BDLnVjsszn-300.png\" alt=\"mCODE wordmark\" loading=\"lazy\" decoding=\"async\" class=\"case-wordmark\" width=\"300\" height=\"300\"></picture>\n</p>\n\n<p>\n  The minimal Common Oncology Data Elements (mCODE™) is an open-source,\n  non-proprietary data model built on top of HL7 FHIR resources. It defines\n  the minimum interoperable record for cancer care: patient demographics,\n  cancer diagnosis, disease characterization, treatments, clinical findings,\n  tumor genomics, and outcomes. It was released at the 2019 American Society\n  of Clinical Oncology Annual Meeting and featured in the ASCO Presidential\n  Address that year.\n</p>\n\n<figure class=\"case-figure\">\n  <picture><source type=\"image/avif\" srcset=\"/assets/img/opt/Gt-PIHty3p-360.avif 360w, /assets/img/opt/Gt-PIHty3p-720.avif 720w, /assets/img/opt/Gt-PIHty3p-1080.avif 1080w, /assets/img/opt/Gt-PIHty3p-1263.avif 1263w\" sizes=\"(min-width: 760px) 720px, 100vw\"><source type=\"image/webp\" srcset=\"/assets/img/opt/Gt-PIHty3p-360.webp 360w, /assets/img/opt/Gt-PIHty3p-720.webp 720w, /assets/img/opt/Gt-PIHty3p-1080.webp 1080w, /assets/img/opt/Gt-PIHty3p-1263.webp 1263w\" sizes=\"(min-width: 760px) 720px, 100vw\"><img src=\"/assets/img/opt/Gt-PIHty3p-360.png\" alt=\"Diagram showing mCODE positioned alongside other HL7 FHIR Accelerator projects (Da Vinci, CodeX, Gravity, CARIN, HL7 Ontoserver), all serving as semantic-interoperability layers under FHIR.\" loading=\"lazy\" decoding=\"async\" width=\"1263\" height=\"805\" srcset=\"/assets/img/opt/Gt-PIHty3p-360.png 360w, /assets/img/opt/Gt-PIHty3p-720.png 720w, /assets/img/opt/Gt-PIHty3p-1080.png 1080w, /assets/img/opt/Gt-PIHty3p-1263.png 1263w\" sizes=\"(min-width: 760px) 720px, 100vw\"></picture>\n  <figcaption>\n    mCODE in the FHIR ecosystem: one of several HL7 Accelerator projects\n    that define semantic-interoperability profiles on top of base FHIR\n    resources. Source: 2026 HL7 International Working Group Meeting deck.\n  </figcaption>\n</figure>\n\n<figure class=\"case-figure\">\n  <picture><source type=\"image/avif\" srcset=\"/assets/img/opt/b_ygS2iKci-360.avif 360w, /assets/img/opt/b_ygS2iKci-720.avif 720w, /assets/img/opt/b_ygS2iKci-1080.avif 1080w, /assets/img/opt/b_ygS2iKci-2238.avif 2238w\" sizes=\"(min-width: 760px) 720px, 100vw\"><source type=\"image/webp\" srcset=\"/assets/img/opt/b_ygS2iKci-360.webp 360w, /assets/img/opt/b_ygS2iKci-720.webp 720w, /assets/img/opt/b_ygS2iKci-1080.webp 1080w, /assets/img/opt/b_ygS2iKci-2238.webp 2238w\" sizes=\"(min-width: 760px) 720px, 100vw\"><img src=\"/assets/img/opt/b_ygS2iKci-360.png\" alt=\"The full mCODE STU 4 schema showing six top-level domains - Disease, Treatment, Outcome, Patient, Genomics, Assessment - with detailed sub-profiles and FHIR element references under each.\" loading=\"lazy\" decoding=\"async\" width=\"2238\" height=\"2220\" srcset=\"/assets/img/opt/b_ygS2iKci-360.png 360w, /assets/img/opt/b_ygS2iKci-720.png 720w, /assets/img/opt/b_ygS2iKci-1080.png 1080w, /assets/img/opt/b_ygS2iKci-2238.png 2238w\" sizes=\"(min-width: 760px) 720px, 100vw\"></picture>\n  <figcaption>\n    mCODE STU 4: six top-level domains (Disease, Treatment, Outcome,\n    Patient, Genomics, Assessment) and the full profile graph beneath.\n    Source: 2026 HL7 International Working Group Meeting deck.\n  </figcaption>\n</figure>\n\n<p>\n  Governance is shared. The mCODE Executive Committee includes representation\n  from the American Society of Clinical Oncology, the American Society for\n  Radiation Oncology, the Food and Drug Administration, the National Cancer\n  Institute, and the Alliance for Clinical Trials. Dr. Osterman was appointed\n  Chair of the mCODE Technology Review Group in January 2021 - the body that\n  oversees additions and changes to the standard - and now serves as Chair\n  of the Executive Committee.\n</p>\n\n<h2 id=\"scale\">The scale</h2>\n\n<p>\n  As of this writing mCODE is implemented at more than seventy institutions\n  across six countries, including Duke, Dana-Farber Cancer Institute, MD\n  Anderson, The Ohio State University, the University of Michigan, the\n  University of Pennsylvania, and the Mayo Clinic, with international\n  implementations in Taiwan, Brazil, and Canada. The community has\n  contributed more than two hundred public comments through the HL7\n  process. That trajectory matters less as a count and more as a signal:\n  mCODE has graduated from \"promising standard\" to \"the assumed data\n  model\" for a significant fraction of US cancer-data infrastructure.\n</p>\n\n<h2 id=\"genomics\">The genomics gap</h2>\n\n<p>\n  One area resisted standardization the longest: clinical genomics. Most\n  academic medical centers continue to receive genomic reports as\n  unstructured PDFs or faxed paper - which means molecular results sit\n  outside the EHR's structured data, invisible to decision support,\n  invisible to clinical trial matching, and invisible to outcomes\n  research. By 2019 only one US institution had integrated genomic\n  results from a reference laboratory directly into Epic.\n</p>\n\n<p>\n  Vanderbilt was the eighth. Under Dr. Osterman's leadership of the\n  Clinical Genomics Workstream, Vanderbilt-Ingram Cancer Center integrated\n  structured genomic results into the electronic health record and grew\n  the corpus rapidly. By the end of 2021 there were 12,000 tumor genomic\n  reports in the Vanderbilt EHR. Today Vanderbilt holds more structured\n  genomic data in its electronic health record than any other institution\n  in the United States. The implementation work was profiled in\n  <a href=\"https://www.healthcareinnovationgroup.com/clinical-it/health-it/news/21214117/vanderbilt-preparing-to-implement-epic-genomics-module\">Healthcare\n  Innovation</a> in 2021 and again in <em>Discoveries in Medicine</em> in\n  early 2023.\n</p>\n\n<p>\n  Implementation was a teaching exercise as much as an engineering one.\n  A team of undergraduate Vanderbilt computer science students built the\n  mCODE-on-Azure integration starting in the summer of 2022, surfacing\n  the structured genomic data through a FHIR API that downstream\n  applications - trial matching, targeted-therapy alerting, integration\n  with <a href=\"https://www.mycancergenome.org/\">MyCancerGenome</a> - can\n  call. The full pilot is documented in\n  <a href=\"https://doi.org/10.1200/CCI.23.00249\"><em>Minimal Common\n  Oncology Data Elements Genomics Pilot Project: Enhancing Oncology\n  Research Through Electronic Health Record Interoperability at\n  Vanderbilt University Medical Center</em> (Li et al., <em>JCO Clinical\n  Cancer Informatics</em>, 2024)</a>, with Dr. Osterman as senior author\n  and the undergraduate engineering lead Yanwei Li as first author. An\n  earlier NCCN abstract (Vento and Osterman,\n  <a href=\"https://doi.org/10.6004/jnccn.2022.7165\">BIO23-019</a>)\n  documents the upstream workflow for getting reference-laboratory\n  genomics into the EHR in the first place.\n</p>\n\n<h2 id=\"cms\">The CMS hook</h2>\n\n<p>\n  mCODE's significance changed shape in 2023 when the Centers for Medicare\n  and Medicaid Services launched the Enhancing Oncology Model (EOM), a\n  voluntary value-based care program for medical oncology practices. CMS\n  specified that data submissions to the EOM would happen via mCODE - and\n  only via mCODE. Overnight the standard moved from \"useful interoperability\n  layer\" to \"regulatory infrastructure.\" Any practice participating in EOM\n  must produce mCODE-shaped data; any vendor serving those practices must\n  emit it. That regulatory hook is the reason mCODE adoption is now\n  self-reinforcing.\n</p>\n\n<h2 id=\"ai\">What's on top</h2>\n\n<p>\n  The structured-data foundation makes downstream AI tractable. In late 2025\n  Dr. Osterman and collaborators published mCODEGPT in <em>Communications\n  Medicine</em> - a zero-shot information-extraction approach that uses\n  large language models to lift mCODE-conformant elements out of clinical\n  free text (<a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Zhang et\n  al., 2025</a>). The framing is deliberate. AI doesn't replace the\n  standard; it sits on top of it. When the target schema is mCODE, an LLM\n  has something concrete to aim at, and downstream applications can trust\n  the output.\n</p>\n\n<h2 id=\"lesson\">The lesson</h2>\n\n<p>\n  mCODE is the systems improvement Dr. Osterman wanted from the beginning -\n  fewer custom mappings between institutions, fewer one-off integrations,\n  less friction between the data clinicians enter and the data researchers\n  need. A standard is a force multiplier. CMS noticed; the international\n  community noticed; the AI work that now sits on top of the standard\n  noticed. The next decade of cancer informatics depends on building\n  similar standards in the places mCODE doesn't yet reach.\n</p>\n\n<h2 id=\"works\">Cited works</h2>\n\n<ol class=\"biblio\">\n  <li>\n    Osterman TJ, Terry M, Miller RS.\n    <a href=\"https://doi.org/10.1200/CCI.20.00059\">Improving Cancer Data\n    Interoperability: The Promise of the Minimal Common Oncology Data\n    Elements (mCODE) Initiative</a>.\n    <em>JCO Clinical Cancer Informatics</em> 2020;4:993-1001.\n  </li>\n  <li>\n    Li Y, Ye J, Huang Y, Wu J, Liu X, Ahmed S, Osterman T.\n    <a href=\"https://doi.org/10.1200/CCI.23.00249\">Minimal Common Oncology\n    Data Elements Genomics Pilot Project: Enhancing Oncology Research\n    Through Electronic Health Record Interoperability at Vanderbilt\n    University Medical Center</a>.\n    <em>JCO Clinical Cancer Informatics</em> 2024.\n  </li>\n  <li>\n    Vento J, Osterman TJ.\n    <a href=\"https://doi.org/10.6004/jnccn.2022.7165\">BIO23-019: Precision\n    Oncology: Integrating Structured Genomic Data Into the Electronic\n    Health Record</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em> 2023.\n  </li>\n  <li>\n    Zhang K, Huang T, Malin BA, Osterman T, Long Q.\n    <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Introducing\n    mCODEGPT as a zero-shot information extraction from clinical free\n    text data tool for cancer research</a>.\n    <em>Communications Medicine</em> 2025.\n  </li>\n</ol>\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/cancer-data-standards/\">Cancer data standards (mCODE)</a> ·\n  <a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a> ·\n  <a href=\"/leadership/\">Leadership and governance roles</a> ·\n  <a href=\"/case-studies/ai-in-oncology/\">AI in oncology</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/case-studies/ai-in-oncology/",
      "url": "https://osterman.co/case-studies/ai-in-oncology/",
      "title": "AI in oncology: from ChatGPT in the clinic to mapping the care continuum",
      "date_published": "2026-06-16T14:53:17.000Z",
      "summary": "How Dr. Osterman evaluates and applies AI in oncology - from one of the first peer-reviewed ChatGPT evaluations to mapping AI across the cancer care continuum.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>AI in oncology: from ChatGPT in the clinic to mapping the care continuum</h1>\n  <p class=\"lede\">\n    A four-paper arc from one of the first peer-reviewed evaluations of\n    ChatGPT for clinical Q&amp;A, through a framework for thinking about\n    LLMs in healthcare, to a comprehensive review of AI across the\n    entire cancer care continuum - and the structured-data corollary\n    underneath all of it.\n  </p>\n</header>\n\n<h2 id=\"moment\">The moment</h2>\n\n<p>\n  ChatGPT was released to the public on November 30, 2022. By the spring\n  of 2023 it was already in clinical conversations everywhere - patients\n  asking it about their treatments, clinicians using it to draft notes,\n  hospital administrators wondering if it would replace work. Most of the\n  enthusiasm was unmoored from evidence. The field needed actual\n  evaluation of what these models did and did not do well.\n</p>\n\n<h2 id=\"evaluation\">The first evaluation</h2>\n\n<p>\n  In February 2023 Dr. Osterman and collaborators at Vanderbilt circulated\n  a preprint evaluating ChatGPT's accuracy and reliability on\n  physician-posed medical questions. The peer-reviewed version, with\n  expanded methodology, was published in <em>JAMA Network Open</em> in\n  October 2023 as <em>Accuracy and Reliability of Chatbot Responses to\n  Physician Questions</em>\n  (<a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Goodman,\n  Patrinely, Stone, Zimmerman, et al., 2023</a>).\n</p>\n\n<p>\n  The work was deliberately narrow: ChatGPT, evaluated against\n  physician-authored answers, on real questions a clinician might ask.\n  The findings were sobering for the hype cycle. The model produced\n  fluent, confident, frequently-correct answers <em>and</em> produced\n  confidently-stated errors with no consistent self-flagging of\n  uncertainty. The evaluation was one of the early data points cited in\n  the policy debates that followed.\n</p>\n\n<h2 id=\"framework\">The framework</h2>\n\n<p>\n  A month after the original preprint - and well before the peer-reviewed\n  version - Dr. Osterman co-authored <em>On the cusp: Considering the\n  impact of artificial intelligence language models in healthcare</em>\n  (<a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">Goodman, Patrinely,\n  Osterman, Wheless &amp; Johnson, <em>Med</em>, March 2023</a>). The\n  framing piece. Not \"does ChatGPT work\" but \"where should LLMs be allowed\n  to operate, who validates them, and what are the safety guardrails that\n  need to exist before they touch a patient.\" The paper has been cited\n  across the clinical-AI literature as one of the early articulations of\n  what a responsible deployment looked like.\n</p>\n\n<h2 id=\"continuum\">The full picture</h2>\n\n<p>\n  By 2025 the field had matured enough to attempt a synthesis. Dr.\n  Osterman co-authored <em>Artificial intelligence across the cancer care\n  continuum</em>\n  (<a href=\"https://doi.org/10.1002/cncr.70050\">Riaz, Khan &amp; Osterman,\n  <em>Cancer</em>, August 2025</a>) - a comprehensive review mapping AI\n  applications across the entire cancer journey: screening, diagnosis,\n  treatment selection, toxicity prediction, survivorship, and quality of\n  life. The structure is intentional. AI is not one thing in oncology;\n  it is many overlapping things, each at a different stage of validation\n  and adoption. The review documents that.\n</p>\n\n<figure class=\"case-figure\">\n  <picture><source type=\"image/avif\" srcset=\"/assets/img/opt/S8eKaOvEUz-360.avif 360w, /assets/img/opt/S8eKaOvEUz-720.avif 720w, /assets/img/opt/S8eKaOvEUz-1080.avif 1080w, /assets/img/opt/S8eKaOvEUz-1377.avif 1377w\" sizes=\"(min-width: 760px) 720px, 100vw\"><source type=\"image/webp\" srcset=\"/assets/img/opt/S8eKaOvEUz-360.webp 360w, /assets/img/opt/S8eKaOvEUz-720.webp 720w, /assets/img/opt/S8eKaOvEUz-1080.webp 1080w, /assets/img/opt/S8eKaOvEUz-1377.webp 1377w\" sizes=\"(min-width: 760px) 720px, 100vw\"><img src=\"/assets/img/opt/S8eKaOvEUz-360.png\" alt=\"The cancer care continuum framework: AI applications mapped across Prevention (risk profiling, screening), Diagnosis (radiology, histopathology, molecular), Treatment (surgical planning, radiation, systemic therapy, toxicity monitoring), Survivorship (monitoring, personalized plans, psychosocial intervention), and End-of-life care (symptom management, prognostication, decision support).\" loading=\"lazy\" decoding=\"async\" width=\"1377\" height=\"961\" srcset=\"/assets/img/opt/S8eKaOvEUz-360.png 360w, /assets/img/opt/S8eKaOvEUz-720.png 720w, /assets/img/opt/S8eKaOvEUz-1080.png 1080w, /assets/img/opt/S8eKaOvEUz-1377.png 1377w\" sizes=\"(min-width: 760px) 720px, 100vw\"></picture>\n  <figcaption>\n    The cancer care continuum framework from Riaz, Khan &amp; Osterman,\n    <em>Cancer</em>, 2025: AI is many overlapping technologies at\n    different stages of validation, distributed across the entire arc\n    of cancer care.\n  </figcaption>\n</figure>\n\n<p>\n</p>\n\n<h2 id=\"structured\">The structured-data corollary</h2>\n\n<p>\n  Through every one of these papers a single argument keeps surfacing:\n  AI in healthcare is most useful when the data underneath is\n  structured. A model trained on unstructured PDFs generalizes poorly;\n  a model that consumes standardized FHIR-shaped data generalizes well.\n  This is the connection between the AI work and the standards work.\n</p>\n\n<p>\n  Dr. Osterman and colleagues published <em>mCODEGPT</em> in\n  <em>Communications Medicine</em> in October 2025\n  (<a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Zhang, Huang,\n  Malin, Osterman &amp; Long, 2025</a>) - a zero-shot information\n  extraction approach that uses large language models to lift\n  mCODE-conformant elements out of clinical free text. The point is the\n  target. When an LLM has a structured schema to aim at (mCODE), the\n  outputs become trustworthy and reusable. When it doesn't, the outputs\n  are eloquent guesses.\n</p>\n\n<p>\n  The same logic applies to the GE HealthCare Digital Precision Oncology\n  work\n  (<a href=\"/case-studies/digital-precision-oncology/\">case study</a>):\n  the reason ML on EHR data is tractable for immunotherapy outcome\n  prediction is because the underlying clinical data was first organized,\n  curated, and structured. AI is the visible layer; the data work\n  underneath is what makes it possible.\n</p>\n\n<h2 id=\"lesson\">The lesson</h2>\n\n<p>\n  Dr. Osterman's AI work isn't a story of one model or one paper. It's a\n  position. AI in oncology should be validated narrowly before it's\n  deployed broadly; it should be framed honestly to clinicians and\n  patients about what it can and cannot do; and it should be built on\n  top of structured data standards, not as a workaround for the lack of\n  them. The next decade of cancer AI depends on getting all three right.\n</p>\n\n<h2 id=\"works\">Cited works</h2>\n\n<ol class=\"biblio\">\n  <li>\n    Goodman RS, Patrinely JR, Stone CA Jr, Zimmerman E, Donald RR, Chang\n    SS, Berkowitz ST, Finn AP, Jahangir E, Scoville EA, Reese TS, Friedman\n    DL, Bastarache JA, van der Heijden YF, Wright JJ, Ye F, Carter N,\n    Alexander MR, Choe JH, Chastain CA, Zic JA, Horst SN, Turker I, Agarwal\n    R, Osmundson E, Idrees K, Kiernan CM, Padmanabhan C, Bailey CE,\n    Schlegel CE, Chambless LB, Gibson MK, Osterman TJ, Wheless L, Johnson\n    DB.\n    <a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Accuracy\n    and Reliability of Chatbot Responses to Physician Questions</a>.\n    <em>JAMA Network Open</em> 2023;6(10):e2336483.\n  </li>\n  <li>\n    Goodman RS, Patrinely JR, Osterman T, Wheless L, Johnson DB.\n    <a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">On the cusp:\n    Considering the impact of artificial intelligence language models in\n    healthcare</a>.\n    <em>Med</em> 2023;4(3):139-140.\n  </li>\n  <li>\n    Riaz IB, Khan MA, Osterman TJ.\n    <a href=\"https://doi.org/10.1002/cncr.70050\">Artificial intelligence\n    across the cancer care continuum</a>.\n    <em>Cancer</em> 2025.\n  </li>\n  <li>\n    Zhang K, Huang T, Malin BA, Osterman T, Long Q.\n    <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Introducing\n    mCODEGPT as a zero-shot information extraction from clinical free\n    text data tool for cancer research</a>.\n    <em>Communications Medicine</em> 2025.\n  </li>\n</ol>\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/ai-in-oncology/\">AI in oncology - efficacy and toxicity prediction</a> ·\n  <a href=\"/case-studies/digital-precision-oncology/\">Digital Precision Oncology (case study)</a> ·\n  <a href=\"/case-studies/mcode/\">mCODE (case study)</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/blog/",
      "url": "https://osterman.co/blog/",
      "title": "Blog — Travis Osterman | Informatics & Oncology Archive",
      "date_published": "2026-06-11T00:04:24.000Z",
      "summary": "Blog posts by Travis Osterman, DO, MS - a small archive of writing on oncology informatics, internal medicine, hardware, and tools.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Blog</h1>\n  <p class=\"lede\">\n    A small archive of posts on oncology informatics, internal medicine,\n    hardware, and tools. Most are from the early 2010s and preserved here for\n    continuity.\n  </p>\n</header>\n\n<ul class=\"post-list\" role=\"list\"><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2017-12-15T00:00:00.000Z\">2017-12-15</time>\n      </p>\n      <h2><a href=\"/favorite-christmas-story-this-year/\">Favorite Christmas Story this Year</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2013-03-25T00:00:00.000Z\">2013-03-25</time>\n      </p>\n      <h2><a href=\"/good-enough-dad/\">Good Enough Dad</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-10-29T00:00:00.000Z\">2012-10-29</time>\n      </p>\n      <h2><a href=\"/hydroponics-ebb-and-flow-cost/\">Hydroponics - Cost To Get Started with Ebb and Flow Hydroponics</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-10-22T00:00:00.000Z\">2012-10-22</time>\n      </p>\n      <h2><a href=\"/enders-game-audiobook-for-the-family/\">Ender&#39;s Game - Audiobook for the Family</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-10-15T00:00:00.000Z\">2012-10-15</time>\n      </p>\n      <h2><a href=\"/stand-up-to-cancer-using-oncology-informatics/\">Stand Up To Cancer Using Oncology Informatics</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-10-01T00:00:00.000Z\">2012-10-01</time>\n      </p>\n      <h2><a href=\"/stanford-oncology-informatics/\">Stanford Oncology Informatics</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-09-06T00:00:00.000Z\">2012-09-06</time>\n      </p>\n      <h2><a href=\"/can-i-break-even-selling-ads-on-my-website/\">Can I Break Even Selling Ads On My Website</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-08-30T00:00:00.000Z\">2012-08-30</time>\n      </p>\n      <h2><a href=\"/secure-electronic-sign-out-handoff-or-changeover/\">Rethinking Secure Electronic Sign out (Hand off or Changeover)</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-08-23T00:00:00.000Z\">2012-08-23</time>\n      </p>\n      <h2><a href=\"/why-you-cant-be-anything-you-want-to-be/\">Why You Can&#39;t Be Anything You Want to Be</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-08-20T00:00:00.000Z\">2012-08-20</time>\n      </p>\n      <h2><a href=\"/diuretics-and-heart-failure/\">Diuretics and Heart Failure</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-08-16T00:00:00.000Z\">2012-08-16</time>\n      </p>\n      <h2><a href=\"/nvidia-pci-video-card/\">Nvidia VDPau Purevideo PCI Video Card for Mythtv</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-08-13T00:00:00.000Z\">2012-08-13</time>\n      </p>\n      <h2><a href=\"/cefepime-seizure-risk/\">Seizure Risk for Cefepime if not Dose Adjusted</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-08-09T00:00:00.000Z\">2012-08-09</time>\n      </p>\n      <h2><a href=\"/coffee-and-medicine/\">Coffee and Medicine</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-08-06T00:00:00.000Z\">2012-08-06</time>\n      </p>\n      <h2><a href=\"/hostigation-review/\">Hostigation Review</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-08-02T00:00:00.000Z\">2012-08-02</time>\n      </p>\n      <h2><a href=\"/randomized-control-trial/\">End of the Double-Blind Randomized Control Trial?</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-07-30T00:00:00.000Z\">2012-07-30</time>\n      </p>\n      <h2><a href=\"/windows-portable-sync-comparison/\">Windows Portable Sync Comparison</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-07-26T00:00:00.000Z\">2012-07-26</time>\n      </p>\n      <h2><a href=\"/zofran-prolonged-qt/\">Zofran Causes Prolonged QT  at High Dose</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-07-23T00:00:00.000Z\">2012-07-23</time>\n      </p>\n      <h2><a href=\"/occupational-exposure-to-metals/\">Occupational Exposure to Metals</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-07-18T00:00:00.000Z\">2012-07-18</time>\n      </p>\n      <h2><a href=\"/raspberry-pi-video-roundup/\">Raspberry Pi Video Roundup</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-07-16T00:00:00.000Z\">2012-07-16</time>\n      </p>\n      <h2><a href=\"/glycosuria-without-hyperglycemia/\">glycosuria without hyperglycemia</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-07-09T00:00:00.000Z\">2012-07-09</time>\n      </p>\n      <h2><a href=\"/raspberry-pi/\">Raspberry Pi, a $35 Computer</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-07-05T00:00:00.000Z\">2012-07-05</time>\n      </p>\n      <h2><a href=\"/how-stable-is-your-operating-system/\">How Stable Is Your Operating System?</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-06-18T00:00:00.000Z\">2012-06-18</time>\n      </p>\n      <h2><a href=\"/oncology-informatics-provides-decision-support-based-on-gene-mutations/\">Oncology Informatics Provides Decision Support Based on Gene Mutations</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-06-14T00:00:00.000Z\">2012-06-14</time>\n      </p>\n      <h2><a href=\"/secure-personal-health-information/\">Secure Personal Health Information in 10 Steps</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-06-07T00:00:00.000Z\">2012-06-07</time>\n      </p>\n      <h2><a href=\"/oncology-informatics/\">Oncology Informatics</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-06-06T00:00:00.000Z\">2012-06-06</time>\n      </p>\n      <h2><a href=\"/staph-infection/\">Staph Infection?</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-06-05T00:00:00.000Z\">2012-06-05</time>\n      </p>\n      <h2><a href=\"/unasyn-vs-zosyn/\">Unasyn vs Zosyn</a></h2>\n    </li><li class=\"post-list-item\">\n      <p class=\"post-meta\">\n        <time datetime=\"2012-06-02T00:00:00.000Z\">2012-06-02</time>\n      </p>\n      <h2><a href=\"/thunderbird-and-google-calendar/\">Thunderbird and Google Calendar</a></h2>\n    </li></ul>\n"
    },
    {
      "id": "https://osterman.co/expertise/lung-cancer/",
      "url": "https://osterman.co/expertise/lung-cancer/",
      "title": "Lung Cancer — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Dr. Osterman's lung cancer practice and research - structured smoking history in the EHR (SHAPES, SmokeBERT), screening, and ICI outcome prediction.",
      "content_html": "<header class=\"page-hero\">\n  <h1>Lung Cancer</h1>\n  <p class=\"lede\">Active medical-oncology practice in lung cancer paired with informatics research that brought structured smoking history into the EHR - SHAPES and its BERT-era successor SmokeBERT - plus screening implementation, immune checkpoint inhibitor prediction, and bedside research from atypical cases.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Lung cancer is the single largest cause of cancer death in the\n  United States and the cancer for which screening evidence is\n  cleanest: low-dose CT screening of eligible smokers and former\n  smokers reduces mortality by roughly 20% in the published trials.\n  But determining who is eligible depends on accurate pack-year\n  exposure history - and pack-year history is almost always buried\n  in unstructured clinical narratives, not the EHR's structured\n  smoking-status field. That gap between \"evidence says screen\n  eligible patients\" and \"the EHR can't reliably tell you who is\n  eligible\" is the problem Dr. Osterman has worked on for more than\n  a decade. It was also the work that got him started.\n</p>\n\n<p>\n  <strong>SHAPES (2015-2017) and the YIA.</strong>\n  Dr. Osterman built the\n  <em>Smoking History and Pack-Year Extraction System (SHAPES)</em>\n  during his medical-oncology fellowship and biomedical-informatics\n  MS at Vanderbilt - a natural-language-processing pipeline that\n  reads clinical notes and reconstructs granular tobacco exposure\n  (pack-years, duration, quit dates) from free text. The early work\n  was presented at international meetings starting in 2015\n  (<em>Quantifying Tobacco Exposure Using Clinical Notes and Natural\n  Language Processing</em>, IASLC Targeted Therapies 2016) and\n  earned him the\n  <a href=\"https://www.conquer.org/\">Conquer Cancer Foundation\n  Young Investigator Award in 2016</a>. The first downstream\n  application followed almost immediately: an EHR-wide\n  gene-environment interaction study using SHAPES-extracted smoking\n  data to evaluate lung-cancer risk\n  (Osterman, Wei, Mize &amp; Denny, ASCO 2016 abstract 1524).\n</p>\n\n<p>\n  <strong>Lung cancer screening implementation.</strong>\n  Once an extraction pipeline exists, the question becomes whether\n  it actually moves screening forward. A series of Vanderbilt\n  collaborations with the lung-cancer-screening community examined\n  that translation in practice. Two examples:\n  <a href=\"https://doi.org/10.1177/09691413211013058\"><em>Women\n  screened for breast cancer are dying from lung cancer: An\n  opportunity to improve lung cancer screening</em></a>\n  (Sandler, Haddad, Paulson, Osterman &amp; Scott, <em>Journal of\n  Medical Screening</em>, 2021) - mining the existing breast-cancer\n  screening cohort for women who would also qualify for lung-cancer\n  screening but weren't being offered it. And\n  <a href=\"https://doi.org/10.6004/jnccn.2023.7049\"><em>Identification\n  and Characterization of Avoidable Hospital Admissions in Patients\n  With Lung Cancer</em></a>\n  (Lander, Li, Huang, Cass, Iams et al., <em>JNCCN</em>, 2023) - on\n  the care-delivery side, identifying admissions that could be\n  prevented with better outpatient management.\n</p>\n\n<p>\n  <strong>SmokeBERT (2025) - the language-model successor.</strong>\n  SHAPES was a careful hand-engineered NLP pipeline; ten years later\n  the technique of choice is transformer-based language modeling\n  applied to the same problem. Heng Tan, MD - a Hematology-Oncology\n  fellow Dr. Osterman mentored - led the development of\n  <em>SmokeBERT</em>, a BERT-based smoking-history extraction model\n  that significantly outperforms the original SHAPES on\n  reconstruction accuracy and generalization. The work was published\n  as\n  <a href=\"https://doi.org/10.1200/CCI-25-00350\"><em>SmokeBERT and\n  Beyond: Bridging Clinical Narratives and Structured Smoking Data\n  To Improve Lung Cancer Screening</em></a>\n  (Tan &amp; Osterman, <em>JCO Clinical Cancer Informatics</em>,\n  2025), with Dr. Osterman as senior author. The arc is exactly the\n  one this site keeps coming back to: a fellow inheriting a problem\n  that's been around for a decade, applying the current generation\n  of tools to it, and pushing the field forward. See\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> for the\n  broader thread on LLMs in clinical contexts, and\n  <a href=\"/expertise/clinical-informatics-education/\">clinical\n  informatics education</a> for the trainee pipeline that produced\n  the work.\n</p>\n\n<p>\n  <strong>Immune checkpoint inhibitor prediction in lung cancer.</strong>\n  Lung cancer is the single largest clinical application of immune\n  checkpoint inhibitors, and is therefore the highest-yield context\n  for the\n  <a href=\"/case-studies/digital-precision-oncology/\">GE HealthCare\n  Digital Precision Oncology</a> work on predicting ICI efficacy\n  and toxicity from real-world data. The cohorts that powered the\n  flagship Lippenszky et al. <em>JCO CCI</em> 2024 paper draw\n  heavily on Vanderbilt lung-cancer patients, and the predictive\n  framework is most clinically useful where it is most clinically\n  needed: at the point of choosing whether to start an ICI in a\n  patient with metastatic NSCLC.\n</p>\n\n<p>\n  <strong>Bedside research from active clinical practice.</strong>\n  Dr. Osterman's lung-cancer clinical practice continually surfaces\n  problems beyond screening that the same data infrastructure can\n  address. A notable example: in collaboration with thoracic\n  oncologist Dr. Wade Iams and the maternal-fetal-medicine team at\n  Vanderbilt, Dr. Osterman co-authored\n  <a href=\"https://doi.org/10.1016/j.jtocrr.2022.100361\"><em>Two\n  Uncomplicated Pregnancies on Alectinib in a Woman With Metastatic\n  ALK-Rearranged NSCLC</em></a> (Weidenbaum, Cann, Osmundson, Iams\n  &amp; Osterman, <em>JTO Clinical and Research Reports</em>, 2022) -\n  a clinical case report documenting a young woman with metastatic\n  ALK-rearranged NSCLC who carried two pregnancies to term while\n  continuing targeted therapy with alectinib. The paper is the kind\n  of bedside-driven contribution that only happens when an active\n  clinician is paying attention to atypical cases and willing to\n  publish them. Adjacent NSCLC-care work continues through the\n  Vanderbilt-Ingram Thoracic Oncology research community.\n</p>\n\n<p>\n  <strong>Clinical practice and appointments.</strong>\n  Dr. Osterman maintains an active medical-oncology clinical\n  practice at Vanderbilt-Ingram Cancer Center, with a clinical\n  focus on lung cancer. New-patient appointments and second\n  opinions can be requested through the\n  <a href=\"https://www.vanderbilthealth.com/doctors/osterman-travis\">Vanderbilt\n  Health physician directory</a>.\n</p>\n\n<p>\n  The through-line: lung cancer is where the data-infrastructure\n  thesis got tested first. If clinical informatics can solve the\n  smoking-history extraction problem cleanly enough to move\n  population-level screening, it can solve almost any structured-data\n  extraction problem in oncology. And the active clinical practice\n  is what keeps the rest of the work honest. See also\n  <a href=\"/expertise/cancer-data-standards/\">cancer data standards\n  (mCODE)</a> and\n  <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in\n  the EHR</a> for the standards-and-substrate work that the lung\n  cancer research connects to.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>SHAPES (Smoking History and Pack-Year Extraction System) - 2016 Conquer Cancer Foundation Young Investigator Award</li>\n  <li>SmokeBERT - clinical narrative to structured smoking data (JCO CCI, 2025)</li>\n  <li>Lung cancer screening implementation research at Vanderbilt-Ingram</li>\n</ul>\n\n\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (12)</h2>\n<ol class=\"biblio\">\n  <li>\n    Heng Tan, Travis J. Osterman.\n    <a href=\"https://doi.org/10.1200/CCI-25-00350\">SmokeBERT and Beyond: Bridging Clinical Narratives and Structured Smoking Data To Improve Lung Cancer Screening</a>.\n    <em>JCO clinical cancer informatics</em>\n    <small class=\"date\">Dec 22, 2025</small>\n  </li>\n  <li>\n    Shelby A. Crants et al.\n    <a href=\"https://doi.org/10.1016/j.ijrobp.2025.10.006\">Clonal Hematopoiesis of Indeterminate Potential After Radiation Therapy</a>.\n    <em>International Journal of Radiation Oncology*Biology*Physics</em>\n    <small class=\"date\">Oct 24, 2025</small>\n  </li>\n  <li>\n    Kai Zhang, Tongtong Huang, Bradley A. Malin, Travis Osterman, Qi Long, Xiaoqian Jiang.\n    <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research</a>.\n    <em>Communications Medicine</em>\n    <small class=\"date\">Oct 15, 2025</small>\n  </li>\n  <li>\n    Irbaz Bin Riaz, Muhammad Ali Khan, Travis J. Osterman.\n    <a href=\"https://doi.org/10.1002/cncr.70050\">Artificial intelligence across the cancer care continuum</a>.\n    <em>Cancer</em>\n    <small class=\"date\">Aug 15, 2025</small>\n  </li>\n  <li>\n    Yanwei Li et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00249\">Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Jun 28, 2024</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00207\">Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Mar 21, 2024</small>\n  </li>\n  <li>\n    Rachel S. Goodman et al.\n    <a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Accuracy and Reliability of Chatbot Responses to Physician Questions</a>.\n    <em>JAMA Network Open</em>\n    <small class=\"date\">Oct 2, 2023</small>\n  </li>\n  <li>\n    Eric M. Lander et al.\n    <a href=\"https://doi.org/10.6004/jnccn.2023.7049\">Identification and Characterization of Avoidable Hospital Admissions in Patients With Lung Cancer</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Oct 1, 2023</small>\n  </li>\n  <li>\n    Protiva Rahman et al.\n    <a href=\"https://doi.org/10.1093/jamiaopen/ooad017\">Accelerated curation of checkpoint inhibitor-induced colitis cases from electronic health records</a>.\n    <em>JAMIA Open</em>\n    <small class=\"date\">Apr 1, 2023</small>\n  </li>\n  <li>\n    Rachel S. Goodman, J. Randall Patrinely, Travis Osterman, Lee Wheless, Douglas B. Johnson.\n    <a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">On the cusp: Considering the impact of artificial intelligence language models in healthcare</a>.\n    <em>Med (New York, N.Y.)</em>\n    <small class=\"date\">Mar 10, 2023</small>\n  </li>\n  <li>\n    Douglas Johnson et al.\n    <a href=\"https://doi.org/10.21203/rs.3.rs-2566942/v1\">Assessing the Accuracy and Reliability of AI-Generated Medical Responses: An Evaluation of the Chat-GPT Model (under review)</a>.\n    \n    <small class=\"date\">Feb 28, 2023</small>\n  </li>\n  <li>\n    Chloe Weidenbaum, Christopher G. Cann, Sarah Osmundson, Wade T. Iams, Travis Osterman.\n    <a href=\"https://doi.org/10.1016/j.jtocrr.2022.100361\">Two Uncomplicated Pregnancies on Alectinib in a Woman With Metastatic ALK-Rearranged NSCLC: A Case Report</a>.\n    <em>JTO Clinical and Research Reports</em>\n    <small class=\"date\">Jun 18, 2022</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (7)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>Tennessee Oncology Data Analysts Association</em> (Nashville, TN): \n    \"Advancing Lung Cancer Treatment in the Era of Precision Oncology\".\n    <small class=\"date\">Oct 7, 2022</small>\n  </li>\n  <li>\n    <em>44.\tDBMI Research Forum</em> (Nashville, TN): \n    \"EHR-Wide GxE Study Using Smoking Information Extracted From Clinical Notes\".\n    <small class=\"date\">May 16, 2016</small>\n  </li>\n  <li>\n    <em>46.\tUniversity of California San Diego, Division of Biomedical Informatics</em> (San Diego, CA): \n    \"Extracting and Studying Granular Smoking History from the Electronic Health Record\".\n    <small class=\"date\">Mar 8, 2016</small>\n  </li>\n  <li>\n    <em>AMIA Joint Summit</em>: \n    \"Extracting Tobacco Exposure with the Smoking History and Pack-Year Extraction System (SHAPES)\".\n    <small class=\"date\">Mar 13, 2018</small>\n  </li>\n  <li>\n    <em>Conquer Cancer Foundation Scientific and Career Development Retreat</em> (Washington, DC): \n    \"Smoking History and Pack Year Extraction System (SHAPES): Supporting Lung Cancer Screening and Tobacco-related Research\".\n    <small class=\"date\">Oct 11, 2017</small>\n  </li>\n  <li>\n    <em>28.\tNLM Informatics Training Conference</em> (Columbus, OH): \n    \"EHR-Wide GxE Study using Smoking Information Extracted from Clinical Notes,”\".\n    <small class=\"date\">Jun 29, 2016</small>\n  </li>\n  <li>\n    <em>AMIA Annual Symposium</em> (San Francisco, CA): \n    \"Quantifying Tobacco Exposure Using Clinical Notes and Natural Language Processing to Enable Lung Cancer Screening\".\n    <small class=\"date\">Nov 18, 2015</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (8)</h2>\n<ol class=\"biblio\">\n  <li>\n    Joseph Vento, Lisa Bastarache, Qingxia M. Chen, Travis Osterman.\n    <a href=\"https://doi.org/10.1200/JCO.2025.43.16_suppl.1553\">Real-world side effects of targeted therapies: High-throughput association studies leveraging the CancerLinq Discovery lung cancer database.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 28, 2025</small>\n  </li>\n  <li>\n    David Smith et al.\n    <a href=\"https://doi.org/10.1136/jitc-2024-SITC2024.1246\">1246 Prediction of pneumonitis in immunotherapy patients from prior thorax CT</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2024</small>\n  </li>\n  <li>\n    Zoltan Kiss et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">1294 External validation of machine learning models to predict efficacy and toxicity of immune checkpoint inhibitors using real-world pan cancer cohorts</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1300\">1300 Prediction of efficacy and toxicities of immune checkpoint inhibitors using real-world patient data</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Eszter Csernai et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13565\">Rolling window-based hepatitis toxicity prediction from routine bloodwork in patients undergoing immune checkpoint inhibitor therapy.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Gergely Horváth et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13564\">Predicting immune checkpoint inhibitor-related hepatitis using electronic health records of patients.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13566\">Predicting immune checkpoint inhibitor-related pneumonitis using patient medical information.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Eric Michael Lander et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e21133\">Characterization of avoidable hospital admissions in patients with lung cancer in the immunotherapy and targeted therapy era.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"media\">In the news (2)</h2>\n<ol class=\"biblio\">\n  <li>\n    <a href=\"https://news.vumc.org/2022/08/02/targeted-cancer-drug-pregnancy/\">Targeted cancer drug during pregnancy</a>\n     · <em>Vanderbilt University</em>.\n    <small class=\"date\">Aug 2, 2022</small>\n  </li>\n  <li>\n    <a href=\"https://customers.microsoft.com/en-us/story/1394703347021361603-dr-travis-osterman-microsoft-investigator-fellow-higher-education-azure-en-united-states\">Microsoft Investigator Fellow Dr. Travis Osterman uses Azure to support lung cancer treatment protocols</a>\n     · <em>Microsoft Customers Stories</em>.\n    <small class=\"date\">Jul 23, 2021</small>\n  </li>\n</ol>\n\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/\">all expertise domains</a> · <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> · <a href=\"/expertise/cancer-data-standards/\">Cancer data standards</a> · <a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a> · <a href=\"/expertise/precision-oncology/\">Precision oncology</a> · <a href=\"/expertise/clinical-informatics-education/\">CI education</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/expertise/clinical-informatics-education/",
      "url": "https://osterman.co/expertise/clinical-informatics-education/",
      "title": "Clinical informatics education — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "A unified curriculum spanning undergraduate and graduate medical education. Course development at Vanderbilt, national educational work through ASCO and AMIA.",
      "content_html": "<header class=\"page-hero\">\n  <h1>Clinical informatics education</h1>\n  <p class=\"lede\">A unified curriculum spanning undergraduate and graduate medical education. Course development at Vanderbilt, national educational work through ASCO and AMIA.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Clinical informatics is one of the youngest formal medical\n  specialties - the American Board of Preventive Medicine first\n  certified the field in 2013 - and most medical schools and\n  residency programs still teach it as an elective afterthought, if\n  they teach it at all. Dr. Osterman has spent the past decade\n  treating that as a problem worth solving rather than a fact to\n  accept. The work spans bedside-to-classroom curriculum building at\n  Vanderbilt, individual mentorship of the next cohort of cancer\n  informaticists, national mentoring through ASCO and NCCN trainee\n  programs, and academic coaching for those building Health IT\n  careers.\n</p>\n\n<p>\n  <strong>Founding both programs and writing both curricula.</strong>\n  In 2020 Dr. Osterman founded and now directs the two parallel\n  clinical-informatics teaching programs at Vanderbilt: the\n  <em>Clinical Informatics Integrated Science Curriculum</em> for\n  medical students, and the\n  <em>Graduate Medical Education Clinical Informatics Elective\n  Rotation</em> for residents and fellows. He wrote both curricula\n  from scratch and continues to direct both. The ISC embeds\n  informatics across the medical-student timeline rather than carving\n  out a single optional block; the GME rotation gives residents and\n  fellows hands-on EHR configuration, FHIR development, and\n  decision-support project work in a clinical context. Both programs\n  share a single curricular spine, formalized in\n  <em>A Unified Approach to Clinical Informatics Education for\n  Undergraduate and Graduate Medical Education</em>\n  <img src=\"/assets/img/logos/amia.png\" alt=\"American Medical Informatics Association (AMIA)\" class=\"inline-logo\" loading=\"lazy\" />\n  (Mize &amp; Osterman, <em>AMIA Annu Symp Proc</em>, 2022),\n  and now sit inside\n  the broader Vanderbilt Clinical Informatics Center education\n  strategy described in\n  <a href=\"https://doi.org/10.1055/a-2443-8318\"><em>To Infinity and\n  Beyond!</em></a> (Russo, McCoy, Mize, Osterman et al.,\n  <em>Applied Clinical Informatics</em>, 2025).\n</p>\n\n<p>\n  <strong>The Microsoft Investigator Fellowship (2020).</strong>\n  <img src=\"/assets/img/logos/microsoft.svg\" alt=\"Microsoft\" class=\"inline-logo\" loading=\"lazy\" />\n  Dr. Osterman was selected as a\n  <a href=\"https://www.microsoft.com/en-us/research/academic-program/microsoft-investigator-fellowship/fellowship-recipients/\">Microsoft\n  Investigator Fellow</a> in 2020 - a two-year, $200,000 award - for\n  work leveraging Azure-based virtualization to scale CI education\n  across undergraduate and graduate medical training. The fellowship\n  funded the cloud infrastructure that lets learners build and test\n  against realistic clinical data and systems without the licensing\n  and security overhead that usually makes hands-on informatics\n  education impractical.\n</p>\n\n<p>\n  <strong>Selected mentees.</strong>\n  Curriculum is one half of the work; individual mentorship is the\n  other. The three trainees below illustrate how the Vanderbilt CI\n  education environment compounds: each came in with research\n  curiosity, was given a real project as the substrate, and turned\n  the work into first-author peer-reviewed output before moving on\n  to the next stage of training.\n</p>\n\n<ul>\n  <li>\n    <strong>Yanwei (Vivian) Li.</strong>\n    Joined Dr. Osterman's lab as an undergraduate researcher at\n    Vanderbilt in 2021. Senior developer and first author on the\n    <a href=\"https://doi.org/10.1200/CCI.23.00249\">mCODE Genomics\n    Pilot Project at Vanderbilt</a> (Li, Ye, Huang, Wu, Liu, Ahmed\n    &amp; Osterman, <em>JCO Clinical Cancer Informatics</em>, 2024) -\n    the first published demonstration of an mCODE-on-Azure pipeline\n    lifting structured genomic data out of Epic into FHIR resources.\n    Earlier middle-author work on the\n    <a href=\"https://doi.org/10.1093/jamiaopen/ooab090\">FILTER\n    crowdsourcing platform</a> (Cheng et al., <em>JAMIA Open</em>,\n    2021) and the associated\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13568\">ASCO\n    2022 abstract</a> on oncologist participation in survivorship\n    risk modeling. Now in the Columbia University Bioinformatics PhD\n    program.\n  </li>\n\n  <li>\n    <strong>Jirong (Jiarong) Ye.</strong>\n    Undergraduate researcher in cancer clinical informatics from\n    2023. Second author alongside Vivian Li on the\n    <a href=\"https://doi.org/10.1200/CCI.23.00249\">mCODE Genomics\n    Pilot Project</a> (<em>JCO CCI</em>, 2024) - one of the\n    undergraduates who turned the standard's specification into a\n    working Azure-deployed FHIR pipeline. Now a pre-doctoral student\n    in the Harvard University Bioinformatics MS program.\n  </li>\n\n  <li>\n    <strong>Joseph Vento, MD.</strong>\n    Hematology-Oncology clinical fellow at Vanderbilt, working with\n    Dr. Osterman since 2021. First author on two papers covering the\n    full arc from infrastructure to clinical application: the NCCN\n    abstract\n    <a href=\"https://doi.org/10.6004/jnccn.2022.7165\"><em>BIO23-019:\n    Precision Oncology - Integrating Structured Genomic Data Into\n    the Electronic Health Record</em></a> (<em>JNCCN</em>, 2023) on\n    the upstream workflow that brings structured molecular results\n    into the EHR, and\n    <a href=\"https://doi.org/10.1200/JCO.2025.43.16_suppl.1553\"><em>Real-world\n    side effects of targeted therapies: High-throughput association\n    studies leveraging the Cancer Genome Atlas</em></a>\n    (<em>Journal of Clinical Oncology</em>, 2025) on using that\n    structured data to surface previously underrecognized toxicity\n    signals at scale.\n  </li>\n</ul>\n\n<p>\n  <strong>National mentoring through ASCO and NCCN.</strong>\n  Beyond Vanderbilt, Dr. Osterman is regularly invited to provide\n  ad-hoc mentoring at major oncology meetings - the ASCO Annual\n  Meeting Fellows' Lounge as a Trainee Mentor in 2023, 2024, and\n  2025; ASCO's Career Conversations Mentoring Sessions; and\n  trainee-focused sessions at NCCN meetings. These are unscaled,\n  high-bandwidth career conversations with the small subset of\n  oncology fellows who are seriously considering an informatics\n  path. The\n  <a href=\"https://doi.org/10.1200/EDBK_389880\"><em>Implementing\n  Innovation</em> ASCO Educational Book chapter</a> (Osterman, Yao\n  &amp; Krzyzanowska, 2023) is the most recent published version of\n  that career-pathway framing.\n</p>\n\n<p>\n  <strong>Coaching for physicians building Health IT careers.</strong>\n  <img src=\"/assets/img/logos/faculty-coaching.svg\" alt=\"Faculty Coaching\" class=\"inline-logo\" loading=\"lazy\" />\n  Curriculum is the scaled answer; coaching is the individual one.\n  Dr. Osterman runs\n  <a href=\"https://facultycoaching.com\">facultycoaching.com</a>, an\n  academic coaching practice focused on faculty in academic medicine,\n  with a particular focus on physicians building careers in Health\n  IT. The two threads complement each other: the formal curriculum\n  and named-trainee mentorship scale the basics; the coaching\n  practice addresses the specific career inflection points that the\n  curriculum can't.\n</p>\n\n<p>\n  The through-line: clinical informatics is a discipline that only\n  works if the next generation of physicians can do it fluently.\n  Dr. Osterman's educational work is the pipeline side of that\n  problem - making sure the people who'll build the next decade of\n  cancer informatics, EHR governance, and clinical AI actually exist\n  and are equipped for the work. See also\n  <a href=\"/about/\">/about/</a> for the boards and fellowships that\n  inform this work.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>Clinical Informatics Integrated Science Curriculum (Vanderbilt UME) - Creator and Director</li>\n  <li>Graduate Medical Education Clinical Informatics Elective Rotation - Creator and Director</li>\n  <li>Vanderbilt Clinical Informatics Center Education Strategy</li>\n  <li>ASCO Annual Meeting Program Committee</li>\n</ul>\n\n\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (5)</h2>\n<ol class=\"biblio\">\n  <li>\n    Elise Russo et al.\n    <a href=\"https://doi.org/10.1055/a-2443-8318\">Vanderbilt Clinical Informatics Center Education Strategy: To Infinity and Beyond!</a>.\n    <em>Applied Clinical Informatics</em>\n    <small class=\"date\">Feb 26, 2025</small>\n  </li>\n  <li>\n    Travis J. Osterman, James C. Yao, Monika K. Krzyzanowska.\n    <a href=\"https://doi.org/10.1200/EDBK_389880\">Implementing Innovation: Informatics-Based Technologies to Improve Care Delivery and Clinical Research</a>.\n    <em>American Society of Clinical Oncology Educational Book</em>\n    <small class=\"date\">May 22, 2023</small>\n  </li>\n  <li>\n    Dara E. Mize, Travis J. Osterman.\n    A Unified Approach to Clinical Informatics Education for Undergraduate and Graduate Medical Education.\n    <em>AMIA ... Annual Symposium proceedings. AMIA Symposium</em>\n    <small class=\"date\">Nov 8, 2022</small>\n  </li>\n  <li>\n    David A. Chambers et al.\n    <a href=\"https://doi.org/10.1200/EDBK_238057\">The Impact of Big Data Research on Practice, Policy, and Cancer Care</a>.\n    <em>American Society of Clinical Oncology Educational Book</em>\n    <small class=\"date\">May 1, 2019</small>\n  </li>\n  <li>\n    Matthew J. Rioth, Travis J. Osterman, Jeremy L. Warner.\n    <a href=\"https://doi.org/10.14694/EdBook_AM.2015.35.e608\">Advances in website information resources to aid in clinical practice</a>.\n    <em>American Society of Clinical Oncology educational book / ASCO. American Society of Clinical Oncology. Meeting</em>\n    <small class=\"date\">May 14, 2015</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (2)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>AMIA Annual Symposium</em> (Washington, DC): \n    \"A Unified Approach to CI Education for UME and GME\".\n    <small class=\"date\">Nov 8, 2022</small>\n  </li>\n  <li>\n    <em>AMIA Annual Symposium</em> (Washington, DC): \n    \"Spicing Up Your Clinical Informatics Curriculum: Incorporating Interactive Learning Activities\".\n    <small class=\"date\">Nov 7, 2022</small>\n  </li>\n</ol>\n\n\n\n\n\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/\">all expertise domains</a> · <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> · <a href=\"/expertise/cancer-data-standards/\">Cancer data standards</a> · <a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a> · <a href=\"/expertise/precision-oncology/\">Precision oncology</a> · <a href=\"/expertise/lung-cancer/\">Lung cancer</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/expertise/precision-oncology/",
      "url": "https://osterman.co/expertise/precision-oncology/",
      "title": "Precision oncology implementation — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Translating structured molecular results into point-of-care decision support: trial matching, biomarker-driven therapy selection, structured staging at scale.",
      "content_html": "<header class=\"page-hero\">\n  <h1>Precision oncology implementation</h1>\n  <p class=\"lede\">Translating structured molecular results into point-of-care decision support: trial matching, biomarker-driven therapy selection, structured staging at scale.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Precision oncology is the part of cancer care where molecular results\n  actually meet a treatment decision. The data has to be in the EHR\n  (that's <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics\n  in the EHR</a>); it has to be interoperable\n  (<a href=\"/expertise/cancer-data-standards/\">cancer data standards\n  (mCODE)</a>); and then it has to surface in the clinician's workflow\n  at the moment the decision is being made - which is what this domain\n  is about. Dr. Osterman's work in precision oncology is the\n  implementation layer: trial matching, biomarker-driven therapy\n  selection, molecular tumor board operations, structured staging,\n  and the decision-support surfaces that connect a structured variant\n  to a clinical action.\n</p>\n\n<p>\n  <strong>Trial matching as the first proving ground (2017-2021).</strong>\n  Matching cancer patients to clinical trials based on molecular\n  profile is the cleanest test of \"did our genomics integration\n  actually do anything.\" If the structured data is real, the\n  trial-matching algorithm should find candidates a human screener\n  would miss. Dr. Osterman's earliest work in this area, with mentor\n  Dr. Mia Levy, asked exactly that question: the 2017 ASCO abstract\n  <a href=\"https://doi.org/10.1200/JCO.2017.35.15_suppl.e18182\"><em>Utility\n  of adding clinical data to a molecular results portal for improving\n  clinical trial prescreen</em></a> was the pragmatic proof of\n  concept, and the 2019 follow-up\n  (<a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18006\">Jain,\n  Culley, Osterman &amp; Levy, ASCO 2019</a>) evaluated reflex\n  trial-matching across a broader oncology population.\n</p>\n\n<p>\n  The harder lesson came in the\n  <a href=\"https://doi.org/10.1200/CCI.19.00033\"><em>Conceptual\n  Framework to Support Clinical Trial Optimization and End-to-End\n  Enrollment Workflow</em></a> (Jain, Culley, Knoop, Micheel,\n  Osterman &amp; Levy, <em>JCO Clinical Cancer Informatics</em>,\n  2019). At the time most trial-matching work treated the problem\n  as: <em>does this patient meet the published eligibility criteria\n  for this trial?</em> The framework paper argued that this framing\n  systematically underweighted the operational layer that decides\n  whether matching actually translates into enrollment - in\n  particular, <strong>slot availability</strong> (a trial open in the\n  abstract may have no open enrollment slots in practice) and\n  <strong>which specific arms of a trial are open at the patient's\n  local site</strong> (a trial may be \"open\" but only for a single\n  arm the patient doesn't qualify for, or open at a partner site the\n  patient can't realistically travel to). The paper formalized\n  knowledge representation of clinical trials, waitlist management,\n  and the end-to-end enrollment workflow - and made the case that\n  precision-oncology trial matching couldn't be solved at the\n  eligibility-criteria layer alone.\n</p>\n\n<p>\n  <strong>The 2021 maturation - three companion papers.</strong>\n  Three peer-reviewed papers landed within seven months of each other\n  in 2021, each from the same Vanderbilt team, and together they map\n  the precision-oncology implementation surface:\n</p>\n\n<ul>\n  <li>\n    <a href=\"https://doi.org/10.1200/CCI.20.00142\"><em>Learnings From\n    Precision Clinical Trial Matching for Oncology Patients Who\n    Received NGS Testing</em></a> (Jain et al., <em>JCO Clinical\n    Cancer Informatics</em>, Feb 2021) - what could be matched, what\n    couldn't, and where the structured-data gaps were.\n  </li>\n  <li>\n    <a href=\"https://doi.org/10.1002/onco.13936\"><em>Framework for\n    Implementing and Tracking a Molecular Tumor Board at a National\n    Cancer Institute-Designated Center</em></a> (Jain et al.,\n    <em>The Oncologist</em>, Aug 2021) - how to govern the human-review\n    side around the structured data, with measurable cadence and\n    accountability.\n  </li>\n  <li>\n    <a href=\"https://doi.org/10.1200/CCI.21.00084\"><em>My Cancer\n    Genome: Coevolution of Precision Oncology and a Molecular Oncology\n    Knowledgebase</em></a> (Holt et al., <em>JCO CCI</em>, Sept 2021)\n    - the knowledgebase layer that turns a raw variant into clinically\n    actionable interpretation inside the EHR.\n  </li>\n</ul>\n\n<p>\n  <strong>Access to testing as the upstream problem.</strong>\n  Trial matching and decision support both assume the patient\n  actually has structured molecular results to match against. That\n  assumption breaks at the population level: not every patient with\n  a precision-oncology-eligible cancer receives next-generation\n  sequencing, and access is unequal. The 2021 abstract <em>Evaluating\n  health disparities in access to genomic testing for metastatic\n  non-small cell lung cancer</em> (Yoon, Weeraratne, Arriaga, Huang\n  &amp; Osterman, 2021) documented those access gaps in NSCLC and\n  framed them as a measurable upstream problem - because if NGS\n  testing isn't ordered in the first place, none of the downstream\n  precision-oncology infrastructure ever reaches the patient.\n</p>\n\n<p>\n  <strong>OKRA - alerting clinicians when the evidence changes.</strong>\n  A targeted therapy approval, a label expansion, or a new clinical\n  trial opening for a specific variant can dramatically change a\n  patient's treatment options - but only if the clinician knows about\n  it in time. <em>OKRA</em> (Oncology Knowledge Rapid Alerts), funded\n  by an NCI R21, is the alerting layer that tells clinicians when a\n  new targeted therapy becomes available for a variant a patient on\n  their panel already carries. It depends on every preceding piece -\n  the structured genomic data in the EHR, the curated knowledgebase,\n  the trial-matching infrastructure - and surfaces the actionable\n  change at the point of care.\n</p>\n\n<p>\n  <strong>Structured staging in Epic Hyperspace.</strong>\n  Cancer staging - TNM, biomarker status, clinical interpretation - is\n  the connective tissue between diagnosis and treatment selection, and\n  historically it has lived in free-text notes that downstream\n  applications can't parse. Dr. Osterman is PI on an ongoing project\n  building an AI-extracted oncology staging workflow into Epic\n  Hyperspace, with Epic as the platform collaborator. Once staging is\n  structured at the point of care, trial-matching, mCODE submission to\n  CMS, and outcome research all become tractable from the same data.\n</p>\n\n<p>\n  The through-line: precision oncology only works when the molecular\n  data, the interoperability layer, the knowledgebase, and the\n  workflow surfaces are all in place. Dr. Osterman has built or led\n  all four at Vanderbilt-Ingram, and the published record is the\n  audit trail. See also\n  <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in\n  the EHR</a> for the data substrate,\n  <a href=\"/expertise/cancer-data-standards/\">cancer data standards\n  (mCODE)</a> for the interoperability layer, and\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> for where\n  predictive models on this foundation are headed.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>OKRA (Oncology Knowledge Rapid Alerts) - NCI R21</li>\n  <li>MyCancerGenome integration into the EHR</li>\n  <li>Molecular tumor board governance framework</li>\n  <li>AI-extracted oncology staging in Epic Hyperspace</li>\n</ul>\n\n\n\n<h2 id=\"case-study\">Case study</h2>\n<p>\n  This domain has a long-form case study:\n  <a href=\"/case-studies/digital-precision-oncology/\"><strong>Predicting immunotherapy efficacy and toxicity from real-world data</strong></a>.\n</p>\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (12)</h2>\n<ol class=\"biblio\">\n  <li>\n    Michael J. Robinson et al.\n    <a href=\"https://doi.org/10.1186/s12885-026-16854-x\">The CAUSAL study: a prospective cohort of sarcoma survivors across the lifespan</a>.\n    <em>BMC Cancer</em>\n    <small class=\"date\">Aug 27, 2026</small>\n  </li>\n  <li>\n    Irbaz Bin Riaz, Muhammad Ali Khan, Travis J. Osterman.\n    <a href=\"https://doi.org/10.1002/cncr.70050\">Artificial intelligence across the cancer care continuum</a>.\n    <em>Cancer</em>\n    <small class=\"date\">Aug 15, 2025</small>\n  </li>\n  <li>\n    Teri A. Manolio et al.\n    <a href=\"https://doi.org/10.1002/lrh2.70027\">Advancing the science of genomic learning healthcare systems</a>.\n    <em>Learning Health Systems</em>\n    <small class=\"date\">Jul 23, 2025</small>\n  </li>\n  <li>\n    Karen M. Huelsman et al.\n    <a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 29, 2024</small>\n  </li>\n  <li>\n    Engineering National Academies of Sciences.\n    <a href=\"https://doi.org/10.17226/27744\">Incorporating Integrated Diagnostics into Precision Oncology Care: Proceedings of a Workshop</a>.\n    \n    <small class=\"date\">Apr 17, 2024</small>\n  </li>\n  <li>\n    Marilyn E. Holt et al.\n    <a href=\"https://doi.org/10.1200/CCI.21.00084\">My Cancer Genome: Coevolution of Precision Oncology and a Molecular Oncology Knowledgebase</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Sep 1, 2021</small>\n  </li>\n  <li>\n    Neha M. Jain et al.\n    <a href=\"https://doi.org/10.1002/onco.13936\">Framework for Implementing and Tracking a Molecular Tumor Board at a National Cancer Institute–Designated Comprehensive Cancer Center</a>.\n    <em>The Oncologist</em>\n    <small class=\"date\">Aug 14, 2021</small>\n  </li>\n  <li>\n    Neha M. Jain, Alison Culley, Christine M. Micheel, Travis J. Osterman, Mia A. Levy.\n    <a href=\"https://doi.org/10.1200/CCI.20.00142\">Learnings From Precision Clinical Trial Matching for Oncology Patients Who Received NGS Testing</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Feb 1, 2021</small>\n  </li>\n  <li>\n    Travis J. Osterman, May Terry, Robert S. Miller.\n    <a href=\"https://doi.org/10.1200/CCI.20.00059\">Improving Cancer Data Interoperability: The Promise of the Minimal Common Oncology Data Elements (mCODE) Initiative</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Nov 1, 2020</small>\n  </li>\n  <li>\n    Neha M. Jain, Alison Culley, Teresa Knoop, Christine Micheel, Travis Osterman, Mia Levy.\n    <a href=\"https://doi.org/10.1200/CCI.19.00033\">Conceptual Framework to Support Clinical Trial Optimization and End-to-End Enrollment Workflow</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Jun 21, 2019</small>\n  </li>\n  <li>\n    Neha M Jain, Alison Culley, Travis John Osterman, Mia Alyce Levy.\n    <a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18006\">Learnings from a pragmatic study to evaluate benefit of performing reflex clinical trial matching and providing clinical decision support to physicians.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 20, 2019</small>\n  </li>\n  <li>\n    .\n    <a href=\"https://ascopubs.org/doi/10.1200/OA-25-00159\">Evaluating Underrepresentation in Cancer Clinical Trial Enrollment Across Three National Cancer Institute–Designated Cancer Centers: A Retrospective Demographic Study</a>.\n    <em>JCO Oncology Advances</em>\n    \n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (7)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>Tennessee Osteopathic Medical Association Annual Meeting</em> (Franklin, TN): \n    \"An Update on Precision Oncology: What You Need to Know about Genomic Therapies\".\n    <small class=\"date\">May 2, 2025</small>\n  </li>\n  <li>\n    <em>NCCN EHR Advisory Board</em> (Virtual): \n    \"Clinical Trial Enrollment A Pragmatic Approach\".\n    <small class=\"date\">Nov 8, 2024</small>\n  </li>\n  <li>\n    <em>VICC Board of Advisors</em> (Nashville, TN): \n    \"Implementing A Precision Oncology Program\".\n    <small class=\"date\">Dec 13, 2023</small>\n  </li>\n  <li>\n    <em>Incorporating Integrated Diagnostics into Precision Oncology Care</em> (Washington, DC): \n    \"Ensuring Integrated Diagnostics Facilitate Oncology Care\".\n    <small class=\"date\">Mar 6, 2023</small>\n  </li>\n  <li>\n    <em>Tennessee Oncology Data Analysts Association</em> (Nashville, TN): \n    \"Advancing Lung Cancer Treatment in the Era of Precision Oncology\".\n    <small class=\"date\">Oct 7, 2022</small>\n  </li>\n  <li>\n    <em>Perspectives in Precision Oncology From Prevention to Treatment</em> (Nashville, TN): \n    \"Leveraging Structured Genomic Data\".\n    <small class=\"date\">Jan 17, 2022</small>\n  </li>\n  <li>\n    <em>Epic User Group meeting (UGM)</em> (Verona, WI): \n    \"Precision Medicine: Using Structured Genomic Data in Clinical Decision Support\".\n    <small class=\"date\">Aug 21, 2022</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (7)</h2>\n<ol class=\"biblio\">\n  <li>\n    Karen M. Huelsman et al.\n    <a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2024</small>\n  </li>\n  <li>\n    Zoltan Kiss et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">1294 External validation of machine learning models to predict efficacy and toxicity of immune checkpoint inhibitors using real-world pan cancer cohorts</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1300\">1300 Prediction of efficacy and toxicities of immune checkpoint inhibitors using real-world patient data</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Joseph Vento, Travis Osterman.\n    <a href=\"https://doi.org/10.6004/jnccn.2022.7165\">BIO23-019: Precision Oncology: Integrating Structured Genomic Data Into the Electronic Health Record via the EPIC® Genomics Module</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Mar 31, 2023</small>\n  </li>\n  <li>\n    Gergely Horváth et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13564\">Predicting immune checkpoint inhibitor-related hepatitis using electronic health records of patients.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Neha M Jain, Philip Edward Lammers, Michael R. Savona, Travis John Osterman, Salil Goorha.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e18586\">Using a standard implementation science framework to improve clinical trial enrollment for a community Tennessee oncology center.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Kathleen F. Mittendorf et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13581\">Overcoming barriers in academic-industry partnerships to improve predictive modeling in immuno-oncology.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"media\">In the news (2)</h2>\n<ol class=\"biblio\">\n  <li>\n    <a href=\"https://discoveries.vanderbilthealth.com/2023/02/genomic-data-advances-precision-oncology/\">Discoveries in Medicine - Genomic Data Advances Precision Oncology</a>\n     · <em>Discoveries in Medicine</em>.\n    <small class=\"date\">Feb 22, 2023</small>\n  </li>\n  <li>\n    <a href=\"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/news/21212890/vanderbilt-preparing-to-implement-epic-genomics-module\">Vanderbilt Preparing to Implement Epic Genomics Module</a>\n     · <em>Healthcare Innovation</em>.\n    <small class=\"date\">Mar 4, 2021</small>\n  </li>\n</ol>\n\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/\">all expertise domains</a> · <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> · <a href=\"/expertise/cancer-data-standards/\">Cancer data standards</a> · <a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a> · <a href=\"/expertise/clinical-informatics-education/\">CI education</a> · <a href=\"/expertise/lung-cancer/\">Lung cancer</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/expertise/clinical-genomics-ehr/",
      "url": "https://osterman.co/expertise/clinical-genomics-ehr/",
      "title": "Clinical genomics in the EHR — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Structured genomic data in the EHR at scale - reference-lab integration, decision support, and governance, led by Dr. Osterman at Vanderbilt.",
      "content_html": "<header class=\"page-hero\">\n  <h1>Clinical genomics in the EHR</h1>\n  <p class=\"lede\">Bringing structured genomic data into the electronic health record at scale - reference-lab integration, decision support, and the governance that makes external research collaborations possible.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Most U.S. cancer centers receive molecular results the same way they\n  received them in 2010: as PDF attachments faxed back from a reference\n  lab. The genomic information lives outside the EHR, invisible to\n  decision support, invisible to trial-matching algorithms, invisible\n  to outcomes research. The data exists; it just doesn't travel where\n  it needs to go. Dr. Osterman leads the Clinical Genomics Workstream\n  at Vanderbilt-Ingram Cancer Center and has spent the better part of\n  a decade pulling that data into structured EHR resources where it\n  can actually be used.\n</p>\n\n<p>\n  <strong>Being early.</strong>\n  In 2019 only one U.S. institution had integrated genomic results\n  from a reference laboratory directly into Epic. Vanderbilt was the\n  eighth. Under Dr. Osterman's leadership, that integration shipped,\n  the pipeline matured, and the corpus grew rapidly: by the end of\n  2021 there were roughly twelve thousand tumor genomic reports\n  living as structured data inside the Vanderbilt EHR. Today\n  Vanderbilt holds more structured genomic data in its electronic\n  health record than any other institution in the United States. The\n  rollout was profiled in\n  <a href=\"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/news/21214117/vanderbilt-preparing-to-implement-epic-genomics-module\"><em>Healthcare\n  Innovation</em> (2021)</a> as Vanderbilt prepared to deploy the Epic\n  Genomics Module, again in\n  <a href=\"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/article/21277683/vanderbilt-sees-downstream-benefits-from-integrating-genomic-results-into-ehr\"><em>Healthcare\n  Innovation</em> (2022)</a> once the downstream benefits became\n  visible, and in\n  <a href=\"https://discoveries.vanderbilthealth.com/2023/02/genomic-data-advances-precision-oncology/\"><em>Discoveries\n  in Medicine</em> (2023)</a>.\n</p>\n\n<p>\n  <strong>The backload.</strong>\n  Going forward with structured genomic ingestion is half the problem.\n  The other half is the historical record - thousands of patients\n  already on therapy, with molecular reports already sitting in the\n  EHR as PDFs or scanned attachments, none of it useful to decision\n  support until it is restructured. Dr. Osterman's team designed a\n  backload pipeline that converts that historical genomic data into\n  standard HL7-formatted resources inside Epic, using the same\n  ingestion path as new incoming reports. The result: research\n  cohorts, trial-matching algorithms, and tumor-board prep all see a\n  unified structured corpus across the patient's entire history, not\n  just from cut-over forward. The full upstream workflow is documented\n  in the NCCN abstract\n  <a href=\"https://doi.org/10.6004/jnccn.2022.7165\"><em>BIO23-019:\n  Precision Oncology - Integrating Structured Genomic Data Into the\n  Electronic Health Record</em></a> (Vento &amp; Osterman, 2023).\n</p>\n\n<p>\n  <strong>Sharing the work with the broader community.</strong>\n  Two keynote-scale talks pulled the implementation work into\n  national view. At the\n  <em>American College of Medical Genetics</em> annual meeting in\n  March 2022, Dr. Osterman delivered <em>Data to Knowledge to Wisdom:\n  Improving Care Through Creative Use of Information Systems</em> -\n  framing what becomes possible when genomic results stop being\n  attachments and start being structured clinical signal.\n  <img src=\"/assets/img/logos/acmg.png\" alt=\"American College of Medical Genetics and Genomics\" class=\"inline-logo\" loading=\"lazy\" />\n  Five months later, at the August 2022 Epic User Group Meeting (UGM) -\n  the largest annual gathering of Epic-using health systems - he\n  presented <em>Precision Medicine: Using Structured Genomic Data in\n  Clinical Decision Support</em>, walking other institutions through\n  the build details so they could replicate it locally. The\n  MyCancerGenome integration that powers the clinical interpretation\n  layer was written up the year before\n  (<a href=\"https://doi.org/10.1200/CCI.21.00084\">Holt et al.,\n  <em>JCO CCI</em>, 2021</a>).\n</p>\n\n<p>\n  <strong>Showing the standard on top - with students.</strong>\n  Structured data inside one institution's EHR is necessary but not\n  sufficient: research collaborators outside Vanderbilt still can't\n  get to it without an interoperable surface. Dr. Osterman led a team\n  of undergraduate Vanderbilt computer-science students through the\n  first\n  <a href=\"https://doi.org/10.1200/CCI.23.00249\">mCODE Genomics Pilot\n  Project at Vanderbilt University Medical Center</a> (Li et al.,\n  <em>JCO Clinical Cancer Informatics</em>, 2024) - a working\n  FHIR-on-Azure pipeline that lifts the structured genomic data out\n  of the EHR and into\n  <a href=\"/expertise/cancer-data-standards/\">mCODE</a>-conformant\n  resources downstream applications can consume. The pilot doubled\n  as an early-career training experience: undergraduates learning\n  cloud development, FHIR, and oncology data shaping while building\n  something other implementers could reuse.\n</p>\n\n<p>\n  <strong>What it enables.</strong>\n  Structured genomic data unlocks several adjacent decision surfaces,\n  each of which has its own published track: trial-matching at scale\n  (<a href=\"https://doi.org/10.1200/CCI.20.00142\">Jain et al., <em>JCO\n  CCI</em>, 2021</a>) showed what could be matched and what couldn't\n  using NGS-result data alone; the\n  <a href=\"https://doi.org/10.1002/onco.13936\">molecular tumor board\n  framework</a> (Jain et al., <em>The Oncologist</em>, 2021) showed\n  how to govern the human-review side around the structured data.\n  Industry collaborations build on the same foundation -\n  <a href=\"https://www.tempus.com/\">Tempus AI</a> on\n  reference-laboratory integration and multi-omic discovery,\n  <a href=\"https://nference.com/\">nference</a> on research-data\n  infrastructure (formalized in a\n  <a href=\"https://news.vumc.org/2023/07/25/nference-and-vanderbilt-university-medical-center-sign-agreement-to-advance-real-world-evidence-generation-in-complex-disease-populations/\">2023\n  agreement</a>), GE HealthCare on immunotherapy outcome prediction,\n  and Microsoft on Azure-based FHIR infrastructure. None could have\n  happened the same way without the integration work first.\n</p>\n\n<p>\n  The through-line: build the boring infrastructure first; the\n  research, the AI, and the partnerships compound on top of it. See\n  also <a href=\"/expertise/cancer-data-standards/\">cancer data\n  standards (mCODE)</a> for the standards layer that makes this data\n  portable beyond Vanderbilt, and\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> for what\n  becomes possible once both the structure and the standards are in\n  place.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>Vanderbilt Clinical Genomics Workstream</li>\n  <li>Epic Genomics Module rollout</li>\n  <li>Epic AURA reference-lab integration</li>\n  <li>MyCancerGenome integration into Epic</li>\n</ul>\n\n\n\n<h2 id=\"case-study\">Case study</h2>\n<p>\n  This domain has a long-form case study:\n  <a href=\"/case-studies/mcode/\"><strong>mCODE: from a data standard to regulatory infrastructure</strong></a>.\n</p>\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (12)</h2>\n<ol class=\"biblio\">\n  <li>\n    Michael J. Robinson et al.\n    <a href=\"https://doi.org/10.1186/s12885-026-16854-x\">The CAUSAL study: a prospective cohort of sarcoma survivors across the lifespan</a>.\n    <em>BMC Cancer</em>\n    <small class=\"date\">Aug 27, 2026</small>\n  </li>\n  <li>\n    Teri A. Manolio et al.\n    <a href=\"https://doi.org/10.1002/lrh2.70027\">Advancing the science of genomic learning healthcare systems</a>.\n    <em>Learning Health Systems</em>\n    <small class=\"date\">Jul 23, 2025</small>\n  </li>\n  <li>\n    Yanwei Li et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00249\">Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Jun 28, 2024</small>\n  </li>\n  <li>\n    Karen M. Huelsman et al.\n    <a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 29, 2024</small>\n  </li>\n  <li>\n    Engineering National Academies of Sciences.\n    <a href=\"https://doi.org/10.17226/27744\">Incorporating Integrated Diagnostics into Precision Oncology Care: Proceedings of a Workshop</a>.\n    \n    <small class=\"date\">Apr 17, 2024</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00207\">Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Mar 21, 2024</small>\n  </li>\n  <li>\n    Waddah Arafat et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00056\">Clinician Perspectives Regarding the Impact of Information Technology on Multidisciplinary Tumor Boards: A National Comprehensive Cancer Network Survey</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Nov 9, 2023</small>\n  </li>\n  <li>\n    Rachel S. Goodman et al.\n    <a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Accuracy and Reliability of Chatbot Responses to Physician Questions</a>.\n    <em>JAMA Network Open</em>\n    <small class=\"date\">Oct 2, 2023</small>\n  </li>\n  <li>\n    Eric M. Lander et al.\n    <a href=\"https://doi.org/10.6004/jnccn.2023.7049\">Identification and Characterization of Avoidable Hospital Admissions in Patients With Lung Cancer</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Oct 1, 2023</small>\n  </li>\n  <li>\n    Dara E. Mize, Travis J. Osterman.\n    A Unified Approach to Clinical Informatics Education for Undergraduate and Graduate Medical Education.\n    <em>AMIA ... Annual Symposium proceedings. AMIA Symposium</em>\n    <small class=\"date\">Nov 8, 2022</small>\n  </li>\n  <li>\n    National Cancer Policy Forum, Board on Health Care Services, Computer Science and Telecommunications Board, Division on Engineering and Physical Sciences, Health and Medicine Division, National Academies of Sciences, Engineering, and Medicine.\n    <a href=\"http://www.ncbi.nlm.nih.gov/books/NBK586301/\">Innovation in Electronic Health Records for Oncology Care, Research, and Surveillance: Proceedings of a Workshop</a>.\n    \n    <small class=\"date\">Mar 1, 2022</small>\n  </li>\n  <li>\n    Amye J. Tevaarwerk et al.\n    <a href=\"https://doi.org/10.1200/OP.21.00195\">Oncologist Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network Survey</a>.\n    <em>JCO Oncology Practice</em>\n    <small class=\"date\">Nov 15, 2021</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (10)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>Tennessee Osteopathic Medical Association Annual Meeting</em> (Franklin, TN): \n    \"An Update on Precision Oncology: What You Need to Know about Genomic Therapies\".\n    <small class=\"date\">May 2, 2025</small>\n  </li>\n  <li>\n    <em>NHGRI</em>: \n    \"Defining a Clinical Data Ecosystem for Genomic Health: Real World Genomic Data in Clinical Care\".\n    <small class=\"date\">Apr 10, 2024</small>\n  </li>\n  <li>\n    <em>VICC Board of Advisors</em> (Nashville, TN): \n    \"Implementing A Precision Oncology Program\".\n    <small class=\"date\">Dec 13, 2023</small>\n  </li>\n  <li>\n    <em>Incorporating Integrated Diagnostics into Precision Oncology Care</em> (Washington, DC): \n    \"Ensuring Integrated Diagnostics Facilitate Oncology Care\".\n    <small class=\"date\">Mar 6, 2023</small>\n  </li>\n  <li>\n    <em>Tennessee Oncology Data Analysts Association</em> (Nashville, TN): \n    \"Advancing Lung Cancer Treatment in the Era of Precision Oncology\".\n    <small class=\"date\">Oct 7, 2022</small>\n  </li>\n  <li>\n    <em>Clinical Genomics Update: Delivering on the the VUMC Mission</em> (Virtual): \n    \"Clinical Genomics Update: Delivering on the the VUMC Mission\".\n    <small class=\"date\">Sep 20, 2022</small>\n  </li>\n  <li>\n    <em>NHGRI Genomic Medicine XIV</em> (Virtual): \n    \"Integrating Genomic Results into Electronic Health Records (EHRs)\".\n    <small class=\"date\">Aug 31, 2022</small>\n  </li>\n  <li>\n    <em>Beacon Community Operations Group (BCOG),</em> (Virtual): \n    \"Maximizing Value with Structured Genomic Data\".\n    <small class=\"date\">Jul 8, 2022</small>\n  </li>\n  <li>\n    <em>Epic User Group meeting (UGM)</em> (Verona, WI): \n    \"Precision Medicine: Using Structured Genomic Data in Clinical Decision Support\".\n    <small class=\"date\">Aug 21, 2022</small>\n  </li>\n  <li>\n    <em>American Association of Cancer Research (AACR) Project GENIE Virtual Summit</em> (Virtual): \n    \"Connecting Genomic Laboratories to the Local EHR\".\n    <small class=\"date\">Jul 15, 2021</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (8)</h2>\n<ol class=\"biblio\">\n  <li>\n    Sang Minh Nguyen et al.\n    <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>.\n    <em>Cancer Research</em>\n    <small class=\"date\">Apr 17, 2026</small>\n  </li>\n  <li>\n    Sang Minh Nguyen et al.\n    <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>.\n    <em>Cancer Research</em>\n    <small class=\"date\">Apr 15, 2026</small>\n  </li>\n  <li>\n    Joseph Vento, Lisa Bastarache, Qingxia M. Chen, Travis Osterman.\n    <a href=\"https://doi.org/10.1200/JCO.2025.43.16_suppl.1553\">Real-world side effects of targeted therapies: High-throughput association studies leveraging the CancerLinq Discovery lung cancer database.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 28, 2025</small>\n  </li>\n  <li>\n    Pablo Napan Molina et al.\n    <a href=\"https://doi.org/10.1136/jitc-2024-SITC2024.1228\">1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2024</small>\n  </li>\n  <li>\n    Karen M. Huelsman et al.\n    <a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2024</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1300\">1300 Prediction of efficacy and toxicities of immune checkpoint inhibitors using real-world patient data</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Joseph Vento, Travis Osterman.\n    <a href=\"https://doi.org/10.6004/jnccn.2022.7165\">BIO23-019: Precision Oncology: Integrating Structured Genomic Data Into the Electronic Health Record via the EPIC® Genomics Module</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Mar 31, 2023</small>\n  </li>\n  <li>\n    Waddah Arafat et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.28_suppl.046\">Oncologist perspectives on tumor boards: Virtual meetings and EHR integration.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Oct 2022</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"media\">In the news (5)</h2>\n<ol class=\"biblio\">\n  <li>\n    <a href=\"https://discoveries.vanderbilthealth.com/2023/02/genomic-data-advances-precision-oncology/\">Discoveries in Medicine - Genomic Data Advances Precision Oncology</a>\n     · <em>Discoveries in Medicine</em>.\n    <small class=\"date\">Feb 22, 2023</small>\n  </li>\n  <li>\n    <a href=\"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/article/21279492/vanderbilt-sees-downstream-benefits-from-integrating-genomic-results-into-ehr\">Vanderbilt Sees Downstream Benefits From Integrating Genomic Results Into EHR</a>\n     · <em>Healthcare Innovation</em>.\n    <small class=\"date\">Sep 1, 2022</small>\n  </li>\n  <li>\n    <a href=\"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/news/21212890/vanderbilt-preparing-to-implement-epic-genomics-module\">Vanderbilt Preparing to Implement Epic Genomics Module</a>\n     · <em>Healthcare Innovation</em>.\n    <small class=\"date\">Mar 4, 2021</small>\n  </li>\n  <li>\n    <a href=\"https://momentum.vicc.org/2021/03/molecular-automation/\">Molecular Automation</a>\n     · <em>VICC Momentum</em>.\n    <small class=\"date\">Mar 1, 2021</small>\n  </li>\n  <li>\n    <a href=\"https://news.vumc.org/2021/02/04/process-ensures-follow-up-of-incidental-radiology-findings/\">Process ensures follow-up of incidental radiology findings</a>\n     · <em>VUMC News</em>.\n    <small class=\"date\">Feb 4, 2021</small>\n  </li>\n</ol>\n\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/\">all expertise domains</a> · <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> · <a href=\"/expertise/cancer-data-standards/\">Cancer data standards</a> · <a href=\"/expertise/precision-oncology/\">Precision oncology</a> · <a href=\"/expertise/clinical-informatics-education/\">CI education</a> · <a href=\"/expertise/lung-cancer/\">Lung cancer</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/expertise/cancer-data-standards/",
      "url": "https://osterman.co/expertise/cancer-data-standards/",
      "title": "Cancer data standards (mCODE) — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Oncology data interoperability via HL7 FHIR mCODE - standards governance, regulatory uptake, and research infrastructure, chaired by Dr. Osterman.",
      "content_html": "<header class=\"page-hero\">\n  <h1>Cancer data standards (mCODE)</h1>\n  <p class=\"lede\">International oncology data interoperability via HL7 FHIR. Standards governance, regulatory uptake, and the infrastructure that makes downstream research and quality reporting tractable.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Cancer data is generated everywhere - at the bedside, in pathology, in\n  molecular labs, in radiology, in survivorship clinics - and historically\n  almost none of it could travel from one institution to another without\n  manual remapping. Dr. Osterman's work in cancer data standards is the\n  patient infrastructure project that makes the rest of cancer informatics\n  tractable: standardize the data model, get clinicians and vendors and\n  regulators to agree on it, and the downstream applications - quality\n  reporting, trial matching, real-world evidence, AI - all become possible.\n  The arc below traces that work from early decision-support tooling to\n  chairing the standard that now anchors a CMS value-based care program.\n</p>\n\n<p>\n  <strong>Early roots (2014-2017).</strong>\n  Before mCODE existed, Dr. Osterman served as the non-small-cell-lung-\n  cancer section editor for\n  <a href=\"https://hemonc.org/\">HemOnc.org</a>, the open-access oncology\n  regimen and drug-interaction reference under Dr. Jeremy L. Warner. The\n  work was a public exercise in curating cancer information into a\n  shared, machine-readable form. The collaboration produced a 2015 ASCO\n  educational session and accompanying chapter\n  (<a href=\"https://doi.org/10.14694/EdBook_AM.2015.35.e608\">Rioth,\n  Osterman &amp; Warner, <em>ASCO Educational Book</em>, 2015</a>) on\n  website-based information resources for clinical practice. That work\n  established Dr. Osterman early on as part of the small national\n  community thinking carefully about structured oncology information -\n  the community that, a few years later, would propose mCODE.\n</p>\n\n<figure class=\"paper-figure\">\n  <img src=\"/assets/img/papers/mcode-diagram.svg\"\n       alt=\"mCODE data model diagram showing the FHIR-based structure for cancer-care data: patient, cancer condition, treatments, observations, genomics, and outcomes profiles.\"\n       loading=\"lazy\" />\n  <figcaption>The mCODE data model. Source: HL7 mCODE Implementation Guide.</figcaption>\n</figure>\n\n<p>\n  <strong>2018-2019: proposing the standard.</strong>\n  Dr. Osterman joined the original 2018 mCODE working group convened to\n  design a minimum interoperable cancer record on top of HL7 FHIR. The\n  standard was released publicly at the 2019 ASCO Annual Meeting. Dr.\n  Osterman was selected to present it in the meeting's educational\n  session on big data and cancer care - the work was captured in the\n  ed book chapter\n  <a href=\"https://doi.org/10.1200/EDBK_238057\"><em>The Impact of Big\n  Data Research on Practice, Policy, and Cancer Care</em></a>\n  (Chambers et al., <em>ASCO Educational Book</em>, 2019). The initial\n  release coincided with then-ASCO-President Dr. Monica Bertagnolli's\n  presidential address. The published version of the standard's value\n  proposition followed the next year\n  (<a href=\"https://doi.org/10.1200/CCI.20.00059\">Osterman, Terry\n  &amp; Miller, <em>JCO Clinical Cancer Informatics</em>, 2020 -\n  \"The Promise of mCODE\"</a>).\n</p>\n\n<p>\n  <strong>2021-present: governance and consensus.</strong>\n  Dr. Osterman was appointed Chair of the mCODE Technology Review Group\n  in January 2021 - the body that adjudicates additions and changes to\n  the standard and ushers them through HL7's community ballot process.\n  The TRG has shepherded more than two hundred community comments\n  through HL7's open consensus mechanism, which is what makes mCODE\n  durable rather than just one consortium's preferred shape. The\n  community-facing side of that work has shown up in regular ecosystem\n  updates: the <em>3-year Update</em> talk at the AMIA Annual Symposium\n  (Washington DC, November 2022) and <em>Interoperability in Action:\n  Progress in Implementing the mCODE Oncology Data Standard</em> at the\n  ASCO Annual Meeting (Chicago, June 2023). He now serves as Chair of\n  the mCODE Executive Committee, with governance shared across the\n  American Society of Clinical Oncology, the American Society for\n  Radiation Oncology, the U.S. Food and Drug Administration, the\n  National Cancer Institute, and the Alliance for Clinical Trials.\n</p>\n\n<div class=\"logo-strip\" aria-label=\"mCODE Executive Committee governance partners\">\n  <span class=\"logo-chip\"><img src=\"/assets/img/logos/hl7.svg\" alt=\"HL7 International\" loading=\"lazy\" /></span>\n  <span class=\"logo-chip\"><img src=\"/assets/img/logos/asco.png\" alt=\"American Society of Clinical Oncology (ASCO)\" loading=\"lazy\" /></span>\n  <span class=\"logo-chip\"><img src=\"/assets/img/logos/fda.svg\" alt=\"U.S. Food and Drug Administration\" loading=\"lazy\" /></span>\n  <span class=\"logo-chip\"><img src=\"/assets/img/logos/nci.svg\" alt=\"National Cancer Institute\" loading=\"lazy\" /></span>\n</div>\n\n<figure class=\"paper-figure\">\n  <img src=\"/assets/img/papers/mcode-publish-process.svg\"\n       alt=\"Flow diagram showing the mCODE community publish process: proposals enter the Technology Review Group, undergo HL7 ballot, and result in published Standard for Trial Use releases.\"\n       loading=\"lazy\" />\n  <figcaption>mCODE community publish process: from working-group proposal through HL7 ballot to published STU release.</figcaption>\n</figure>\n\n<p>\n  <strong>Regulatory uptake and international reach.</strong>\n  The executive-committee chairship's stated goal is to embed mCODE more\n  deeply into the broader standards community. The clearest concrete\n  outcome is CMS' Enhancing Oncology Model: every practice participating\n  in EOM must submit data via mCODE, and only via mCODE. That regulatory\n  hook converted mCODE from a promising consortium standard into\n  infrastructure that anchors a federal value-based care program.\n  Internationally, Dr. Osterman presented at the 2026 HL7 International\n  Working Group Meeting in Rotterdam - opening discussions about mCODE\n  as a true international cancer data standard, building on existing\n  implementations in Taiwan, Brazil, and Canada. The fuller history is\n  in the <a href=\"/case-studies/mcode/\">mCODE case study</a>.\n</p>\n\n<p>\n  <strong>Implementation demonstrations.</strong>\n  Standards are easier to defend in committee meetings than to deploy in\n  production. Dr. Osterman led a team of undergraduate Vanderbilt\n  computer-science students through the first\n  <a href=\"https://doi.org/10.1200/CCI.23.00249\">mCODE Genomics Pilot\n  Project at Vanderbilt University Medical Center</a> (Li et al.,\n  <em>JCO Clinical Cancer Informatics</em>, 2024) - a working\n  FHIR-on-Azure pipeline that lifts structured genomic data out of the\n  EHR and into mCODE-conformant resources downstream applications can\n  consume. The project doubled as a teaching exercise: undergraduates\n  learning cloud development, FHIR, and oncology data shaping while\n  building something the standard's other implementers could reuse. The\n  <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">mCODEGPT</a>\n  zero-shot extraction work (Zhang et al., <em>Communications Medicine</em>,\n  2025) extends the same idea to unstructured text: when an LLM has a\n  real schema to aim at, the outputs become trustworthy. Both papers\n  exist because the standard exists first.\n</p>\n\n<p>\n  Dr. Osterman's standards work also runs through several related\n  communities - the NCCN Digital Oncology Forum, the Epic Adult Oncology\n  Steering Committee, and the Epic Beacon Community Operations Group\n  (which he founded as a multi-institution governance body for the\n  dominant U.S. oncology EHR module). The framing he returns to in\n  talks: a standard is a force multiplier. One good cancer-data\n  standard, adopted broadly, replaces hundreds of one-off institutional\n  mappings, lowers the cost of every downstream AI/research/quality\n  project, and is the only sustainable answer to cancer's data\n  fragmentation problem. See also\n  <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in the\n  EHR</a> for the implementation side and\n  <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> for what\n  becomes possible once the standard is in place.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>minimal Common Oncology Data Elements (mCODE) Executive Committee - Chair</li>\n  <li>ASCO mCODE Technology Review Group (Chair, 2021)</li>\n  <li>FHIR-based EHR interoperability work at Vanderbilt</li>\n</ul>\n\n\n\n<h2 id=\"case-study\">Case study</h2>\n<p>\n  This domain has a long-form case study:\n  <a href=\"/case-studies/mcode/\"><strong>mCODE: from a data standard to regulatory infrastructure</strong></a>.\n</p>\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (10)</h2>\n<ol class=\"biblio\">\n  <li>\n    Kai Zhang, Tongtong Huang, Bradley A. Malin, Travis Osterman, Qi Long, Xiaoqian Jiang.\n    <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research</a>.\n    <em>Communications Medicine</em>\n    <small class=\"date\">Oct 15, 2025</small>\n  </li>\n  <li>\n    Teri A. Manolio et al.\n    <a href=\"https://doi.org/10.1002/lrh2.70027\">Advancing the science of genomic learning healthcare systems</a>.\n    <em>Learning Health Systems</em>\n    <small class=\"date\">Jul 23, 2025</small>\n  </li>\n  <li>\n    Yanwei Li et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00249\">Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Jun 28, 2024</small>\n  </li>\n  <li>\n    Travis J. Osterman, Jiarong Ye.\n    <a href=\"https://doi.org/10.1002/cncr.35441\">The importance of studying the implementation of cancer data standards</a>.\n    <em>Cancer</em>\n    <small class=\"date\">Jun 14, 2024</small>\n  </li>\n  <li>\n    Karen M. Huelsman et al.\n    <a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 29, 2024</small>\n  </li>\n  <li>\n    Travis J. Osterman, James C. Yao, Monika K. Krzyzanowska.\n    <a href=\"https://doi.org/10.1200/EDBK_389880\">Implementing Innovation: Informatics-Based Technologies to Improve Care Delivery and Clinical Research</a>.\n    <em>American Society of Clinical Oncology Educational Book</em>\n    <small class=\"date\">May 22, 2023</small>\n  </li>\n  <li>\n    Travis J. Osterman, May Terry, Robert S. Miller.\n    <a href=\"https://doi.org/10.1200/CCI.20.00059\">Improving Cancer Data Interoperability: The Promise of the Minimal Common Oncology Data Elements (mCODE) Initiative</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Nov 1, 2020</small>\n  </li>\n  <li>\n    Heidi D. Klepin et al.\n    <a href=\"https://doi.org/10.1200/JCO.2019.37.15_suppl.e18279\">Hypertension and use of bevacizumab among patients treated in community settings.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 20, 2019</small>\n  </li>\n  <li>\n    Mia Alyce Levy, Travis John Osterman, Neha Jain, Kathleen F Mittendorf, Christine Micheel.\n    <a href=\"https://doi.org/10.1200/JCO.2017.35.15_suppl.e18182\">Utility of adding clinical data to a molecular results portal for improving clinical trial prescreening efficiency.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 20, 2017</small>\n  </li>\n  <li>\n    Junyu Li et al.\n    <a href=\"https://doi.org/10.1016/j.ab.2004.03.058\">A software utility for creating interactive maps for 2D gel-based proteomics</a>.\n    <em>Analytical Biochemistry</em>\n    <small class=\"date\">Sep 1, 2004</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (13)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>HL7 International Working Group Meeting (Europe)</em>: \n    \"mCODE Overview and Current State\".\n    <small class=\"date\">May 18, 2026</small>\n  </li>\n  <li>\n    <em>University of Hawaii, Artificial Intelligence, Precision Health Institute</em> (Virtual): \n    \"Predictive AI Models - Data Standards in Action\".\n    <small class=\"date\">May 10, 2024</small>\n  </li>\n  <li>\n    <em>Alzheimer’s Association, Diversity and Disparities PIA</em>: \n    \"mCODE Update®\".\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n     (Nashville, TN)\n    \"From Data Standards to Discovery: Making Clinical Data Available for Research\".\n    <small class=\"date\">Sep 19, 2023</small>\n  </li>\n  <li>\n    <em>NCCN EHR Advisory Board</em> (Virtual): \n    \"mCODE® Update\".\n    <small class=\"date\">Jul 19, 2023</small>\n  </li>\n  <li>\n    <em>Indiana University / Regenstrief</em> (Indianapolis, IN): \n    \"Standards in Action: Improving Interoperability and Data Access\".\n    <small class=\"date\">May 18, 2023</small>\n  </li>\n  <li>\n    <em>Tennessee Oncology Data Analysts Association</em> (Nashville, TN): \n    \"Advancing Lung Cancer Treatment in the Era of Precision Oncology\".\n    <small class=\"date\">Oct 7, 2022</small>\n  </li>\n  <li>\n    <em>mCODE® Community of Practice</em> (Virtual): \n    \"Categorization of mCODE® via the FHIR Maturity Model\".\n    <small class=\"date\">May 27, 2022</small>\n  </li>\n  <li>\n    <em>ASPIRE</em> (Durhman, NC): \n    \"Growing an International Data Standard\".\n    <small class=\"date\">Feb 28, 2025</small>\n  </li>\n  <li>\n    <em>ASCO Annual Meeting</em> (Chicago, IL): \n    \"Interoperability in Action: Progress in Implementing the mCODE™ Oncology Data Standard\".\n    <small class=\"date\">Jun 3, 2023</small>\n  </li>\n  <li>\n    <em>AMIA Annual Symposium</em> (Washington, DC): \n    \"mCODE® (minimal Common Oncology Data Elements): a 3-year Update\".\n    <small class=\"date\">Nov 8, 2022</small>\n  </li>\n  <li>\n    <em>NCCN EHR Workgroup</em> (Plymouth, PA): \n    \"ASCO’s mCODE™ Initiative: Potential Impact from Member Institution Perspective\".\n    <small class=\"date\">Jul 18, 2019</small>\n  </li>\n  <li>\n    <em>ASCO Annual Meeting</em> (Chicago, IL): \n    \"mCODE™ (Minimal Common Oncology Data Elements) in Cancer Practice\".\n    <small class=\"date\">Jun 3, 2019</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (3)</h2>\n<ol class=\"biblio\">\n  <li>\n    Joseph Vento, Lisa Bastarache, Qingxia M. Chen, Travis Osterman.\n    <a href=\"https://doi.org/10.1200/JCO.2025.43.16_suppl.1553\">Real-world side effects of targeted therapies: High-throughput association studies leveraging the CancerLinq Discovery lung cancer database.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">May 28, 2025</small>\n  </li>\n  <li>\n    Karen M. Huelsman et al.\n    <a href=\"https://doi.org/10.1200/JCO.2024.42.16_suppl.e13649\">Integrating electronic health records (EHRs) to facilitate cancer biomarker testing: Real-world implementation barriers and solutions.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2024</small>\n  </li>\n  <li>\n    Zoltan Kiss et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">1294 External validation of machine learning models to predict efficacy and toxicity of immune checkpoint inhibitors using real-world pan cancer cohorts</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"media\">In the news (3)</h2>\n<ol class=\"biblio\">\n  <li>\n    <a href=\"https://www.techtarget.com/searchhealthit/answer/How-mCODE-is-Driving-EHR-Interoperability-for-Cancer-Research\">How mCODE is Driving EHR Interoperability for Cancer Research | TechTarget</a>\n     · <em>Health IT and EHR</em>.\n    <small class=\"date\">Jan 17, 2024</small>\n  </li>\n  <li>\n    <a href=\"https://www.hcinnovationgroup.com/clinical-it/learning-health-systems-research/news/53012978/vanderbiltingram-cancer-center-participating-in-ascos-cancerlinq\">Vanderbilt-Ingram Cancer Center Participating in ASCO’s CancerLinQ</a>\n     · <em>Healthcare Innovation</em>.\n    <small class=\"date\">Feb 21, 2023</small>\n  </li>\n  <li>\n    <a href=\"https://dailynews.ascopubs.org/do/10.1200/ADN.19.190192/full/\">CancerLinQ®: Current Achievements and Future Opportunities</a>\n     · <em>ASCO Daily News</em>.\n    <small class=\"date\">Apr 24, 2019</small>\n  </li>\n</ol>\n\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/\">all expertise domains</a> · <a href=\"/expertise/ai-in-oncology/\">AI in oncology</a> · <a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a> · <a href=\"/expertise/precision-oncology/\">Precision oncology</a> · <a href=\"/expertise/clinical-informatics-education/\">CI education</a> · <a href=\"/expertise/lung-cancer/\">Lung cancer</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/expertise/ai-in-oncology/",
      "url": "https://osterman.co/expertise/ai-in-oncology/",
      "title": "AI in oncology — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Machine learning and large language models for clinical decision support, efficacy and toxicity prediction, and structured data extraction at scale.",
      "content_html": "<header class=\"page-hero\">\n  <h1>AI in oncology</h1>\n  <p class=\"lede\">Machine learning and large language models for clinical decision support, efficacy and toxicity prediction, and structured data extraction at scale.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Dr. Osterman's AI work in oncology is grounded in clinical practice. He\n  treats patients, sees what data is actually available, and builds models\n  around that constraint rather than around what would be ideal in a\n  research setting. The work breaks into four threads: a multi-year\n  pre-LLM bet on real-world immunotherapy prediction, an early structured\n  evaluation of clinical large language models, a recent invited framework\n  piece for the field, and ongoing national thought leadership at the\n  policy table.\n</p>\n\n<p>\n  The first thread is the five-year GE HealthCare Digital Precision\n  Oncology collaboration (2019-2024), which predated the current AI\n  mainstream and was built against two prevailing assumptions in the\n  immune checkpoint inhibitor literature. Most prior ICI-prediction\n  work used carefully curated cohorts; the DPO work used <em>routinely\n  collected</em> EHR data so resulting models could be deployed without\n  first reorganizing the underlying data pipeline. Most prior work\n  focused on a single cancer type; the DPO work was deliberately\n  <em>pan-cancer</em>, accepting the sample-size challenge in exchange\n  for models that generalized. The program produced three peer-reviewed\n  manuscripts, multiple abstracts, twelve conference presentations, and\n  a U.S. patent (Wolber, Csernai, Kiss, Lippenszky, Horváth, Osterman et\n  al.). Dr. Osterman led teams across the U.S., Hungary, and Germany,\n  and presented the work internationally, including the\n  ESMO Immuno-Oncology Annual Congress in Geneva. The full arc is\n  covered in the <a href=\"/case-studies/digital-precision-oncology/\">Digital\n  Precision Oncology case study</a>.\n</p>\n\n<p>\n  The second thread began in early 2023 when ChatGPT entered the clinic.\n  Dr. Osterman saw the need for an actual evaluation rather than the\n  speculative discourse that dominated the conversation. He designed a\n  multidisciplinary prospective trial structure for evaluating LLM\n  responses to physician-authored questions and supervised\n  Dr. Rachel Goodman (then a medical student) and Dr. Douglas Johnson\n  in executing it. The result, <em>Accuracy and Reliability of Chatbot\n  Responses to Physician Questions</em>\n  (<a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Goodman\n  et al., <em>JAMA Network Open</em>, 2023</a>), was one of the earliest\n  peer-reviewed clinical LLM evaluations and has been widely cited in\n  the policy debates that followed.\n</p>\n\n<p>\n  In August 2025, <em>Cancer</em> invited Dr. Osterman and colleagues to\n  write <em>Artificial intelligence across the cancer care continuum</em>\n  (<a href=\"https://doi.org/10.1002/cncr.70050\">Riaz, Khan &amp; Osterman,\n  2025</a>) - a framework piece mapping AI applications across screening,\n  diagnosis, treatment selection, toxicity prediction, survivorship, and\n  quality of life. The framing is intentional: AI is not one thing in\n  oncology; it is many overlapping technologies at different stages of\n  validation. The review now functions as one of the reference frames\n  the field uses to scope its own work.\n</p>\n\n<figure class=\"paper-figure\">\n  <img src=\"/assets/img/papers/cancer-2025-continuum.png\"\n       alt=\"The cancer care continuum framework: AI applications across Prevention, Diagnosis, Treatment, Survivorship, and End-of-life care.\"\n       loading=\"lazy\" />\n  <figcaption>Cancer care continuum framework (Riaz, Khan &amp; Osterman, <em>Cancer</em>, 2025).</figcaption>\n</figure>\n\n<p>\n  <img src=\"/assets/img/logos/nccn.png\" alt=\"National Comprehensive Cancer Network (NCCN)\" class=\"inline-logo\" loading=\"lazy\" />\n  The work has reach well beyond academic medicine. Dr. Osterman\n  delivered the keynote at the 2025 NCCN AI policy meeting\n  (<em>AI and the Cancer Journey: Navigating New Frontiers in Policy\n  and Technology</em>, September 2025) and was the AI keynote speaker at\n  the 2026 NCCN Annual Conference (<em>Harnessing Artificial Intelligence\n  to Improve Oncology Care</em>, March 2026). NCCN's audience extends\n  beyond physicians to oncology nursing, industry leadership, regulators,\n  and payers - the constituencies that have to act on AI-in-oncology\n  conclusions, not just produce them.\n</p>\n\n<p>\n  The through-line across these four threads is structure. ICI prediction\n  works because the EHR data underneath is curated and consistent. LLM\n  evaluation matters because that's where unstructured text becomes\n  downstream clinical action. The <em>Cancer</em> review and the NCCN\n  keynotes argue the same point at policy scale: AI's clinical value\n  scales with the quality of the data and standards underneath it. See\n  also <a href=\"/expertise/cancer-data-standards/\">cancer data standards\n  (mCODE)</a> and\n  <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in the\n  EHR</a> for the foundation that makes this work tractable.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>GE HealthCare Digital Precision Oncology</li>\n  <li>mCODEGPT zero-shot extraction (Communications Medicine, 2025)</li>\n  <li>ChatGPT clinical Q&amp;A evaluation (JAMA Network Open, 2023)</li>\n  <li>Cancer care continuum review (Cancer, 2025)</li>\n</ul>\n\n\n\n<h2 id=\"case-study\">Case study</h2>\n<p>\n  This domain has a long-form case study:\n  <a href=\"/case-studies/ai-in-oncology/\"><strong>AI in oncology</strong></a>.\n</p>\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (12)</h2>\n<ol class=\"biblio\">\n  <li>\n    Michael J. Robinson et al.\n    <a href=\"https://doi.org/10.1186/s12885-026-16854-x\">The CAUSAL study: a prospective cohort of sarcoma survivors across the lifespan</a>.\n    <em>BMC Cancer</em>\n    <small class=\"date\">Aug 27, 2026</small>\n  </li>\n  <li>\n    .\n    <a href=\"https://doi.org/10.6004/jnccn.2026.5019\">Harnessing Artificial Intelligence to Improve Oncology Care</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">May 20, 2026</small>\n  </li>\n  <li>\n    Kai Zhang, Tongtong Huang, Bradley A. Malin, Travis Osterman, Qi Long, Xiaoqian Jiang.\n    <a href=\"https://doi.org/10.1038/s43856-025-01116-x\">Introducing mCODEGPT as a zero-shot information extraction from clinical free text data tool for cancer research</a>.\n    <em>Communications Medicine</em>\n    <small class=\"date\">Oct 15, 2025</small>\n  </li>\n  <li>\n    Irbaz Bin Riaz, Muhammad Ali Khan, Travis J. Osterman.\n    <a href=\"https://doi.org/10.1002/cncr.70050\">Artificial intelligence across the cancer care continuum</a>.\n    <em>Cancer</em>\n    <small class=\"date\">Aug 15, 2025</small>\n  </li>\n  <li>\n    David S. Smith et al.\n    <a href=\"https://doi.org/10.1200/CCI-24-00198\">Radiomics and Deep Learning Prediction of Immunotherapy-Induced Pneumonitis From Computed Tomography</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Feb 20, 2025</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00207\">Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Mar 21, 2024</small>\n  </li>\n  <li>\n    Rachel S. Goodman et al.\n    <a href=\"https://doi.org/10.1001/jamanetworkopen.2023.36483\">Accuracy and Reliability of Chatbot Responses to Physician Questions</a>.\n    <em>JAMA Network Open</em>\n    <small class=\"date\">Oct 2, 2023</small>\n  </li>\n  <li>\n    Protiva Rahman et al.\n    <a href=\"https://doi.org/10.1093/jamiaopen/ooad017\">Accelerated curation of checkpoint inhibitor-induced colitis cases from electronic health records</a>.\n    <em>JAMIA Open</em>\n    <small class=\"date\">Apr 1, 2023</small>\n  </li>\n  <li>\n    Rachel S. Goodman, J. Randall Patrinely, Travis Osterman, Lee Wheless, Douglas B. Johnson.\n    <a href=\"https://doi.org/10.1016/j.medj.2023.02.008\">On the cusp: Considering the impact of artificial intelligence language models in healthcare</a>.\n    <em>Med (New York, N.Y.)</em>\n    <small class=\"date\">Mar 10, 2023</small>\n  </li>\n  <li>\n    Douglas Johnson et al.\n    <a href=\"https://doi.org/10.21203/rs.3.rs-2566942/v1\">Assessing the Accuracy and Reliability of AI-Generated Medical Responses: An Evaluation of the Chat-GPT Model (under review)</a>.\n    \n    <small class=\"date\">Feb 28, 2023</small>\n  </li>\n  <li>\n    Kim L Sandler et al.\n    <a href=\"https://doi.org/10.1177/09691413211013058\">Women screened for breast cancer are dying from lung cancer: An opportunity to improve lung cancer screening in a mammography population</a>.\n    <em>Journal of Medical Screening</em>\n    <small class=\"date\">May 4, 2021</small>\n  </li>\n  <li>\n    Neha M. Jain, Alison Culley, Christine M. Micheel, Travis J. Osterman, Mia A. Levy.\n    <a href=\"https://doi.org/10.1200/CCI.20.00142\">Learnings From Precision Clinical Trial Matching for Oncology Patients Who Received NGS Testing</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Feb 1, 2021</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (12)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>Vanderbilt Lecture Series CME</em> (Nashville, Tennessee): \n    \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\".\n    <small class=\"date\">May 7, 2026</small>\n  </li>\n  <li>\n    <em>2026 NCCN Annual Conference</em> (Orlando, Florida): \n    \"Harnessing Artificial Intelligence to Improve Oncology Care\".\n    <small class=\"date\">Mar 28, 2026</small>\n  </li>\n  <li>\n    <em>NASEM Workshop: Policy Issues for Integrating Artificial Intelligence in Cancer Research and Care</em> (Washington, DC): \n    \"AI in Cancer Care: 2 Wins, 2 Current Challenges\".\n    <small class=\"date\">Mar 9, 2026</small>\n  </li>\n  <li>\n    <em>Jackson-Madison County General Hospital</em> (Jackson, Tennessee): \n    \"An Update on the Use of AI in Clinical Practice\".\n    <small class=\"date\">Mar 6, 2026</small>\n  </li>\n  <li>\n    <em>Blanchfield Army Community Hospital</em> (Fort Campbell, Kentucky (virtual)): \n    \"Using AI in Clinical Practice: Current Trends and Emerging Federal Regulations\".\n    <small class=\"date\">Feb 10, 2026</small>\n  </li>\n  <li>\n    <em>NCCN EHR Advisory Board</em> (Virtual): \n    \"Clinical Trial Enrollment A Pragmatic Approach\".\n    <small class=\"date\">Nov 8, 2024</small>\n  </li>\n  <li>\n    <em>University of Hawaii, Artificial Intelligence, Precision Health Institute</em> (Virtual): \n    \"Predictive AI Models - Data Standards in Action\".\n    <small class=\"date\">May 10, 2024</small>\n  </li>\n  <li>\n    <em>The Evolving Artificial Intelligence Landscape in Cancer Care</em>: \n    \"AI and the Cancer Journey: Navigating New Frontiers in Policy and Technology\".\n    <small class=\"date\">Sep 9, 2025</small>\n  </li>\n  <li>\n    <em>NICT</em> (Durhman, NC): \n    \"Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data\".\n    <small class=\"date\">Mar 1, 2025</small>\n  </li>\n  <li>\n    <em>ESMO Immuno-Oncology Annual Congress</em> (Geneva, Switzerland): \n    \"Prediction of immune checkpoint inhibitor outcome and side effects by use of machine learning and routine real-world data\".\n    <small class=\"date\">Dec 11, 2024</small>\n  </li>\n  <li>\n    <em>Society for Immunotherapy of Cancer Annual Meeting</em> (San Diego, CA): \n    \"EHR-based Models for Predicting Efficacy and Toxicities Prior to ICI Treatment\".\n    <small class=\"date\">Nov 4, 2023</small>\n  </li>\n  <li>\n    <em>IO360</em> (Brooklyn, NY): \n    \"Predicting Efficacy and Toxicities Prior to Immune Checkpoint Inhibitor Treatment\".\n    <small class=\"date\">Feb 9, 2023</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (8)</h2>\n<ol class=\"biblio\">\n  <li>\n    Pablo Napan Molina et al.\n    <a href=\"https://jitc.bmj.com/content/12/Suppl_2/A1369\">1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy | Journal for ImmunoTherapy of Cancer</a>.\n    \n    <small class=\"date\">Nov 5, 2024</small>\n  </li>\n  <li>\n    David Smith et al.\n    <a href=\"https://doi.org/10.1136/jitc-2024-SITC2024.1246\">1246 Prediction of pneumonitis in immunotherapy patients from prior thorax CT</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2024</small>\n  </li>\n  <li>\n    Pablo Napan Molina et al.\n    <a href=\"https://doi.org/10.1136/jitc-2024-SITC2024.1228\">1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2024</small>\n  </li>\n  <li>\n    Zoltan Kiss et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">1294 External validation of machine learning models to predict efficacy and toxicity of immune checkpoint inhibitors using real-world pan cancer cohorts</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1300\">1300 Prediction of efficacy and toxicities of immune checkpoint inhibitors using real-world patient data</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Eszter Csernai et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13565\">Rolling window-based hepatitis toxicity prediction from routine bloodwork in patients undergoing immune checkpoint inhibitor therapy.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Gergely Horváth et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13564\">Predicting immune checkpoint inhibitor-related hepatitis using electronic health records of patients.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13566\">Predicting immune checkpoint inhibitor-related pneumonitis using patient medical information.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"media\">In the news (7)</h2>\n<ol class=\"biblio\">\n  <li>\n    <a href=\"https://www.foxnews.com/health/ai-could-predict-whether-cancer-treatments-will-work-experts-exciting-time-medicine\">AI could predict whether cancer treatments will work, experts say | Fox News</a>\n    .\n    <small class=\"date\">Apr 23, 2024</small>\n  </li>\n  <li>\n    <a href=\"https://www.precisionmedicineonline.com/precision-oncology/ge-healthcare-vanderbilt-explore-use-ai-predict-immunotherapy-toxicity-efficacy\">GE Healthcare, Vanderbilt Explore Use of AI to Predict Immunotherapy Toxicity, Efficacy</a>\n     · <em>Precision Medicine Online</em>.\n    <small class=\"date\">Nov 27, 2023</small>\n  </li>\n  <li>\n    <a href=\"http://lifesciences.ge/Ibfm50pDpJK\">The immunotherapy hurdle –  and why doctors could soon predict how each patient will respond</a>\n    .\n    <small class=\"date\">Apr 9, 2019</small>\n  </li>\n  <li>\n    <a href=\"https://www.dotmed.com/news/story/45816\">GE and VUMC partner to make cancer immunotherapy safer and more precise</a>\n     · <em>dotmed.com</em>.\n    <small class=\"date\">Jan 8, 2019</small>\n  </li>\n  <li>\n    <a href=\"https://ascoai.org/articles/2026/06/navigating-ai-use-for-improving-oncology-care/\">Navigating AI Use for Improving Oncology Care—Challenges, Regulation, and Opportunities</a>\n     · <em>ASCO AI in Oncology</em>.\n    \n  </li>\n  <li>\n    <a href=\"https://dailynews.ascopubs.org/doi/10.1200/ADN.24.201700\">Machine Learning Model Could Help Predict Risk-Benefit of Immune Checkpoint Inhibitors</a>\n     · <em>ASCO Daily News</em>.\n    \n  </li>\n  <li>\n    <a href=\"https://dailynews.ascopubs.org/doi/10.1200/ADN.24.0318\">Podcast: New Machine Learning Framework Uses EHR Data to Assess ICI Effectiveness, Toxicity</a>\n     · <em>ASCO Daily News</em>.\n    \n  </li>\n</ol>\n\n\n<p class=\"see-also\">\n  Related: <a href=\"/expertise/\">all expertise domains</a> · <a href=\"/expertise/cancer-data-standards/\">Cancer data standards</a> · <a href=\"/expertise/clinical-genomics-ehr/\">Clinical genomics in the EHR</a> · <a href=\"/expertise/precision-oncology/\">Precision oncology</a> · <a href=\"/expertise/clinical-informatics-education/\">CI education</a> · <a href=\"/expertise/lung-cancer/\">Lung cancer</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/collaborations/nccn/",
      "url": "https://osterman.co/collaborations/nccn/",
      "title": "NCCN Collaboration — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "NCCN Digital Oncology Forum member and AI keynote speaker at the 2026 NCCN Annual Conference and the NCCN AI policy summit.",
      "content_html": "<header class=\"page-hero\">\n  \n  <p class=\"partner-logo\">\n    <img src=\"/assets/img/logos/nccn.png\" alt=\"NCCN logo\" height=\"56\" loading=\"eager\" />\n  </p>\n  \n  <h1>NCCN <span class=\"role-tag\">Digital Oncology Forum and AI thought leadership, ongoing</span></h1>\n  <p class=\"lede\">Member of the NCCN Digital Oncology Forum and an active voice across NCCN policy and clinical channels. Featured AI keynote speaker at the 2026 NCCN Annual Conference and the NCCN AI policy summit.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Dr. Osterman is a member of the NCCN Digital Oncology Forum and an\n  active voice across NCCN policy and clinical channels. The most\n  visible recent work has been NCCN's AI-in-oncology agenda. In\n  September 2025, Dr. Osterman delivered the keynote at the NCCN AI\n  policy meeting (<em>AI and the Cancer Journey: Navigating New\n  Frontiers in Policy and Technology</em>). In March 2026 he was the\n  AI keynote speaker at the\n  <a href=\"https://www.cancernursingtoday.com/post/harnessing-ai-in-oncology-nursing-and-beyond-travis-osterman-do-ms-discusses-his-presentation-at-the-2026-nccn-annual-conference\">NCCN\n  Annual Conference</a> (<em>Harnessing Artificial Intelligence to\n  Improve Oncology Care</em>) - reaching an audience that includes\n  not only physicians but oncology nursing, industry leadership,\n  regulators, and payers. The framing of regulation, integration, and\n  clinical impact was published in\n  <a href=\"https://jnccn.org/view/journals/jnccn/23/11/article-pxxi.xml\"><em>JNCCN</em></a>\n  and featured in\n  <a href=\"https://oncodaily.com/voices/travis-osterman-366641\">Oncodaily</a>.\n  The full arc lives in the\n  <a href=\"/case-studies/ai-in-oncology/\">AI in oncology case study</a>.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>NCCN Digital Oncology Forum - member</li>\n  <li>AI keynote speaker, 2026 NCCN Annual Conference</li>\n  <li>AI policy keynote, 2025 NCCN AI summit</li>\n</ul>\n\n\n\n<h2 id=\"case-study\">Case study</h2>\n<p>\n  Long-form narrative:\n  <a href=\"/case-studies/ai-in-oncology/\"><strong>AI in oncology: from ChatGPT in the clinic to mapping the care continuum</strong></a>.\n</p>\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (6)</h2>\n<ol class=\"biblio\">\n  <li>\n    .\n    <a href=\"https://doi.org/10.6004/jnccn.2026.5019\">Harnessing Artificial Intelligence to Improve Oncology Care</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">May 20, 2026</small>\n  </li>\n  <li>\n    Waddah Arafat et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00056\">Clinician Perspectives Regarding the Impact of Information Technology on Multidisciplinary Tumor Boards: A National Comprehensive Cancer Network Survey</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Nov 9, 2023</small>\n  </li>\n  <li>\n    Eric M. Lander et al.\n    <a href=\"https://doi.org/10.6004/jnccn.2023.7049\">Identification and Characterization of Avoidable Hospital Admissions in Patients With Lung Cancer</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Oct 1, 2023</small>\n  </li>\n  <li>\n    Lucy R. Langer, Amye Tevaarwerk, Robin Zon, Travis Osterman.\n    <a href=\"https://doi.org/10.6004/jnccn.2022.5020\">The Future of Telemedicine in Oncology</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Jun 2, 2022</small>\n  </li>\n  <li>\n    Peter D. Stetson et al.\n    <a href=\"https://doi.org/10.6004/jnccn.2021.7088\">Adoption of Patient-Generated Health Data in Oncology: A Report From the NCCN EHR Oncology Advisory Group</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Jan 18, 2022</small>\n  </li>\n  <li>\n    Amye J. Tevaarwerk et al.\n    <a href=\"https://doi.org/10.1200/OP.21.00195\">Oncologist Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network Survey</a>.\n    <em>JCO Oncology Practice</em>\n    <small class=\"date\">Nov 15, 2021</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (9)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>2026 NCCN Annual Conference</em> (Orlando, Florida): \n    \"Harnessing Artificial Intelligence to Improve Oncology Care\".\n    <small class=\"date\">Mar 28, 2026</small>\n  </li>\n  <li>\n    <em>NCCN EHR Advisory Board</em> (Virtual): \n    \"Clinical Trial Enrollment A Pragmatic Approach\".\n    <small class=\"date\">Nov 8, 2024</small>\n  </li>\n  <li>\n    <em>NCCN EHR Oncology Advisory Group</em> (Pymouth, PA): \n    \"Digital Transformation\".\n    <small class=\"date\">Jul 27, 2023</small>\n  </li>\n  <li>\n    <em>NCCN EHR Advisory Board</em> (Virtual): \n    \"mCODE® Update\".\n    <small class=\"date\">Jul 19, 2023</small>\n  </li>\n  <li>\n    <em>NCCN EHR Advisory Group</em> (Virtual): \n    \"Leveraging the EHR to facilitate actionable research data\".\n    <small class=\"date\">Jan 20, 2023</small>\n  </li>\n  <li>\n    <em>NCCN Annual Congress</em> (Virtual): \n    \"Improving Clinical Trial Accrual: Doing More with Less\".\n    <small class=\"date\">Jun 15, 2025</small>\n  </li>\n  <li>\n    <em>NCCN Annual Conference</em>: \n    \"The Future of Telemedicine in Oncology\".\n    <small class=\"date\">Mar 31, 2022</small>\n  </li>\n  <li>\n    <em>NCCN Annual Conference</em> (Virtual): \n    \"The Future of Telemedicine in Oncology\".\n    <small class=\"date\">Mar 21, 2022</small>\n  </li>\n  <li>\n    <em>NCCN EHR Workgroup</em> (Plymouth, PA): \n    \"ASCO’s mCODE™ Initiative: Potential Impact from Member Institution Perspective\".\n    <small class=\"date\">Jul 18, 2019</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (5)</h2>\n<ol class=\"biblio\">\n  <li>\n    Joseph Vento, Travis Osterman.\n    <a href=\"https://doi.org/10.6004/jnccn.2022.7165\">BIO23-019: Precision Oncology: Integrating Structured Genomic Data Into the Electronic Health Record via the EPIC® Genomics Module</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Mar 31, 2023</small>\n  </li>\n  <li>\n    Waddah Arafat et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.28_suppl.046\">Oncologist perspectives on tumor boards: Virtual meetings and EHR integration.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Oct 2022</small>\n  </li>\n  <li>\n    Alex C. Cheng et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13568\">Oncologist participation in pilot testing a crowdsourcing platform to build a survivorship care risk model.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Neha M Jain, Emma Schremp, Lucy Spalluto, Travis John Osterman, Debra L. Friedman.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e18662\">Incorporating mediation-based interventions at an academic cancer center: A six-step process.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Amye Tevaarwerk et al.\n    <a href=\"https://doi.org/10.6004/jnccn.2020.7728\">BIO21-011: Oncology Provider Perspectives on Telemedicine for Patients With Cancer: A National Comprehensive Cancer Network (NCCN®) Survey</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Mar 17, 2021</small>\n  </li>\n</ol>\n\n\n\n\n\n\n<h2 id=\"disclosures\">Disclosures</h2>\n<p>\n  This collaboration is publicly disclosed through two independent records:\n  <a href=\"https://coi.asco.org/share/JAR-DHX7/Travis%20Osterman\">ASCO COI</a> and\n  <a href=\"https://openpaymentsdata.cms.gov/physician/1291957\">CMS Open Payments</a>.\n</p>\n\n<p class=\"see-also\">\n  Related: <a href=\"/collaborations/\">all collaborations</a> · <a href=\"/collaborations/ge-healthcare/\">GE HealthCare</a> · <a href=\"/collaborations/epic/\">Epic</a> · <a href=\"/collaborations/microsoft/\">Microsoft</a> · <a href=\"/collaborations/tempus-ai/\">Tempus AI</a> · <a href=\"/collaborations/nference/\">nference</a> · <a href=\"/expertise/ai-in-oncology/\">ai in oncology</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/collaborations/nference/",
      "url": "https://osterman.co/collaborations/nference/",
      "title": "nference Collaboration — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Vanderbilt Health's nference partnership (2023) - privacy-preserving research access to clinical data for real-world evidence.",
      "content_html": "<header class=\"page-hero\">\n  \n  <p class=\"partner-logo\">\n    <img src=\"/assets/img/logos/nference.svg\" alt=\"nference logo\" height=\"56\" loading=\"eager\" />\n  </p>\n  \n  <h1>nference <span class=\"role-tag\">Research-data infrastructure partnership, 2023-present</span></h1>\n  <p class=\"lede\">Vanderbilt Health&#39;s partnership with nference reduces the friction of accessing clinical data for research while preserving privacy and regulatory compliance. Formalized in a 2023 agreement.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Dr. Osterman leads Vanderbilt Health's partnership with nference,\n  formalized in a 2023 agreement\n  (<a href=\"https://news.vumc.org/2023/07/25/nference-and-vanderbilt-university-medical-center-sign-agreement-to-advance-real-world-evidence-generation-in-complex-disease-populations/\">VUMC\n  News, July 2023</a>) to advance real-world evidence generation in\n  complex disease populations. The collaboration reduces the friction\n  of accessing clinical data for research while preserving privacy\n  and regulatory compliance - extending the broader structured-data\n  agenda described in\n  <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics in\n  the EHR</a>.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>Vanderbilt Health-nference research-data partnership (2023 agreement)</li>\n  <li>Real-world evidence generation in complex disease populations</li>\n</ul>\n\n\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (1)</h2>\n<ol class=\"biblio\">\n  <li>\n    Elise Russo et al.\n    <a href=\"https://doi.org/10.1055/a-2443-8318\">Vanderbilt Clinical Informatics Center Education Strategy: To Infinity and Beyond!</a>.\n    <em>Applied Clinical Informatics</em>\n    <small class=\"date\">Feb 26, 2025</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (4)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>2026 NCCN Annual Conference</em> (Orlando, Florida): \n    \"Harnessing Artificial Intelligence to Improve Oncology Care\".\n    <small class=\"date\">Mar 28, 2026</small>\n  </li>\n  <li>\n    <em>NCCN Annual Conference</em>: \n    \"The Future of Telemedicine in Oncology\".\n    <small class=\"date\">Mar 31, 2022</small>\n  </li>\n  <li>\n    <em>NCCN Annual Conference</em> (Virtual): \n    \"The Future of Telemedicine in Oncology\".\n    <small class=\"date\">Mar 21, 2022</small>\n  </li>\n  <li>\n    <em>28.\tNLM Informatics Training Conference</em> (Columbus, OH): \n    \"EHR-Wide GxE Study using Smoking Information Extracted from Clinical Notes,”\".\n    <small class=\"date\">Jun 29, 2016</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (3)</h2>\n<ol class=\"biblio\">\n  <li>\n    Sang Minh Nguyen et al.\n    <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>.\n    <em>Cancer Research</em>\n    <small class=\"date\">Apr 17, 2026</small>\n  </li>\n  <li>\n    Sang Minh Nguyen et al.\n    <a href=\"https://doi.org/10.1158/1538-7445.AM2026-LB385\">Abstract LB385: Polygenic risk score of genetic variants in genes encoding drug-metabolizing enzymes and drug transporters, in association with febrile neutropenia</a>.\n    <em>Cancer Research</em>\n    <small class=\"date\">Apr 15, 2026</small>\n  </li>\n  <li>\n    Travis J. Osterman.\n    EHR-Wide GxE Study using Smoking Information Extracted from Clinical Notes.\n    \n    <small class=\"date\">Jun 29, 2016</small>\n  </li>\n</ol>\n\n\n\n\n\n\n<h2 id=\"disclosures\">Disclosures</h2>\n<p>\n  This collaboration is publicly disclosed through two independent records:\n  <a href=\"https://coi.asco.org/share/JAR-DHX7/Travis%20Osterman\">ASCO COI</a> and\n  <a href=\"https://openpaymentsdata.cms.gov/physician/1291957\">CMS Open Payments</a>.\n</p>\n\n<p class=\"see-also\">\n  Related: <a href=\"/collaborations/\">all collaborations</a> · <a href=\"/collaborations/ge-healthcare/\">GE HealthCare</a> · <a href=\"/collaborations/epic/\">Epic</a> · <a href=\"/collaborations/microsoft/\">Microsoft</a> · <a href=\"/collaborations/tempus-ai/\">Tempus AI</a> · <a href=\"/collaborations/nccn/\">NCCN</a> · <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics ehr</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/collaborations/tempus-ai/",
      "url": "https://osterman.co/collaborations/tempus-ai/",
      "title": "Tempus AI Collaboration — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Tempus AI partnership - structured genomic-results integration into clinical workflows, digital pathology, and multi-omic discovery.",
      "content_html": "<header class=\"page-hero\">\n  \n  <p class=\"partner-logo\">\n    <img src=\"/assets/img/logos/tempus.svg\" alt=\"Tempus AI logo\" height=\"56\" loading=\"eager\" />\n  </p>\n  \n  <h1>Tempus AI <span class=\"role-tag\">Multi-year precision-oncology platform partnership, ongoing</span></h1>\n  <p class=\"lede\">Multi-year partnership with Tempus AI spanning three workstreams: structured electronic integration of genomic results into clinical workflows, digital pathology, and multi-omic discovery infrastructure.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Vanderbilt's research collaboration with Tempus AI spans three\n  workstreams: structured electronic integration of genomic results\n  into Vanderbilt's clinical workflows, digital pathology, and\n  multi-omic discovery infrastructure. The reference-laboratory\n  integration was\n  <a href=\"https://news.vumc.org/2024/11/11/vumc-pursues-electronic-integration-with-genomic-reference-labs/\">profiled\n  by VUMC News in November 2024</a> as part of a broader effort to\n  make reference-laboratory data first-class within the electronic\n  health record - the same body of work that put Vanderbilt's\n  structured-genomic-data EHR ahead of any other U.S. institution\n  (see <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics\n  in the EHR</a>).\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>Structured electronic integration of genomic reference-lab results into Vanderbilt&#39;s EHR</li>\n  <li>Digital pathology collaboration</li>\n  <li>Multi-omic discovery infrastructure</li>\n</ul>\n\n\n\n\n\n\n\n<h2 id=\"talks\">Selected talks (1)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>25.\tTempus Webinar</em> (Virtual): \n    \"Integrating Structured Genomic Data in Clinic\".\n    <small class=\"date\">May 12, 2022</small>\n  </li>\n</ol>\n\n\n\n\n\n\n\n\n<h2 id=\"disclosures\">Disclosures</h2>\n<p>\n  This collaboration is publicly disclosed through two independent records:\n  <a href=\"https://coi.asco.org/share/JAR-DHX7/Travis%20Osterman\">ASCO COI</a> and\n  <a href=\"https://openpaymentsdata.cms.gov/physician/1291957\">CMS Open Payments</a>.\n</p>\n\n<p class=\"see-also\">\n  Related: <a href=\"/collaborations/\">all collaborations</a> · <a href=\"/collaborations/ge-healthcare/\">GE HealthCare</a> · <a href=\"/collaborations/epic/\">Epic</a> · <a href=\"/collaborations/microsoft/\">Microsoft</a> · <a href=\"/collaborations/nference/\">nference</a> · <a href=\"/collaborations/nccn/\">NCCN</a> · <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics ehr</a> · <a href=\"/expertise/precision-oncology/\">precision oncology</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/collaborations/microsoft/",
      "url": "https://osterman.co/collaborations/microsoft/",
      "title": "Microsoft Collaboration — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Microsoft Investigator Fellow (2020) - a $200K award for scaling clinical informatics education via Azure, plus Azure Research Community Advisory Board service.",
      "content_html": "<header class=\"page-hero\">\n  \n  <p class=\"partner-logo\">\n    <img src=\"/assets/img/logos/microsoft.svg\" alt=\"Microsoft logo\" height=\"56\" loading=\"eager\" />\n  </p>\n  \n  <h1>Microsoft <span class=\"role-tag\">Investigator Fellowship and Azure research collaboration, 2020-present</span></h1>\n  <p class=\"lede\">Microsoft Investigator Fellow (2020) - a two-year, $200,000 award for scaling clinical informatics education across UME and GME via Azure-based virtualization. Continuing service on the Microsoft Azure Research Community Advisory Board on structured genomic data, FHIR research infrastructure, and the mCODE data standard.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Dr. Osterman was selected as a\n  <a href=\"https://www.microsoft.com/en-us/research/academic-program/microsoft-investigator-fellowship/fellowship-recipients/\">Microsoft\n  Investigator Fellow</a> in 2020 - a two-year, $200,000 award - for\n  work leveraging Azure-based virtualization to scale clinical\n  informatics education across undergraduate and graduate medical\n  training. The fellowship funded the cloud infrastructure that lets\n  learners build and test against realistic clinical data and systems\n  without the licensing and security overhead that typically makes\n  hands-on informatics education impractical. The infrastructure is\n  now part of the Vanderbilt CI Integrated Science Curriculum and the\n  GME Clinical Informatics Elective Rotation\n  (see <a href=\"/expertise/clinical-informatics-education/\">CI\n  education</a>).\n</p>\n\n<p>\n  Beyond the fellowship, Dr. Osterman serves on the\n  <em>Microsoft Azure Research Community Advisory Board (AMC CAB)</em>,\n  contributing on structured genomic data, FHIR-based research\n  infrastructure, and the\n  <a href=\"https://build.fhir.org/ig/HL7/fhir-mCODE-ig/\">minimal Common\n  Oncology Data Elements (mCODE™)</a> standard. The mCODE Genomics\n  Pilot at Vanderbilt\n  (<a href=\"https://doi.org/10.1200/CCI.23.00249\">Li et al.,\n  <em>JCO CCI</em>, 2024</a>) was built on Azure, demonstrating an\n  end-to-end FHIR-on-Azure pipeline lifting structured genomic data\n  out of Epic into mCODE-conformant resources.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>Microsoft Investigator Fellowship (2020) - $200K, 2 years, PI</li>\n  <li>Microsoft Azure Research Community Advisory Board (AMC CAB) - member</li>\n  <li>Azure-based virtualization for CI education (UME + GME)</li>\n  <li>Azure-based FHIR research infrastructure for mCODE workflows</li>\n</ul>\n\n\n\n<h2 id=\"case-study\">Case study</h2>\n<p>\n  Long-form narrative:\n  <a href=\"/case-studies/mcode/\"><strong>mCODE: from a data standard to regulatory infrastructure</strong></a>.\n</p>\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (1)</h2>\n<ol class=\"biblio\">\n  <li>\n    Yanwei Li et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00249\">Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Jun 28, 2024</small>\n  </li>\n</ol>\n\n\n\n\n\n\n\n\n\n<h2 id=\"media\">In the news (2)</h2>\n<ol class=\"biblio\">\n  <li>\n    <a href=\"https://customers.microsoft.com/en-us/story/1394703347021361603-dr-travis-osterman-microsoft-investigator-fellow-higher-education-azure-en-united-states\">Microsoft Investigator Fellow Dr. Travis Osterman uses Azure to support lung cancer treatment protocols</a>\n     · <em>Microsoft Customers Stories</em>.\n    <small class=\"date\">Jul 23, 2021</small>\n  </li>\n  <li>\n    <a href=\"https://news.vumc.org/2019/11/07/vumcs-osterman-awarded-microsoft-investigator-fellowship/\">VUMC’s Osterman awarded Microsoft Investigator Fellowship</a>\n     · <em>VUMC News</em>.\n    <small class=\"date\">Nov 7, 2019</small>\n  </li>\n</ol>\n\n\n<h2 id=\"disclosures\">Disclosures</h2>\n<p>\n  This collaboration is publicly disclosed through two independent records:\n  <a href=\"https://coi.asco.org/share/JAR-DHX7/Travis%20Osterman\">ASCO COI</a> and\n  <a href=\"https://openpaymentsdata.cms.gov/physician/1291957\">CMS Open Payments</a>.\n</p>\n\n<p class=\"see-also\">\n  Related: <a href=\"/collaborations/\">all collaborations</a> · <a href=\"/collaborations/ge-healthcare/\">GE HealthCare</a> · <a href=\"/collaborations/epic/\">Epic</a> · <a href=\"/collaborations/tempus-ai/\">Tempus AI</a> · <a href=\"/collaborations/nference/\">nference</a> · <a href=\"/collaborations/nccn/\">NCCN</a> · <a href=\"/expertise/clinical-informatics-education/\">clinical informatics education</a> · <a href=\"/expertise/cancer-data-standards/\">cancer data standards</a> · <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics ehr</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/collaborations/epic/",
      "url": "https://osterman.co/collaborations/epic/",
      "title": "Epic Collaboration — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Dr. Osterman's multi-level Epic collaboration - Adult Oncology Steering Committee, Beacon Community Operations Group founder, Genomics Module and AURA.",
      "content_html": "<header class=\"page-hero\">\n  \n  <h1>Epic <span class=\"role-tag\">Multi-year, multi-level EHR collaboration, ongoing</span></h1>\n  <p class=\"lede\">Epic is the EHR platform anchoring Dr. Osterman&#39;s clinical informatics work. Multiple collaboration surfaces: the Adult Oncology Steering Committee, the Beacon Community Operations Group (founder), Epic Genomics Module, Epic AURA, and the AI-extracted oncology staging workflow in Epic Hyperspace.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Epic is the EHR platform that anchors most of Dr. Osterman's clinical\n  informatics work, and the collaboration with the company takes\n  several distinct shapes: governance, build, training, and research.\n</p>\n\n<p>\n  <strong>Governance.</strong>\n  Dr. Osterman serves on Epic's Adult Oncology Steering Committee, the\n  body that influences the direction of Epic's oncology-specific\n  features. He also founded the\n  <em>Epic Beacon Community Operations Group (BCOG)</em>, a\n  multi-institution governance body for the dominant U.S. oncology EHR\n  module - the group of academic cancer centers that coordinate on\n  shared challenges and shared builds across the Beacon platform.\n</p>\n\n<p>\n  <strong>Build and integration.</strong>\n  Three implementation pieces have shipped at Vanderbilt under\n  Dr. Osterman's leadership: the\n  <em>Epic Genomics Module</em> as the structured-variant home inside\n  the EHR; <em>Epic AURA</em> as the bridge that pulls\n  reference-laboratory genomic reports in over standardized interfaces;\n  and the AI-extracted oncology staging workflow being built into Epic\n  Hyperspace (Dr. Osterman is PI). The implementation work is\n  documented in\n  <a href=\"https://doi.org/10.1200/CCI.23.00249\">Li et al., <em>JCO\n  CCI</em>, 2024</a> (mCODE Genomics Pilot) and the\n  <a href=\"https://doi.org/10.6004/jnccn.2022.7165\">Vento &amp;\n  Osterman NCCN abstract</a> (2023) on the upstream workflow.\n</p>\n\n<p>\n  <strong>Speaking and community.</strong>\n  Featured speaker at Epic's annual User Group Meeting (UGM) and\n  Expert Group Meeting (XGM) on community governance, structured\n  genomic data backloading, in-basket workflow, and other topics\n  where the BCOG cross-institution conversations have generated\n  reusable patterns. The 2022 UGM talk\n  <em>Precision Medicine: Using Structured Genomic Data in Clinical\n  Decision Support</em> is the canonical public version of the\n  Vanderbilt build story.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>Epic Adult Oncology Steering Committee</li>\n  <li>Epic Beacon Community Operations Group (BCOG) - Founder</li>\n  <li>Epic Genomics Module rollout at Vanderbilt</li>\n  <li>Epic AURA reference-laboratory integration</li>\n  <li>AI-extracted oncology staging in Epic Hyperspace (PI: Osterman)</li>\n</ul>\n\n\n\n<h2 id=\"case-study\">Case study</h2>\n<p>\n  Long-form narrative:\n  <a href=\"/case-studies/mcode/\"><strong>mCODE: from a data standard to regulatory infrastructure</strong></a>.\n</p>\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (1)</h2>\n<ol class=\"biblio\">\n  <li>\n    Yanwei Li et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00249\">Minimal Common Oncology Data Elements Genomics Pilot Project: Enhancing Oncology Research Through Electronic Health Record Interoperability at Vanderbilt University Medical Center</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Jun 28, 2024</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (4)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>Beacon Community Operations Group (BCOG),</em> (Virtual): \n    \"Maximizing Value with Structured Genomic Data\".\n    <small class=\"date\">Jul 8, 2022</small>\n  </li>\n  <li>\n    <em>Epic: Beacon Community Oncology Group (BCOG)</em> (Virtual): \n    \"Auto-Populate Care Team with Encounter Provider\".\n    <small class=\"date\">May 6, 2020</small>\n  </li>\n  <li>\n     (Virtual)\n    \"Document Link in eStar\".\n    <small class=\"date\">Apr 10, 2020</small>\n  </li>\n  <li>\n    <em>Epic User Group Meeting (UGM)</em>: \n    \"Improving In Basket User Experience: Leveraging Governance, Build, Development, and Collaboration\".\n    <small class=\"date\">Aug 28, 2019</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (1)</h2>\n<ol class=\"biblio\">\n  <li>\n    Joseph Vento, Travis Osterman.\n    <a href=\"https://doi.org/10.6004/jnccn.2022.7165\">BIO23-019: Precision Oncology: Integrating Structured Genomic Data Into the Electronic Health Record via the EPIC® Genomics Module</a>.\n    <em>Journal of the National Comprehensive Cancer Network</em>\n    <small class=\"date\">Mar 31, 2023</small>\n  </li>\n</ol>\n\n\n\n\n\n<h2 id=\"media\">In the news (2)</h2>\n<ol class=\"biblio\">\n  <li>\n    <a href=\"https://www.hcinnovationgroup.com/clinical-it/genomics-precision-medicine/news/21212890/vanderbilt-preparing-to-implement-epic-genomics-module\">Vanderbilt Preparing to Implement Epic Genomics Module</a>\n     · <em>Healthcare Innovation</em>.\n    <small class=\"date\">Mar 4, 2021</small>\n  </li>\n  <li>\n    <a href=\"http://news.vumc.org/2018/11/15/one-year-after-estar-go-live/\">One year after Go Live, focus remains on advancing eStar</a>\n     · <em>VUMC Reporter</em>.\n    <small class=\"date\">Nov 15, 2018</small>\n  </li>\n</ol>\n\n\n<h2 id=\"disclosures\">Disclosures</h2>\n<p>\n  This collaboration is publicly disclosed through two independent records:\n  <a href=\"https://coi.asco.org/share/JAR-DHX7/Travis%20Osterman\">ASCO COI</a> and\n  <a href=\"https://openpaymentsdata.cms.gov/physician/1291957\">CMS Open Payments</a>.\n</p>\n\n<p class=\"see-also\">\n  Related: <a href=\"/collaborations/\">all collaborations</a> · <a href=\"/collaborations/ge-healthcare/\">GE HealthCare</a> · <a href=\"/collaborations/microsoft/\">Microsoft</a> · <a href=\"/collaborations/tempus-ai/\">Tempus AI</a> · <a href=\"/collaborations/nference/\">nference</a> · <a href=\"/collaborations/nccn/\">NCCN</a> · <a href=\"/expertise/clinical-genomics-ehr/\">clinical genomics ehr</a> · <a href=\"/expertise/cancer-data-standards/\">cancer data standards</a> · <a href=\"/expertise/precision-oncology/\">precision oncology</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/collaborations/ge-healthcare/",
      "url": "https://osterman.co/collaborations/ge-healthcare/",
      "title": "GE HealthCare Collaboration — Travis Osterman",
      "date_published": "2026-05-28T19:49:00.000Z",
      "summary": "Five-year GE HealthCare research collaboration - predicting immunotherapy efficacy and toxicity from real-world EHR data; Dr. Osterman was PI.",
      "content_html": "<header class=\"page-hero\">\n  \n  <p class=\"partner-logo\">\n    <img src=\"/assets/img/logos/ge-healthcare.svg\" alt=\"GE HealthCare logo\" height=\"56\" loading=\"eager\" />\n  </p>\n  \n  <h1>GE HealthCare <span class=\"role-tag\">Strategic research collaboration, 2019-2024</span></h1>\n  <p class=\"lede\">Five-year strategic research collaboration on predicting immune checkpoint inhibitor efficacy and toxicity from real-world EHR data. Dr. Osterman served as principal investigator on the flagship Digital Precision Oncology study.</p>\n</header>\n\n\n<section class=\"expertise-prose\">\n  \n<p>\n  Vanderbilt and GE HealthCare announced a five-year strategic research\n  collaboration in January 2019\n  (<a href=\"https://www.dotmed.com/news/story/45790\">dotmed.com</a>)\n  centered on applying machine learning to predict immune checkpoint\n  inhibitor (ICI) effectiveness and toxicity from real-world EHR data.\n  Dr. Osterman served as principal investigator from Vanderbilt; Dr. Jan\n  Wolber led on the GE HealthCare side. Multi-disciplinary teams on\n  both sides spanned medical oncology, radiochemistry, biostatistics,\n  bioinformatics, and machine learning. The collaboration ran through\n  2024 and produced three peer-reviewed manuscripts, twelve conference\n  presentations, multiple abstracts, and a U.S. patent on the\n  underlying model-generation framework.\n</p>\n\n<p>\n  The flagship paper -\n  <a href=\"https://doi.org/10.1200/CCI.23.00207\"><em>Prediction of\n  Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using\n  Real-World Patient Data</em></a>\n  (Lippenszky et al., <em>JCO Clinical Cancer Informatics</em>, 2024) -\n  demonstrated that routinely-collected EHR data is enough to build\n  clinically useful prediction models across both efficacy and\n  toxicity, without bespoke biomarker panels or unstructured-data\n  extraction pipelines. The imaging companion paper extended the\n  framework to pre-treatment thorax CT\n  (<a href=\"https://doi.org/10.1200/CCI-24-00198\">Smith et al.,\n  <em>JCO CCI</em>, 2025</a>) using radiomic features and deep learning\n  to predict ICI-induced pneumonitis from 2,700 CT volumes.\n</p>\n\n<p>\n  Beyond Vanderbilt the work was externally validated on multi-center\n  German pan-cancer cohorts in collaboration with the Essen-Bochum\n  team (Kiss, Lippenszky et al., SITC 2023). The full narrative arc -\n  what the team bet against the prevailing assumptions of the field\n  (real-world data over curated cohorts, pan-cancer over single-cancer),\n  what shipped, and what's next - lives in the\n  <a href=\"/case-studies/digital-precision-oncology/\">Digital Precision\n  Oncology case study</a>.\n</p>\n\n</section>\n\n\n\n<h2 id=\"programs\">Named programs</h2>\n<ul class=\"named-programs\">\n  <li>Digital Precision Oncology study (PI: Osterman) - GE HealthCare flagship</li>\n  <li>ICI hepatitis, colitis, and pneumonitis prediction models</li>\n  <li>Pre-treatment CT radiomics for pneumonitis prediction</li>\n  <li>External validation across multi-center pan-cancer cohorts (Germany)</li>\n</ul>\n\n\n\n<h2 id=\"case-study\">Case study</h2>\n<p>\n  Long-form narrative:\n  <a href=\"/case-studies/digital-precision-oncology/\"><strong>Digital Precision Oncology with GE HealthCare</strong></a>.\n</p>\n\n\n\n<h2 id=\"peer-reviewed\">Peer-reviewed publications (3)</h2>\n<ol class=\"biblio\">\n  <li>\n    David S. Smith et al.\n    <a href=\"https://doi.org/10.1200/CCI-24-00198\">Radiomics and Deep Learning Prediction of Immunotherapy-Induced Pneumonitis From Computed Tomography</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Feb 20, 2025</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1200/CCI.23.00207\">Prediction of Effectiveness and Toxicities of Immune Checkpoint Inhibitors Using Real-World Patient Data</a>.\n    <em>JCO Clinical Cancer Informatics</em>\n    <small class=\"date\">Mar 21, 2024</small>\n  </li>\n  <li>\n    Protiva Rahman et al.\n    <a href=\"https://doi.org/10.1093/jamiaopen/ooad017\">Accelerated curation of checkpoint inhibitor-induced colitis cases from electronic health records</a>.\n    <em>JAMIA Open</em>\n    <small class=\"date\">Apr 1, 2023</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"talks\">Selected talks (1)</h2>\n<ol class=\"biblio\">\n  <li>\n    <em>Society for Immunotherapy of Cancer Annual Meeting</em> (San Diego, CA): \n    \"EHR-based Models for Predicting Efficacy and Toxicities Prior to ICI Treatment\".\n    <small class=\"date\">Nov 4, 2023</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"abstracts\">Abstracts (10)</h2>\n<ol class=\"biblio\">\n  <li>\n    Pablo Napan Molina et al.\n    <a href=\"https://jitc.bmj.com/content/12/Suppl_2/A1369\">1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy | Journal for ImmunoTherapy of Cancer</a>.\n    \n    <small class=\"date\">Nov 5, 2024</small>\n  </li>\n  <li>\n    David Smith et al.\n    <a href=\"https://doi.org/10.1136/jitc-2024-SITC2024.1246\">1246 Prediction of pneumonitis in immunotherapy patients from prior thorax CT</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2024</small>\n  </li>\n  <li>\n    Pablo Napan Molina et al.\n    <a href=\"https://doi.org/10.1136/jitc-2024-SITC2024.1228\">1228 Machine learning models can predict efficacy and toxicities using short medical history prior to ICI therapy</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2024</small>\n  </li>\n  <li>\n    Zoltan Kiss et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1294\">1294 External validation of machine learning models to predict efficacy and toxicity of immune checkpoint inhibitors using real-world pan cancer cohorts</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1136/jitc-2023-SITC2023.1300\">1300 Prediction of efficacy and toxicities of immune checkpoint inhibitors using real-world patient data</a>.\n    <em>Journal for ImmunoTherapy of Cancer</em>\n    <small class=\"date\">Nov 1, 2023</small>\n  </li>\n  <li>\n    Eszter Csernai et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13565\">Rolling window-based hepatitis toxicity prediction from routine bloodwork in patients undergoing immune checkpoint inhibitor therapy.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Gergely Horváth et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13564\">Predicting immune checkpoint inhibitor-related hepatitis using electronic health records of patients.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Levente Lippenszky et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13566\">Predicting immune checkpoint inhibitor-related pneumonitis using patient medical information.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Neha M Jain, Philip Edward Lammers, Michael R. Savona, Travis John Osterman, Salil Goorha.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e18586\">Using a standard implementation science framework to improve clinical trial enrollment for a community Tennessee oncology center.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n  <li>\n    Kathleen F. Mittendorf et al.\n    <a href=\"https://doi.org/10.1200/JCO.2022.40.16_suppl.e13581\">Overcoming barriers in academic-industry partnerships to improve predictive modeling in immuno-oncology.</a>.\n    <em>Journal of Clinical Oncology</em>\n    <small class=\"date\">Jun 2022</small>\n  </li>\n</ol>\n\n\n\n<h2 id=\"patents\">Patents (1)</h2>\n<ol class=\"biblio\">\n  <li>\n    Jan Wolber, Eszter Katalin Csernai, Zoltán Kiss, Levente Lippenszky, Gergely Horváth, Travis Osterman, Ben Ho Park, David Samuel Smith, Daniel Fabbri, Michele LeNoue-Newton, Kathleen Mittendorf. \n    <a href=\"https://patents.google.com/patent/US20250292904A1/en\">Model generation apparatus for therapeutic prediction and associated methods and models</a> (2025).\n  </li>\n</ol>\n\n\n\n<h2 id=\"media\">In the news (1)</h2>\n<ol class=\"biblio\">\n  <li>\n    <a href=\"https://www.precisionmedicineonline.com/precision-oncology/ge-healthcare-vanderbilt-explore-use-ai-predict-immunotherapy-toxicity-efficacy\">GE Healthcare, Vanderbilt Explore Use of AI to Predict Immunotherapy Toxicity, Efficacy</a>\n     · <em>Precision Medicine Online</em>.\n    <small class=\"date\">Nov 27, 2023</small>\n  </li>\n</ol>\n\n\n<h2 id=\"disclosures\">Disclosures</h2>\n<p>\n  This collaboration is publicly disclosed through two independent records:\n  <a href=\"https://coi.asco.org/share/JAR-DHX7/Travis%20Osterman\">ASCO COI</a> and\n  <a href=\"https://openpaymentsdata.cms.gov/physician/1291957\">CMS Open Payments</a>.\n</p>\n\n<p class=\"see-also\">\n  Related: <a href=\"/collaborations/\">all collaborations</a> · <a href=\"/collaborations/epic/\">Epic</a> · <a href=\"/collaborations/microsoft/\">Microsoft</a> · <a href=\"/collaborations/tempus-ai/\">Tempus AI</a> · <a href=\"/collaborations/nference/\">nference</a> · <a href=\"/collaborations/nccn/\">NCCN</a> · <a href=\"/expertise/ai-in-oncology/\">ai in oncology</a> · <a href=\"/expertise/lung-cancer/\">lung cancer</a>.\n</p>\n\n<p><a href=\"#main\" class=\"back-to-top\">Back to top</a></p>\n"
    },
    {
      "id": "https://osterman.co/christmas/",
      "url": "https://osterman.co/christmas/",
      "title": "Christmas archive",
      "date_published": "2026-05-26T20:48:05.000Z",
      "summary": "Annual Osterman family Christmas pages and newsletters. Older years are gated; the current year is public.",
      "content_html": "\n<header class=\"page-hero\">\n  <h1>Christmas archive</h1>\n  <p class=\"lede\">\n    Annual Osterman family Christmas pages and newsletters. The current year\n    is open; older years are gated.\n  </p>\n</header>\n\n<ul class=\"christmas-list\" role=\"list\"><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2025-11-25T00:00:00.000Z\">2025-11-25</time>\n        \n      </p>\n      <h3><a href=\"/christmas-2025/\">Christmas 2025</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2025-11-25T00:00:00.000Z\">2025-11-25</time>\n        \n      </p>\n      <h3><a href=\"/christmas-2025-newsletter/\">Christmas 2025 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2024-12-08T00:00:00.000Z\">2024-12-08</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2024-newsletter/\">Christmas 2024 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2024-12-07T00:00:00.000Z\">2024-12-07</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2024/\">Christmas 2024</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2023-12-05T00:00:00.000Z\">2023-12-05</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2023/\">Christmas 2023</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2023-12-05T00:00:00.000Z\">2023-12-05</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2023-newsletter/\">Christmas 2023 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2022-12-10T00:00:00.000Z\">2022-12-10</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2022/\">Christmas 2022</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2022-12-10T00:00:00.000Z\">2022-12-10</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2022-newsletter/\">Christmas 2022 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2021-12-04T00:00:00.000Z\">2021-12-04</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2021/\">Christmas 2021</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2021-12-04T00:00:00.000Z\">2021-12-04</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2021-newsletter/\">Christmas 2021 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2020-11-15T00:00:00.000Z\">2020-11-15</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2020/\">Christmas 2020</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2020-11-15T00:00:00.000Z\">2020-11-15</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2020-newsletter/\">Christmas 2020 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2019-12-08T00:00:00.000Z\">2019-12-08</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2019/\">Christmas 2019</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2019-12-08T00:00:00.000Z\">2019-12-08</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2019-newsletter/\">Christmas 2019 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2018-12-18T00:00:00.000Z\">2018-12-18</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2018/\">Christmas 2018</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2018-12-18T00:00:00.000Z\">2018-12-18</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2018-newsletter/\">Christmas 2018 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2018-07-22T00:00:00.000Z\">2018-07-22</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/owen-2018/\">owen-2018</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2017-12-09T00:00:00.000Z\">2017-12-09</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2017-newsletter/\">Christmas 2017 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2017-11-24T00:00:00.000Z\">2017-11-24</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2017/\">Christmas 2017</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2016-12-21T00:00:00.000Z\">2016-12-21</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2016/\">Christmas 2016</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2016-12-20T00:00:00.000Z\">2016-12-20</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2016-newsletter/\">Christmas 2016 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2015-12-16T00:00:00.000Z\">2015-12-16</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas-2015-newsletter/\">Christmas 2015 Newsletter</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2015-12-15T00:00:00.000Z\">2015-12-15</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas2015/\">Christmas 2015</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2014-12-17T00:00:00.000Z\">2014-12-17</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas2014/\">Christmas 2014</a></h3>\n    </li><li>\n      <p class=\"post-meta\">\n        <time datetime=\"2013-12-13T00:00:00.000Z\">2013-12-13</time>\n         &middot; <span class=\"chip chip-retired\">private</span>\n      </p>\n      <h3><a href=\"/christmas2013/\">Christmas 2013</a></h3>\n    </li></ul>\n"
    },
    {
      "id": "https://osterman.co/christmas-2025/",
      "url": "https://osterman.co/christmas-2025/",
      "title": "Christmas 2025",
      "date_published": "2025-11-25T00:00:00.000Z",
      "summary": "Osterman family Christmas 2025 - the annual photo page.",
      "content_html": "<p><a href=\"/assets/img/wp/uploads/2025/11/reface-2025-11-06-05-01-26.png\" aria-label=\"View larger photo\"><img class=\"aligncenter size-full wp-image-3155\" src=\"/assets/img/wp/uploads/2025/11/reface-2025-11-06-05-01-26-540x720.jpg\" alt=\"\" width=\"540\" height=\"720\" /></a></p>\n<p>Welcome to our Christmas 2025 update.  It has been another exciting year.  Be sure to check out our <a href=\"/christmas-2025-newsletter/\"><em>2025 newsletter</em> </a>for details.</p>\n<div class=\"wp-gallery cols-1\">\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PSX_20250101_225325-540x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20250220_183656567-540x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20250111_224527376.PORTRAIT-540x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><a href=\"/assets/img/wp/uploads/2025/11/edfd3522-bda2-47f8-95b4-1a0be21df1a2.jpeg\"><img src=\"/assets/img/wp/uploads/2025/11/edfd3522-bda2-47f8-95b4-1a0be21df1a2-1024x1365.jpeg\" width=\"1024\" height=\"1365\" alt=\"\" loading=\"lazy\" /></a></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20250220_172933981-540x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20250304_221011658-540x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20250329_204246882-720x540.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20250903_220524080.MP_-405x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20251008_151706886-540x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20251008_152239490-540x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20251031_221242535-720x540.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/PXL_20251018_172859141-720x540.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/Screenshot_20251021-175806-707x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n<figure><img src=\"/assets/img/wp/uploads/2025/11/629a49872-480x720.jpg\" alt=\"\" loading=\"lazy\" /></figure>\n</div>\n"
    },
    {
      "id": "https://osterman.co/christmas-2025-newsletter/",
      "url": "https://osterman.co/christmas-2025-newsletter/",
      "title": "Christmas 2025 Newsletter",
      "date_published": "2025-11-25T00:00:00.000Z",
      "summary": "The Osterman family's 2025 Christmas newsletter - the year in review.",
      "content_html": "<p><a href=\"/assets/img/wp/uploads/2025/11/PXL_20251130_213718285.png\" aria-label=\"View larger photo\"><img class=\"aligncenter size-full wp-image-3154\" src=\"/assets/img/wp/uploads/2025/11/PXL_20251130_213718285-540x720.jpg\" alt=\"\" width=\"540\" height=\"720\" /></a></p>\n<p><strong>Willow (7)</strong></p>\n<p>Willow is a busy second-grader. In addition to school, she has enjoyed dance this year with lots of new friends. She continues to be the artist and crafter of the family and can often be found surrounded by markers, glue, tape, glitter, pipe cleaners, and piles of scrap paper.</p>\n<p><strong>Gavin (9)</strong></p>\n<p>Gavin is now in third grade. His highlights include becoming an expert modded Minecraft player. He loves exploring new worlds with his family, learning all the winding questlines, and gathering chests filled with the best loot. He continues to be active in scouts and swimming.</p>\n<p><strong>Owen (13)</strong></p>\n<p>Owen is loving seventh grade with highlights of joining the Brentwood Middle School Student Government Association and making a Southeastern cut time in swimming. He has enjoyed bringing his unique brand of junior high humor to the dinner table.</p>\n<p><strong>Laura</strong></p>\n<p>Laura has enjoyed immersing herself in the new world of 3d printing. She also coordinated getting all the McEwens to a Blue Jays game during their historic 2025 season. She continues to be an active volunteer at the schools and in extracurricular activities. Finally, she led the campaign to add a new member to the family (pictured above).</p>\n<p><strong>Travis</strong></p>\n<p>This has been a hard and reflective year for Travis. Brenda Osterman, his mother, died. She was an amazing, kind, and giving mother, sister, wife, and grandmother who fought Parkinson's Disease for twenty-five years. She was a testament to seizing each day and an inspiration to those around her, as reflected in the outpouring of family, friends, and community at her memorial services. Life continues but differently.</p>\n<p><b></b>Christmas Present</p>\n<ul>\n\t<li>Christmas 2025 <a href=\"/christmas-2025/\">photos</a></li>\n</ul>\n<h3>Christmas Past</h3>\n<ul>\n\t<li>Christmas 2024 <a href=\"/christmas-2024/\">photos</a> <a href=\"/christmas-2024-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2023 <a href=\"/christmas-2023/\">photos</a> <a href=\"/christmas-2023-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2022 <a href=\"/christmas-2022/\">photos</a> <a href=\"/christmas-2022-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2021 <a href=\"/christmas-2021/\">photos</a> <a href=\"/christmas-2021-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2020 <a href=\"/christmas-2020/\">photos</a> <a href=\"/christmas-2020-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2019 <a href=\"/christmas-2019/\">photos</a> <a href=\"/christmas-2019-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2018 <a href=\"/christmas-2018/\">photos</a> <a href=\"/christmas-2018-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2017 <a href=\"/christmas-2017/\">photos</a> <a href=\"/christmas-2017-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2016 <a href=\"/christmas-2016/\">photos</a> <a href=\"/christmas-2016-newsletter/\">newsletter</a></li>\n\t<li>Christmas 2015 <a href=\"/christmas2015/\">photos</a> <a href=\"/christmas-2015-newsletter/\">newsletter</a></li>\n\t<li><a href=\"/christmas2014/\">Christmas 2014</a></li>\n\t<li><a href=\"/christmas2013/\">Christmas 2013</a></li>\n</ul>\n"
    },
    {
      "id": "https://osterman.co/favorite-christmas-story-this-year/",
      "url": "https://osterman.co/favorite-christmas-story-this-year/",
      "title": "Favorite Christmas Story this Year",
      "date_published": "2017-12-15T00:00:00.000Z",
      "summary": "A 2017 post sharing Dr. William Weaver's StoryCorps recording about a stolen bike at Christmas, a story of family, giving, and forgiveness.",
      "content_html": "<p>Dr. William Weaver is the Chief of Surgery at the  Fayetteville VA Medical Center in North Carolina.  He has had two recent stories covered by NPR.  In the first, <a href=\"https://www.npr.org/2017/08/25/545848025/-people-helped-you-whether-you-knew-it-or-not\">he recounts being one of 14 black students integrating the all-white West High School in Knoxville, TN</a>.  I heard the second story today during my commute and was moved by his <a href=\"https://storycorps.org/\">Story Corps</a> recording recounting the theft of his brother's bike during Christmas when he was a child.  This story of family, giving, and forgiveness comes at a great time. Thank you NPR and thank you Dr. Weaver for sharing.</p>\n<iframe src=\"https://storycorps.org/embed/88337/\" title=\"StoryCorps recording: Dr. William Weaver on his brother's stolen bike at Christmas\" width=\"720\" height=\"427\" frameborder=\"0\" scrolling=\"no\"></iframe>\n"
    },
    {
      "id": "https://osterman.co/good-enough-dad/",
      "url": "https://osterman.co/good-enough-dad/",
      "title": "Good Enough Dad",
      "date_published": "2013-03-25T00:00:00.000Z",
      "summary": "A 2013 post about the NPR StoryCorps interview between Tim Harris, a restaurant owner with Down syndrome, and his father.",
      "content_html": "<h2><a title=\"Tim's Place - Story Corps\" href=\"http://www.npr.org/2013/03/15/174328613/a-good-enough-dad-and-his-special-son\">A 'Good Enough' Dad And His Special Son</a></h2>\n&nbsp;\n<figure><img class=\"size-thumbnail wp-image-547 \" alt=\"Tim Harris (right) and his father, Keith, visited StoryCorps in their hometown of Albuquerque, N.M.\" src=\"/assets/img/wp/uploads/2013/03/tim-harris-150x150.jpg\" width=\"150\" height=\"150\" /><figcaption>Tim Harris (right) and his father, Keith, visited StoryCorps in their hometown of Albuquerque, N.M.</figcaption></figure>\n<p><a title=\"National Public Radio\" href=\"http://npr.org\">National Public Radio</a> (NPR) runs a series called <a title=\"Story Corps\" href=\"http://www.npr.org/series/4516989/storycorps\">Story Corps</a> which is simply recordings of people interviewing people.  The link at the top is probably my favourite interview I've heard all year, in any context.  Tim is a college graduate with Down's Syndrome and is owner of <a title=\"Tim's Place\" href=\"http://timsplaceabq.com\">Tim's Place</a> in Albuquerque, New Mexico.  The interview is mostly a father interviewing his son.  If you're a father or son or both, <a title=\"A Good Enough Dad\" href=\"http://www.npr.org/2013/03/15/174328613/a-good-enough-dad-and-his-special-son\">the interview</a> is three minutes and thirteen seconds long and you'll probably get less than sixty seconds in before tearing up.</p>\n<p> </p>\n"
    },
    {
      "id": "https://osterman.co/hydroponics-ebb-and-flow-cost/",
      "url": "https://osterman.co/hydroponics-ebb-and-flow-cost/",
      "title": "Hydroponics - Cost To Get Started with Ebb and Flow Hydroponics",
      "date_published": "2012-10-29T00:00:00.000Z",
      "summary": "A 2012 cost breakdown for a home ebb and flow hydroponics system — lights, flood table, pump, nutrients, and aeration — totaling about $600.",
      "content_html": "<p>To get started with hydroponics at home, you should take an inventory of your goals and budget to begin.  For a 48x24 inch <a title=\"ebb and flow hydroponics\" href=\"http://en.wikipedia.org/wiki/Ebb_and_flow\">ebb and flow (flood and drain)</a> system, Your total cost will be around $600.  If you grow potatoes, it will take quire a while to recoup this cost.  Basil, however, at <a title=\"basil hydroponics\" href=\"http://wearenotfoodies.com/re-purposing-hydroponic-grown-basil.html\">$3 for a young, fresh plant</a> for pesto, will <strong>probably return your investment in as few as 2 years</strong> (6 inch diameter per plant = 8x4 plants in table = 32 plants x $3/plant = $96/harvest / 3 months maturation = $32/month - electricity - more nutrient - seeds = ~$25/month).  If you choose to use all organic and can find a buyer, expect a much more lucrative return.</p>\n<h2>Ebb and Flow Hydroponics Overview</h2>\nHere a a small diagram of the setup that will be described below.\n<img class=\"alignnone size-full wp-image-453\" src=\"/assets/img/wp/uploads/2012/08/ebb-flow.png\" alt=\"hydroponics ebb flow flood drain\" width=\"599\" height=\"444\" />\n<p>If you don't have $600 laying around, you can step into hydroponics more slowly by starting with a deep water culture system or smaller ebb and flow setup.  I'll argue though that planning a setup this size and buying it incrementally will make the most sense.  We'll breakdown the various components here.</p>\n<h3>Hydroponics Light Source</h3>\n<p><em>The Amazon product widgets originally embedded here no longer render. Product links: T5 grow light fixtures (<a href=\"https://www.amazon.com/dp/B003LZB9VK\">1</a>, <a href=\"https://www.amazon.com/dp/B002TJKS8Y\">2</a>).</em></p>\n<p>Starting with the light source makes the most sense.  Begin by purchasing the most lumens per square foot that you can afford.  Note that will not necessary be the largest fixture. A 2x2 ft fixture that packs in many bulbs is just as good.  <strong><a title=\"sunlight in lumens\" href=\"http://en.wikipedia.org/wiki/Sunlight\">Direct sunlight</a> is around 9000-10,000 lumens per square foot</strong> (or 100,000 lumens/sq meter) so that is our target.</p>\n<p>The fixture show above contains 8 T5 bulbs that will produce 40k lumens each or 320K lumens total over an area of approximately 4x2 feet (8 sqft).  That makes 40,000 lumens per square foot.  After accounting for inefficiency in reflection for light that is initially directed up, light that is lost horizontally, and decreased efficacy of the bulb as it ages, we should still be around the 10k/sqft sunlight equivalent.  We'll ignore wavelengths for now and say that T5 is a good bulb choice because they are cool enough to be very close to the plant canopy.</p>\n<p>You can germinate plants with much less light.  This amount of light will allow your plants to thrive, bloom, and fruit however.  Once you have this set up, try it for a few months on a traditional potted plant and you'll be sold.</p>\n<p><strong>Total: $200</strong></p>\n<h3>Hydroponic Grow Media and Flood Table</h3>\n<p><em>The Amazon product widgets originally embedded here no longer render. Product links: flood table and grow media (<a href=\"https://www.amazon.com/dp/B003Y67WDK\">1</a>, <a href=\"https://www.amazon.com/dp/B00598BSCW\">2</a>, <a href=\"https://www.amazon.com/dp/B0001YC4MC\">3</a>).</em></p>\n<p>The next large investment in your ebb and flow hydroponics setup will be a flood table, reservoir and grow medium.  From the diagram above, hopefully you can get the idea that your reservoir can be just about anything that holds water.  I scoped out <a title=\"hydroponic repurposing on craigslist\" href=\"http://craigslist.com\">craigslist</a> for a few months as was able to find a fifty-five gallon aquarium for $50 that holds water just fine.</p>\n<p>The flood table will either need to be supported by the reservoir or by some sort of stand.  Since the flood table will contain grow media which will displace some of the water, the volume to flood the the flood table will be less (maybe 50% less) that calculated volume.  Assuming that the reservoir is covered to minimize evaporation loss, You can begin to estimate the maximal amount of time between filling the reservoir.  This is also known as how long you can go on vacation.</p>\n<p>A 48 x 24 x 6 flood table is 6912 cubic inches or just under 30 gallons.  If we assume 50% displacement but grow media, we'll need 15 gallons to flood the table.  Let us add in 2 gallons of water to keep the pump submerged and the minimum water requirement would be 17 gallons.  Since our reservoir is 55 gallons, if we fill it completely, will will have 38 gallons of &quot;extra&quot; water that we will either loose to our plants or evaporation.</p>\n<p>Different plants have different needs for water.  Lettuce is notoriously good for large scale hydroponics as it sucks a large amount of water.  This isn't to say that you can't raise hydroponic cactus though.  <em>Hydroponics Made Easy</em> claims <strong>a young tomato plant will use 300ml-1L of water per day</strong>.  We would have 96 plants in a full bed or 28.8-96L/day (7.6-25gal/day).  So this system probably has between a 1-7 refill period depending on plant type, maturity, and density.</p>\n<p>The hydroponic grow media simply serves a means to keep roots moist but not wet (like a sponge.  Hydroton is a commercially available clay pellet that is commonly used.</p>\n<p><strong>Total: $200</strong></p>\n<h3>Ebb and Flow Water Pump System</h3>\n<p><em>The Amazon product widgets originally embedded here no longer render. Product links: water pump and timer (<a href=\"https://www.amazon.com/dp/B0019IQKJW\">1</a>, <a href=\"https://www.amazon.com/dp/B000KL3CYU\">2</a>).</em></p>\n<p>The water pump is the key component of the ebb and flow (flood and drain) hydroponic system. The goal is to have a pump capable of raising an appropriate volume per minute to flood your table relatively quickly but not so fast as to cause erosion of your grow media.  <strong>The higher your flood table is from the base of your reservoir and the larger your flood table, the larger the pump your need</strong>.  The larger the pump, the (generally) louder it will be and more electricity it will consume; although nowhere near the consumption of your grow lights.</p>\n<p>The water pump will be on a timer to flood your plants several times daily while your grow lights are on.</p>\n<p><strong>Total: $50</strong></p>\n<h3>Hydroponic Nutrients</h3>\n<p><em>The Amazon product widgets originally embedded here no longer render. Product link: <a href=\"https://www.amazon.com/dp/B000BNKWZY\">hydroponic nutrients</a> (a second product is no longer listed).</em></p>\n<p>Plants cannot live on water alone.  The nutrients, associated pH solutions, water, and electricity will be the main recurring expenses.</p>\n<p><strong>Total: $50</strong></p>\n<h3>Hydroponics Aeration</h3>\n<p><em>The Amazon product widgets originally embedded here no longer render. Product links: air pump, air stones, and check valve (<a href=\"https://www.amazon.com/dp/B0009YJ4NG\">1</a>, <a href=\"https://www.amazon.com/dp/B0002AQI9K\">2</a>, <a href=\"https://www.amazon.com/dp/B0002AQHC8\">3</a>, <a href=\"https://www.amazon.com/dp/B005HTT1P4\">4</a>).</em></p>\n<p>You can put off aeration to the end but you will not want to put this off too long.  like your plants, algae will have all the ingredients to grow.  Changing your water at regular intervals and keeping your water aerated will help combat this thread.</p>\n<p>Remember that air stones will help get more of the gas dissolved into the water so plan on picking up a few air stones.  Also, a one-way check valve is a good idea if your pump is not submersible as <strong>there is always a chance of backflow of water when the system is turned off</strong>.</p>\n<p>Aeration, unlike lighting and the water pump can continue 24 hours a day.  Make sure that your air outlet are not is the same area as your water pump intake as this will decrease efficiency and life of your water pump.</p>\n<p><strong>Total: $30</strong></p>\n<h2>Hydroponics Conclusion</h2>\nThere are the rough estimates for getting started with a moderate-sized hydroponics system at home.  This hydroponics setup will grow, blood, and fruit anything from tropical trees to cactus if you tweak the solutions and times of flooding.  Happy harvesting.\n"
    },
    {
      "id": "https://osterman.co/enders-game-audiobook-for-the-family/",
      "url": "https://osterman.co/enders-game-audiobook-for-the-family/",
      "title": "Ender's Game - Audiobook for the Family",
      "date_published": "2012-10-22T00:00:00.000Z",
      "summary": "Notes from 2012 on listening to the Ender's Game audiobook and why audiobooks suit family road trips, with thoughts on age-appropriateness.",
      "content_html": "<p><a href=\"http://www.amazon.com/gp/product/0812550706/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0812550706&amp;linkCode=as2&amp;tag=ostermanco-20\" aria-label=\"View larger photo\"><img class=\"alignright size-thumbnail wp-image-539\" src=\"/assets/img/wp/uploads/2012/10/enders_game-150x150.jpg\" alt=\"enders game\" width=\"150\" height=\"150\" /></a>September and October have now become the months that one interviews for the internal medicine sub-specialties.  For years I have been a fan of using my daily commute and extended travel times to &quot;read&quot; audiobooks or listen to medical lectures.  I have been on the road over the past two months and decided with my last trip out of state to break up my MKSAP study with a leisure novel - <a href=\"http://www.amazon.com/gp/product/0812550706/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0812550706&amp;linkCode=as2&amp;tag=ostermanco-20\">Ender's Game</a>.  This will not be a book review.  I am neither well-read enough to make insightful comparisons nor well written enough to write a critique to far outside my comfort zone of technical writing.  One idea did come to me as I sat in the parking lot after arriving at work, listening to the final ten minutes of Orson Scott Card's commentary.  He emphasizes that this (the audiobook) is the medium that he would most like his stories to be shared.</p>\n<p><em>The Amazon product widget originally embedded here no longer renders. The product: <a href=\"https://www.amazon.com/dp/1593974744\">Ender&rsquo;s Game audiobook on Amazon</a>.</em></p>\n<h2>Family Audiobook Trip</h2>\nWhat do your family road trips look like?  I realized instead of drop-down dvd screens or mp3 players loaded with the latest pop superstars, maybe I will, at least try, listen to audiobooks with my family.  How great to have the opportunity to pause the story so that your children can share their insights or questions.  What better way to introduce literary analysis and fundamental concepts of simile, metaphor, comparison, and antagonism.  Why not make that road trip as productive for my family as I make my daily commute or interview trips?  One faculty member asked recently whether I did anything that wasn't purposeful after reviewing my hobbies.  Interesting that is my most recent attempt at a purely leisure reading experience, I may have altered one vision I have for my family.  I love surprises like that.\n<h2>Ender's Game</h2>\nAs promised, this is not a book review.  I do owe Card a brief analysis on whether the audio novel would be appropriate for a preteen family road trip.  Given that the main characters are all preteen for the majority of the story, the language is pristine, and the dialogue is clear, I think that a first grade through junior high audience will be able to follow along without difficulty.  For the adults, the characters are well-developed and plot line is engaging enough that you'll reach for the next cd instead of hitting scan to find the local fm mix station that no one like but everyone can tolerate.\n"
    },
    {
      "id": "https://osterman.co/stand-up-to-cancer-using-oncology-informatics/",
      "url": "https://osterman.co/stand-up-to-cancer-using-oncology-informatics/",
      "title": "Stand Up To Cancer Using Oncology Informatics",
      "date_published": "2012-10-15T00:00:00.000Z",
      "summary": "A 2012 note on informaticists joining Stand Up To Cancer dream teams, including UCSC's Josh Stuart and the MedBook data-sharing platform.",
      "content_html": "<p><a href=\"http://news.ucsc.edu/2012/10/prostate-cancer.html\" aria-label=\"View larger photo\"><img class=\"alignright size-thumbnail wp-image-528\" src=\"/assets/img/wp/uploads/2012/10/josh-stuart-150x150.jpg\" alt=\"josh stuart\" width=\"150\" height=\"150\" /></a><a title=\"stand up to cancer\" href=\"http://www.standup2cancer.org/\">Stand Up 2 Cancer</a> has several <a title=\"cancer dream teams\" href=\"http://www.standup2cancer.org/dream_teams\">dream teams</a> organized to help oncology research.  Today, I came across an <a title=\"prostate cancer\" href=\"http://news.ucsc.edu/2012/10/prostate-cancer.html\">article from UCSC</a> discussing how one of their associate professors in biomolecular engineering, Joshua Stuart (right), is joining as a member of the <a title=\"prostate cancer dream team\" href=\"http://standup2cancer.org/dream_team_members#prostatecancer\">prostate cancer dream team</a>.  It looks like Stuart is already active in the breast cancer dream team.</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/MId3bIFncuw\" title=\"Meet the Stand Up To Cancer prostate cancer dream team\" frameborder=\"0\" allowfullscreen></iframe>\n<p>From the article:</p>\n<p style=\"padding-left: 30px;\">A second component of the UCSC team's work will be to develop a novel application called MedBook to connect patients, doctors, and researchers. Inspired by social media, MedBook is the brainchild of UCSC graduate student, Foundation trustee, and former Apple executive <a href=\"http://news.ucsc.edu/2012/02/goldstein-profile.html\">Ted Goldstein</a>, who has described it as a \"Facebook for cancer.\" The idea is to bring together the findings from patient tumor samples and connect researchers in a way that will help them work collaboratively to discover new models of disease and match patients with targeted treatments.</p>\n<p style=\"padding-left: 30px;\">\"The precision prostate oncology MedBook will act like an iPad app, linking patients, doctors, and researchers in a participatory information platform that will speed the matching of new medicines targeted at new druggable pathways to the patients who will benefit most,\" said Jonathan Simons, M.D., president and CEO of the Prostate Cancer Foundation.</p>\nA few other informaticists are already participating in the dream team projects:\n<p><strong>Arul M. Chinnaiyan, M.D., Ph.D.</strong>\nDirector of Pathology Research Informatics\nDirector of Cancer Bioinformatics\nThe Regents of the University of Michigan</p>\n<p><strong>David Cherba, Ph.D.</strong>\nVan Andel Research Institute (VARI)</p>\n<p><strong>Jason Corneveaux</strong>\nTranslational Genomic Research Institute (TGen)</p>\n<p>This is probably an under-representation of the importance that informatics plays in oncology, but we are getting there.  Kudos to everyone providing support as we create tools to help us ... Stand Up 2 Cancer.</p>\n"
    },
    {
      "id": "https://osterman.co/stanford-oncology-informatics/",
      "url": "https://osterman.co/stanford-oncology-informatics/",
      "title": "Stanford Oncology Informatics",
      "date_published": "2012-10-01T00:00:00.000Z",
      "summary": "A 2012 note on two oncology informatics leaders: Robert Carlson named NCCN CEO and George Sledge moving from Indiana University to Stanford.",
      "content_html": "<p><img class=\"alignleft size-thumbnail wp-image-519\" src=\"/assets/img/wp/uploads/2012/10/stanfordlogo-150x150.jpg\" alt=\"stanford oncology informatics\" width=\"150\" height=\"150\" />Last week was a busy week for The Cardinal.  Two days after <a href=\"http://med.stanford.edu/profiles/oncology/faculty/Robert_Carlson/\">Dr. Robert Carlson</a> was announced as the new CEO of the National Comprehensive Cancer Network (NCCN), the <a href=\"http://www.indystar.com/article/20120926/LIFE02/120926050/Longtime-IU-cancer-researcher-leaving-head-Stanford-division-\">Indianapolis Star</a> announced that <a href=\"http://medicine.iupui.edu/hemo/faculty/viewHEMOFaculty.aspx?facID=385\">Dr. George Sledge</a> will be leaving Indiana University to become the division chief of hematology and oncology at Stanford.</p>\n<p><img class=\"alignright size-full wp-image-517\" src=\"/assets/img/wp/uploads/2012/10/carlson.png\" alt=\"dr robert carlson\" width=\"148\" height=\"197\" />Both distinguished clinician researchers have a history of breast cancer focus with academic interests at the interface of medical oncology and informatics (oncology informatics).  Dr. Carlson has interests in:</p>\n<p style=\"padding-left: 30px;\">Computer science research efforts focus on computer-based systems for patient care. These include: the development of expert systems to assist in the care of patients with cancer (ONCOCIN) or AIDS (T-Helper); the development of computer-based systems using speech and pen-based input for medical records to access sources of medical knowledge; the design of three-dimensional methods of performing and representing literature searches; and the development of standards for implementing of medical computer-based systems; the development of smart agents and medical ontologies.</p>\n<img class=\"alignleft size-full wp-image-518\" src=\"/assets/img/wp/uploads/2012/10/sledge.png\" alt=\"dr george sledge\" width=\"148\" height=\"180\" />Dr. Sledge was the <a href=\"http://www.asco.org/\">ASCO</a> 2011 president and used the opportunity of his presidential address to discuss <em><a href=\"/oncology-informatics/\">The Challenge and Promise of the Genomic Era</a></em>.  I had the privilege of working with Dr. Sledge briefly in his breast cancer clinic and it helped solidify oncology as a career path for me.  He loves and is loved by his patients, is an eloquent teacher, and has a fantastic sense of humor.  He will be missed at Indiana University.  I wish Dr. Sledge the best as he embarks on this next phase in his decorated career and thank both for their work championing oncology informatics.\n"
    },
    {
      "id": "https://osterman.co/can-i-break-even-selling-ads-on-my-website/",
      "url": "https://osterman.co/can-i-break-even-selling-ads-on-my-website/",
      "title": "Can I Break Even Selling Ads On My Website",
      "date_published": "2012-09-06T00:00:00.000Z",
      "summary": "A 2012 look at one year of Google AdSense data from a small Linux tutorial site, with the math on how many posts it takes to break even.",
      "content_html": "<p><img class=\"alignright size-thumbnail wp-image-424\" src=\"/assets/img/wp/uploads/2012/08/money-bag-with-dollar-sign-150x150.jpg\" alt=\"ad revenue\" width=\"150\" height=\"150\" />I have been using <a href=\"http://www.google.com/adsense/\">Google AdSense</a> on one of my websites, <a title=\"gentoovps.net\" href=\"http://gentoovps.net/\">Gentoovps.net</a>, for one year now and wanted to answer the question, “Can I Break Even Selling Ads On My Website?”  Just to be clear, I did not create the site for monetary purpose.  I did not troll for the <a href=\"http://www.potpiegirl.com/2011/07/highest-cpc-keywords-list/\">highest cpc keywords</a>, try to trick users into clicking on ads, or anything else shady.  The entire purpose of integrating ads into the site was to offset a small amount of the cost of hosting and domain registration.</p>\n<h2>AdSense Terminology</h2>\nHere are some online advertising terms and abbreviations that are needed for the discussion\n<ul>\n\t<li><strong>Page views</strong> – displaying one page to one user (regardless of the number of ads on the page</li>\n\t<li><strong>Clicks</strong> – user interaction with the advertisement</li>\n\t<li><strong>CTR</strong> – click through rate = click / page views (as a percentage)</li>\n\t<li><strong>CPC</strong> – cash per click or revenue for each time a user clicks and ad</li>\n\t<li><strong>RPM</strong> – revenue per thousand impressions (page views)</li>\n</ul>\n<h2>Ad Revenue</h2>\nSo here are my data for this past year for a highly focused, linux tutorial website.\n<ul>\n\t<li>Page views: 12,181</li>\n\t<li>Clicks: 11</li>\n\t<li>CPC: $0.58</li>\n\t<li>RPM: $0.53</li>\n</ul>\nThe remainder of the needed adsense variables can be calculated from these.  Back to the main question though “can I Break Even Selling Ads On My Website?”  This year, no.  I earned $6.40 over the course of the year.\n<h2>When Will I Break Even Selling Ads?</h2>\nThis was the next best question.  I was most interested in how much revenue could be anticipated from each post.  That equation is found here.\n<img class=\"alignnone size-full wp-image-418\" src=\"/assets/img/wp/uploads/2012/08/dollars-per-post-per-year.jpg\" alt=\"dollars per post per year\" width=\"279\" height=\"65\" />\n<p>This assumes though that older articles are still being viewed (whether being found via search, linked to, or navigated to once found by a user).  To test this, I looked at a simple correlation between monthly pageviews and time (as a surrogate for total posts).  Here is the scatter plot with a horrible correlation.</p>\n<img class=\"alignnone size-full wp-image-419\" src=\"/assets/img/wp/uploads/2012/08/monthly-page-views-total.jpg\" alt=\"can I break even selling ads on my website - total\" width=\"483\" height=\"291\" />\n<h2>Community Engagement Pays Off</h2>\nWhat was the difference between the first month and the remainder?  Community engagement.  In order to build backlinks, promote traffic, and solicit feedback, I was very engaged in promoting the site.  The downside of course is that this approach is very time consuming.  When I remove the first month, here is how the graph looks.\n<img class=\"alignnone size-full wp-image-420\" src=\"/assets/img/wp/uploads/2012/08/page-views.jpg\" alt=\"can I break even selling ads on my website - subgroup\" width=\"483\" height=\"291\" />\n<p>So the more content you produce, the more page views you receive (as expected).</p>\n<h2>So … When Will I Break Even Selling Ads?</h2>\n<img class=\"alignright size-medium wp-image-425\" src=\"/assets/img/wp/uploads/2012/08/time-warp-300x294.jpg\" alt=\"time to break even with adsense\" width=\"300\" height=\"294\" />If domain registration plus annual hosting costs $150 and each post generates $0.15/year based on the above formula, then $150/$0.15 = <strong>1000 posts</strong>.\n<p>There are a few caveats however.  Scaling a website from 40 posts to 1000 posts (or 50 page views per day to 1250 page views per day) may require more resources (which cost more money).  Remember also that at no point have you begun to compensate yourself for the time of writing the articles.  <strong>If each post takes 3 hours, you are looking at a 3000 hour time investment to save $150/year.  Right now, at the current US minimum wage ($7.25), that is an investment of $21,750 which would require 41 million page views to offset.</strong></p>\n<h2>Why Bother with AdSense</h2>\nThe short answer is that you probably don’t need to bother.  Consider affiliate programs in addition to (or replacement  for adsense).  For instance, I have made nearly as much revenue from <a href=\"https://hostigation.com/billing/aff.php?aff=067\">hostigation</a>’s affiliate program based on two reviews I’ve written, as from advertising.  <a title=\"amazon affiliate url\" href=\"https://affiliate-program.amazon.com/\">Amazon</a> and <a title=\"newegg affiliate url\" href=\"http://www.newegg.com/Info/Affiliates.aspx\">newegg</a> have affiliate programs which may make more “sense” than adsense as well.\n<h2>Other Factors that will Influence Your Ad Revenue</h2>\n<ol>\n\t<li>how competitive are the ads displayed (ie: home refinancing will increase your CPC)?</li>\n\t<li>how good is your search engine optimization?</li>\n\t<li>are you linking to your best content?</li>\n\t<li>can you decrease your bounce rate?</li>\n\t<li>is the placement of your ads optimized</li>\n\t<li>are you writing (and linking to) follow ups of your best content</li>\n</ol>\nImproving these will increase your page views without forcing you to create new content.  In the end though, content is always king.\n"
    },
    {
      "id": "https://osterman.co/secure-electronic-sign-out-handoff-or-changeover/",
      "url": "https://osterman.co/secure-electronic-sign-out-handoff-or-changeover/",
      "title": "Rethinking Secure Electronic Sign out (Hand off or Changeover)",
      "date_published": "2012-08-30T00:00:00.000Z",
      "summary": "A 2012 design sketch for a secure physician-to-physician electronic sign-out system using layered encryption keys, with an infographic.",
      "content_html": "<p>A pubmed search for <a title=\"electronic signout (hand off)\" href=\"http://www.ncbi.nlm.nih.gov/pubmed?term=%28%22electronics%22[MeSH%20Terms]%20OR%20%22electronics%22[All%20Fields]%20OR%20%22electronic%22[All%20Fields]%29%20AND%20%28%22sign%20out%22[All%20Fields]%20OR%20%22sign-out%22[All%20Fields]%20OR%20%22signout%22[All%20Fields]%20OR%20handoff[All%20Fields]%20OR%20%22hand%20off%22[All%20Fields]%29%20AND%20%28%22humans%22[MeSH%20Terms]%20AND%20English[lang]%29&amp;cmd=DetailsSearch\">electronic sign out (or hand off)</a> yields 42 results.  I wrote recently about <a title=\"Secure Personal Health Information in 10 Steps\" href=\"/secure-personal-health-information/\">secure patient health information</a> and have been thinking more about what it takes to have a secure, physician-to-physician electronic sign out system.  To begin, we'll assume two things: <strong>1) no integration with existing systems</strong>.  This is not a small assumption but I would like to work on a high level and ideally a hand off could be generated by proprietary EMR X and submitted in a secure way via the following system. <strong>2) The system and interface should be as simple as possible to achieve the minimum required security</strong>.  The definition of minimum security when it comes to signing out patient information is murky at best.  Here is my solution in infographic form.</p>\n<h2>Secure Electronic Sign Out</h2>\n<a href=\"/assets/img/wp/uploads/2012/08/secure-electronic-hand-off.png\" aria-label=\"View larger photo\"><img class=\"alignleft size-large wp-image-491\" src=\"/assets/img/wp/uploads/2012/08/secure-electronic-hand-off-724x1024.png\" alt=\"secure electronic hand off or sign out\" width=\"724\" height=\"1024\" /></a>Immediately, you probably assume I have broken assumption #2 from above.  The above diagram describes a system of accessing (and sharing) encrypted data through 3 layers of encryption.  Three layers are not more beneficial from a data security standpoint but the process of changing over patients assumes multiple providers accessing the data, changing passwords, etc.  Also, we should address problems like session hijacking, database hacking, and password compromise.\n<h3>The Need For a Complex Electronic Sign Out System</h3>\nTo the provider, the system could be implementing very simply and the only thing that might be noticeable would be needing to type your password again for any data entry or edit.  For those of us practicing in the era of computerized physician order entry (CPOE), this is common place.\n<p><strong>Primary data key</strong> - this is a random key that is generated for each unique data field to be encrypted.  This key is used to encrypt the data itself.  If the key is compromised only one unit of data are revealed.  An encrypted version is stored in the database.</p>\n<p><strong>Secondary data key</strong> - this is a random key that is generated for each method of accessing each unit of encrypted data.  Since each primary data key will be accessed by two ways per user, the total number of database entries is at least data units x 2.  If the key is compromised only one unit of data are revealed.  An encrypted version is stored in the database.</p>\n<p><strong>Master user key</strong> - this is a random key that is generated once on creation of a user account and serves to be the initial key by which a secondary data key is encrypted.  If the key is compromised all the user's data are revealed.  An encrypted version is stored in the database.</p>\n<p><strong>Salted password hash</strong> - a salted password hash is used as the key to encrypted the master user key.  In the event that a user needs to change his or her password, the only object that requires updating is the encrypted signature of the master key.  This eliminates any lag as a result of changing passwords.</p>\n<p><strong>Session key</strong> - this is not mandatory, but may reduce exposure to session hijacking.  Instead of placing the master key in the session to decrypt data, a session-specific key is created (along with a new set of secondary data keys).  At conclusion of the session or after an expiratory period, the session key and secondary data keys can be removed.</p>\n<p><strong>Temp data key</strong> - in order to share information, a secondary data key can be cloned and encrypted using a temporary data key.  This key can then be transmitted to the second user.  Upon accessing the data, the second user will automatically create a secondary data key encrypted with their own mater key.  At this point, two users can access hand off (or sign out) data which is encrypted with a single, unknown, primary data key.</p>\n<p>It is probably not ideal yet, but this process is superior to sending changeover via email or simply using whole disk encryption.</p>\n"
    },
    {
      "id": "https://osterman.co/why-you-cant-be-anything-you-want-to-be/",
      "url": "https://osterman.co/why-you-cant-be-anything-you-want-to-be/",
      "title": "Why You Can't Be Anything You Want to Be",
      "date_published": "2012-08-23T00:00:00.000Z",
      "summary": "A 2012 reflection on Sean Johnson's essay arguing the market doesn't care what you love, and on finding work you wake up wanting to do.",
      "content_html": "<p>My grandfather worked as a carpenter from the time he was a teenage apprentice until a couple years before his death.  I loved making projects with him, and he taught me a lot about woodworking.  One of the most striking things about him was that he loved going to work.  Whether it was remodeling a kitchen, making a custom bench, or repairing a deck, he loved it.  He told me once that he never woke up and told himself that he didn't want to go into work.</p>\n<p><a title=\"Sean Johnson\" href=\"https://twitter.com/intentionally\"><img class=\"alignright size-medium wp-image-469\" src=\"/assets/img/wp/uploads/2012/08/132544265116-300x262.jpg\" alt=\"doing what you want\" width=\"300\" height=\"262\" />Sean Johnson</a> wrote an intriguing article, <a title=\"Why you can't be anything you want to be\" href=\"http://www.sean-johnson.com/2012/08/16/why-you-cant-be-anything-you-want-to-be/\">Why You Can't Be Anything You Want to Be</a>, at his blog this month.  It does fly in the face what my generation has been told about pursuing career happiness.</p>\n<p>Reading the article, I feel lucky to be able to purse a career that makes me happy, seems to be in demand, and that I'll want to wake up and go do.  Sean's five themes are as follows:</p>\n<ol>\n\t<li>the market doesn't care what you love</li>\n\t<li>you must create value</li>\n\t<li>you must be adaptable</li>\n\t<li>you must learn how to sell</li>\n\t<li>you must be entrepreneural</li>\n</ol>\nSean's idea is not new.  One scene from Office Space goes like this:\n<div>\n<blockquote>[<em>Peter, Michael, and Samir are chatting as they hang around the printer</em>]\n<strong><a href=\"http://www.imdb.com/name/nm0515296/\">Peter Gibbons</a></strong>: Our high school guidance counselor used to ask us what you'd do if you had a million dollars and you didn't have to work. And invariably what you'd say was supposed to be your career. So, if you wanted to fix old cars then you're supposed to be an auto mechanic.\n<strong><a href=\"http://www.imdb.com/name/nm0619651/\">Samir</a></strong>: So what did you say?\n<strong><a href=\"http://www.imdb.com/name/nm0515296/\">Peter Gibbons</a></strong>: I never had an answer. I guess that's why I'm working at Initech.\n<strong><a href=\"http://www.imdb.com/name/nm0379114/\">Michael Bolton</a></strong>: No, you're working at Initech because that question is bullshit to begin with. If everyone listened to her, there'd be no janitors, because no one would clean shit up if they had a million dollars.\n<strong><a href=\"http://www.imdb.com/name/nm0619651/\">Samir</a></strong>: You know what I would do if I had a million dollars? I would invest half of it in low risk mutual funds and then take the other half over to my friend Asadulah who works in securities...\n<strong><a href=\"http://www.imdb.com/name/nm0379114/\">Michael Bolton</a></strong>: Samir, you're missing the point. The point of the exercise is that you're supposed to figure out what you would want to do if...\n[<em>printer starts beeping</em>]\n<strong><a href=\"http://www.imdb.com/name/nm0379114/\">Michael Bolton</a></strong>: \"PC Load Letter\"? ...</blockquote>\n</div>\nInteresting my grandfather's generation probably looked more to apprenticeships when joining the workforce as that added a valued skill.  My parents generation seemed to value job stability but may have lacked some in adaptability.  My generation is trying to add value through education.  Unfortunately, the more bachelor, graduate, and doctoral degrees produced, the less each is worth (supply and demand again).\n<p>Who knows, maybe <a href=\"http://www.amazon.com/gp/product/1612680011/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1612680011&amp;linkCode=as2&amp;tag=ostermanco-20\">Rich Dad Poor Dad</a> will soon be required reading before entering college.  Figuring out the best way to find happiness at the bazaar where we all swap time, money, and ideas has never been easy for any generation.  I'd be happy to have a career like my grandfather and wake up ready to go to work each morning.  Medicine has been great at that so far.</p>\n"
    },
    {
      "id": "https://osterman.co/diuretics-and-heart-failure/",
      "url": "https://osterman.co/diuretics-and-heart-failure/",
      "title": "Diuretics and Heart Failure",
      "date_published": "2012-08-20T00:00:00.000Z",
      "summary": "A 2012 archival medical self-quiz on diuretics in heart failure, originally an interactive question on the old WordPress site.",
      "content_html": "<h2>Diuretics and Heart Failure</h2>\nTest your knowledge of diuretics and heart failure.\n<a href=\"/assets/img/wp/uploads/2012/07/Standardized-Testing.jpg\" aria-label=\"medical pearl\"><img src=\"/assets/img/wp/uploads/2012/07/Standardized-Testing-300x225.jpg\" alt=\"medical pearl\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-248\" /></a>\n[slickquiz id=3]\n<h3>More Quizzes</h3>\nFind more quizzes while you are here.\n"
    },
    {
      "id": "https://osterman.co/nvidia-pci-video-card/",
      "url": "https://osterman.co/nvidia-pci-video-card/",
      "title": "Nvidia VDPau Purevideo PCI Video Card for Mythtv",
      "date_published": "2012-08-16T00:00:00.000Z",
      "summary": "A 2012 build note on finding a cheap fanless Nvidia PCI video card with VDPAU and an OTA HDTV capture card for a budget MythTV box.",
      "content_html": "<p><a href=\"http://mythtv.org\" aria-label=\"mythtv\"><img class=\"alignright size-full wp-image-408\" src=\"/assets/img/wp/uploads/2012/08/mythTV-logo.jpg\" alt=\"mythTV-logo\" width=\"296\" height=\"104\" /></a>Recently, I was in needed of an <a title=\"nvidia\" href=\"http://www.nvidia.com\">Nvidia</a> pci video card for a new installation of <a title=\"mythtv\" href=\"http://mythtv.org\">Mythtv</a> I put together for watching the olympics.  Last Christmas my sister and I gave our parents a new computer so I inherited the old one for re-purposing.  I didn't want to dump a lot of money into the box so I needed a hardware pci capture card to record over the air (OTA) hdtv and an nvidia pci video card with vdpau (or <a title=\"vdpau (purevideo) features table\" href=\"http://en.wikipedia.org/wiki/Nvidia_PureVideo\">purevideo</a>) support.</p>\n<h2>Free Hardware Rundown</h2>\nOne of the barriers to just anyone creating a mythtv system is figuring out whether a given set of hardware will work for a required task.  One of the most common questions on the <a title=\"mythtv user mailing list\" href=\"http://www.gossamer-threads.com/lists/mythtv/users/\">mythtv user mailing list</a> is something along the lines of \"hey, will this hardware [record hdtv, play hdtv, stream, support three frontends etc].\"  Here are the rough specs of what I got given to me.\n<ul>\n\t<li>Pentium 4 2.8 gHz (single core) processor</li>\n\t<li>1 gb ram</li>\n\t<li>160gb ide HD</li>\n\t<li>onboard intel-based graphics</li>\n\t<li>3 pci slots and one agp  slot</li>\n</ul>\nWill it play it?  No.  Will it record it?  Probably ... but I wasn't too excited about the single ide drive.  You should be able to find something like this on ebay for around $100.\n<h2>Finding a Cheap Fanless VDPau PCI Video Card</h2>\n<a href=\"http://www.amazon.com/Zotac-ZT-40605-10L-nVidia-GeForce-GT430/dp/B005TIEC5C\" aria-label=\"View larger photo\"><img class=\"size-full wp-image-410 alignleft\" src=\"/assets/img/wp/uploads/2012/08/zotac-gt-430-pci-vdpau-video-card.jpg\" alt=\"Zotac-ZT-40605-10L\" width=\"300\" height=\"300\" /></a>After checking wikipedia's purevideo page, I started to look up chipset and see if any manufacturer had put a gpu with complete acceleration for MPEG-1, MPEG-2, <a title=\"MPEG-4 Part 2\" href=\"http://en.wikipedia.org/wiki/MPEG-4_Part_2\">MPEG-4 Part 2 (a.k.a. MPEG-4 ASP)</a>, VC-1/WMV9 and H.264 onto a pci card, made it fanless, and sold it for cheap.  There was really only one card I could find.  The <a href=\"http://www.amazon.com/Zotac-ZT-40605-10L-nVidia-GeForce-GT430/dp/B005TIEC5C\">Zotac ZT-40605-10L</a> fit the bill.  Total cost was around $60 after rebate and decodes full 1080p with minimal use of system resources.  It supports 4th generation vdpau and while I may have the option to use pci-express in a future build, I will almost certainly have an open pci slot.  There were some concerns that 512mb of video ram might be insufficient, but I haven't run into this problem.\n<h2>Cheap PCI OTA HDTV Capture</h2>\n<img class=\"alignright size-thumbnail wp-image-411\" src=\"/assets/img/wp/uploads/2012/08/pci-capture-card-150x150.jpg\" alt=\"dvico fusion hdtv5 rt lite\" width=\"150\" height=\"150\" />Before the nationwide conversion to OTA HD, I loved hauppage capture cards for how easy they were to install so I was hesitant to stray away at first.  The PCI requirement was, again, a difficult one.  I ended up finding a dvico fusion hdtv5 RT Lite on ebay for less than $20 (including shipping).  It works great and I couldn't be happier.  I bought a thin, $40, HD antenna and the combination is perfect.\n<p>Installation was a bit harder than I remember the pvr 250 being from many years ago but it works and I don't plan on changing to anything else for now.  The other benefit of this card is that if you wanted to put two or three of them into a single system, the motherboard wouldn't cost you an arm and a leg.</p>\n<h2>Finishing Up</h2>\nTotal cost of the upgrade was about $120 after tuner, video card, and antenna.  I had some extra ide hard drives laying around so I created a four drive raid0 array to help with disk io (although I don't have any benchmark data for that vs single drive).  The whole system is sitting in the original ugly black case in my living room and has had me happily skipping through commercials all Olympics long.\n"
    },
    {
      "id": "https://osterman.co/cefepime-seizure-risk/",
      "url": "https://osterman.co/cefepime-seizure-risk/",
      "title": "Seizure Risk for Cefepime if not Dose Adjusted",
      "date_published": "2012-08-13T00:00:00.000Z",
      "summary": "A 2012 clinical note on the FDA safety alert linking cefepime to seizure risk when doses are not adjusted for renal impairment.",
      "content_html": "<p> </p>\n<h2><img class=\"alignright  wp-image-338\" src=\"/assets/img/wp/uploads/2012/07/pharmacy-280x300.jpg\" alt=\"fda alert - cefepime\" width=\"168\" height=\"180\" />Cefepime Seizure Risk</h2>\nOn 6/26/2012, the FDA annouced an a risk for seizure when cefepime is not dose-adjusted for renal dysfunction. <a title=\"cefepime seizure risk\" href=\"http://www.fda.gov/Drugs/DrugSafety/ucm309661.htm\">The Drug Safety Communication</a> announced the increased seizure risk based on on 59 cases of non-convulsive status epilepticus being reported over the six years that cefepime has been available.\n<blockquote>56% of these cases involved patients &gt;65 years of age (range: 7-95 years) and 69% of the 59 cases involved female patients. Renal dysfunction was present in 58/59 patients (renal status was unknown in one patient). In 56/59 patients, cefepime dosing was not appropriately adjusted for renal impairment as recommended in the cefepime label.\n<ul>\n<li>FDA Drug Safety Communication</blockquote>\nYou've probably been dose-adjusting cefepime already, this just adds even more data for your support.</li>\n</ul>\n<h3><a title=\"fda statistical review\" href=\"http://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=9&amp;ved=0CGsQFjAI&amp;url=http%3A%2F%2Fwww.fda.gov%2Fdownloads%2FDrugs%2FDrugSafety%2FPostmarketDrugSafetyInformationforPatientsandProviders%2FDrugSafetyInformationforHeathcareProfessionals%2FUCM167309.pdf&amp;ei=z-cOUPT8NcjlqgH1n4D4Dw&amp;usg=AFQjCNGCj1-wdhRfCngA063rtJXKhSwuSQ\">cefepime usage</a></h3>\n<ul>\n\t<li>Pneumonia</li>\n\t<li>Febrile neutropenia</li>\n\t<li>Uncomplicated and complicated urinary tract infections</li>\n\t<li>Uncomplicated skin and skin structure infections</li>\n\t<li>Complicated intra-abdominal infections</li>\n</ul>\n<h3>Disclaimer</h3>\nAs always, consult your medical provider and/or pharmacist before making any medication changes.  This update in no way constitutes personal medical advice.\n<p> </p>\n"
    },
    {
      "id": "https://osterman.co/coffee-and-medicine/",
      "url": "https://osterman.co/coffee-and-medicine/",
      "title": "Coffee and Medicine",
      "date_published": "2012-08-09T00:00:00.000Z",
      "summary": "A 2012 archival note rounding up studies on coffee and health, including the NEJM analysis linking coffee drinking to lower all-cause mortality.",
      "content_html": "<p>Coffee and medicine go together like ... well ... coffee and doctors.  <a href=\"http://www.traviscoffee.co.uk\" aria-label=\"View larger photo\"><img class=\"alignright size-full wp-image-389\" src=\"/assets/img/wp/uploads/2012/08/travis-coffee-company.jpg\" alt=\"travis-coffee-company\" width=\"389\" height=\"254\" /></a>I have loved coffee at least since medical school - most of us succumb to the peer pressure of drinking coffee while studying medicine.  My earliest memory of coffee was sitting at my grandparents home where my grandmother would let me have the last few sips of her coffee as a child.  Today, almost randomly, I came across the <a title=\"Travis Coffee Company\" href=\"http://www.traviscoffee.co.uk\">Travis Coffee Company</a>.  You can imagine my excitement.</p>\n<h2>Coffee and Medicine</h2>\nI, of course, am not alone.  A pubmed search today for studies, systematic reviews, and trials in humans with \"coffee\" in the title yields <strong>280 results</strong>.  Here are some of the highlights.\n<ul>\n\t<li><a href=\"http://www.ncbi.nlm.nih.gov/pubmed/22440851\">Coffee and tea consumption and the risk of ovarian cancer: a prospective cohort study and updated meta-analysis (2012)</a></li>\n\t<li><a href=\"http://www.ncbi.nlm.nih.gov/pubmed/22458694\">Role of coffee in modulation of diabetes risk (2012)</a></li>\n\t<li><a href=\"http://www.ncbi.nlm.nih.gov/pubmed/21746805\">A meta-analysis of coffee consumption and pancreatic cancer (2012)</a></li>\n\t<li><a href=\"http://www.ncbi.nlm.nih.gov/pubmed/20590551\">Coffee consumption and risk of prostate cancer: a meta-analysis of epidemiological studies (2010)</a></li>\n\t<li><a href=\"http://www.ncbi.nlm.nih.gov/pubmed/19362749\">Coffee consumption and risk of lung cancer: a meta-analysis (2010)</a></li>\n</ul>\n<h2>Coffee and All Cause Mortality</h2>\n<p>This is the coup de gras paper and should be kept in tablet or smart phone of any avid coffee drinker to defend the, &quot;don't you think that's <strong>too much</strong> coffee?&quot; Freedman, et al showed in the article <a title=\"coffee and medicine - reduced all cause mortality\" href=\"http://www.nejm.org/doi/full/10.1056/NEJMoa1112010\">Association of Coffee Drinking with Total and Cause-Specific Mortality</a>, published New England Journal of Medicine May, 2012, showed the following:</p>\n<blockquote>Adjusted hazard ratios for <strong>death among men who drank coffee</strong> as compared with those who did not were as follows: 0.99 (95% confidence interval [CI], 0.95 to 1.04) for drinking less than 1 cup per day, 0.94 (95% CI, 0.90 to 0.99) for 1 cup, 0.90 (95% CI, 0.86 to 0.93) for 2 or 3 cups, 0.88 (95% CI, 0.84 to 0.93) for 4 or 5 cups, and <strong>0.90 (95% CI, 0.85 to 0.96) for 6 or more cups</strong> of coffee per day (P<0.001 for trend); the respective hazard ratios <strong>among women</strong> were 1.01 (95% CI, 0.96 to 1.07), 0.95 (95% CI, 0.90 to 1.01), 0.87 (95% CI, 0.83 to 0.92), 0.84 (95% CI, 0.79 to 0.90), and <strong>0.85 (95% CI, 0.78 to 0.93) (P<0.001 for trend)</strong>.</blockquote>\n<h2>Coffee and Dose Response</h2>\n<p>The best part (for me) in regards to the above paper is that the more coffee you drank (at least to six cups a day), the larger the benefit.  I think it's about time for a refill.  Coffee is not a medicine and is not FDA approved for primary prevention of any disease.  Almost every other addictive substance has a long list of warnings and adverse effects.  It's nice to have data supporting moderate to excessively indulgence.  Cheers.</p>\n<img src=\"/assets/img/wp/uploads/2012/08/coffee-stack.jpg\" alt=\"coffee-stack\" width=\"400\" height=\"359\" class=\"alignnone size-full wp-image-390\" />\n"
    },
    {
      "id": "https://osterman.co/hostigation-review/",
      "url": "https://osterman.co/hostigation-review/",
      "title": "Hostigation Review",
      "date_published": "2012-08-06T00:00:00.000Z",
      "summary": "A 2012 review of Hostigation VPS hosting after one year, covering uptime, support response time, and why the service earned a renewal.",
      "content_html": "<h2>Hostigation Review</h2>\nI posted a review of my vps host over at <a title=\"Hostigation Review\" href=\"http://gentoovps.net/hostigation-review-one-year/\">hostigation review</a> on gentoovps.net.  Over the past twelve months, I could not be happier with there service. If you are in the market for a vps, I suggest you give them a look.\n<a href=\"/assets/img/wp/uploads/2012/07/vps-hosting-150x150.jpg\" aria-label=\"hostigation\"><img class=\"alignnone size-full wp-image-237\" src=\"/assets/img/wp/uploads/2012/07/vps-hosting-150x150.jpg\" alt=\"hostigation\" width=\"150\" height=\"150\" /></a>\n<h3>From the Article</h3>\n<blockquote>March 31, 2012 the network was down for aprpoximately 5 hours. Quadranet, who provides the physical servers, were sorting through a DDoS attack. Since I could not access their main site, I sent a tweet to @hostigation and got a twitter reply 53 minutes later explainging the situation. I thought that was great response time. The DDoS attack was clearly out of their control and while, I suppose, they could have tried to update dns records to an alternative server to explain the situation, I’m not paying for enterprise-level support.</blockquote>\n<blockquote>One month is not a fair amount of time to really judge a hosting providing. Over the past year, everything has just worked. Being able to boot right into the gentoo live cd instead of booting ubuntu into recovery mode and installing gentoo is great. There are other cheaper or faster vps providers out there. Tim appears to be a very competent sysadmin and with 99.9% uptime, speedy service when I need it, and good communication, my money will stay here.\n<p>I’ll update if anything changes.</blockquote></p>\n<h3>Full Hostigation Review</h3>\nRead the <a title=\"Hostigation Review\" href=\"http://gentoovps.net/hostigation-review-one-year/\">full review</a>.\n"
    },
    {
      "id": "https://osterman.co/randomized-control-trial/",
      "url": "https://osterman.co/randomized-control-trial/",
      "title": "End of the Double-Blind Randomized Control Trial?",
      "date_published": "2012-08-02T00:00:00.000Z",
      "summary": "A 2012 essay asking whether targeted cancer therapies will outgrow the double-blind randomized controlled trial as the standard of evidence.",
      "content_html": "<p><a href=\"http://www.allergyclinic.co.uk/images/double-blind.jpg\" aria-label=\"double blind randomized control trial\"><img class=\"alignright size-thumbnail wp-image-379\" src=\"/assets/img/wp/uploads/2012/07/double-blind-150x150.jpg\" alt=\"double blind randomized control trial\" width=\"150\" height=\"150\" /></a>The short answer is probably not - the randomized control trial is safe for now.  The longer answer when it comes to exploring molecular targets in oncology we may need to rethink the double-blind randomized control trial.</p>\n<blockquote>Since current methods to assess potential cancer treatments are cumbersome, expensive, and often inaccurate, can we develop other methods to rapidly test interventions for cancer treatment or prevention?\n<p>Advances in 3-dimensional cell culture suggest that multiple cell types can be assembled in vitro and that engineered tissues often mimic many of the features of human organs. If systems can be developed that mimic the natural environment of tumors, perhaps these models will recapitulate drug action. It also seems possible that complex cell-free systems could be developed that would recapitulate at least some features of drug responses. Since it seems unlikely that any one new system will serve as an accurate model for all tumors, each may need to be tuned to the particular features of a particular tumor type or subtype.</p>\n<ul>\n<li>NCI PQ 17*</blockquote>\n*<a title=\"provacative questions nci\" href=\"http://provocativequestions.nci.nih.gov/rfa\">NCI provacative questions</a></li>\n</ul>\n<h2>Targeted Antibodies and Proteins are all Around Us</h2>\nOne counter to the argument of alternative research methods for these agents is that many drugs that fit this bill already have indications based on randomized control trials.  A quick search plus no more than a minute of head scratching brings over thirty to mind.\n<ul>\n\t<li>alemtuzumab</li>\n\t<li>alitretinoin</li>\n\t<li>bevacizumab</li>\n\t<li>bexarotene</li>\n\t<li>bortezomib</li>\n\t<li>brentuximab</li>\n\t<li>cetuximab</li>\n\t<li>crizotinib</li>\n\t<li>dasatinib</li>\n\t<li>denileukin diftitox</li>\n\t<li>erlotinib</li>\n\t<li>everolimus</li>\n\t<li>gefitinib</li>\n\t<li>ibritumomab</li>\n\t<li>imatinib</li>\n\t<li>ipilimumab</li>\n\t<li>lapatinib</li>\n\t<li>nilotinib</li>\n\t<li>ofatumumab</li>\n\t<li>panitumumab</li>\n\t<li>pazopanib</li>\n\t<li>pertuzumab</li>\n\t<li>pralatrexate</li>\n\t<li>rituximab</li>\n\t<li>romidepsin</li>\n\t<li>sorafenib</li>\n\t<li>sunitinib</li>\n\t<li>temsirolimus</li>\n\t<li>tositumomab</li>\n\t<li>trastuzumab</li>\n\t<li>tretinoin</li>\n\t<li>vandetanib</li>\n\t<li>vemurafenib</li>\n\t<li>vorinostat</li>\n</ul>\n<h2>They Survived the Randomized Control Trial ...</h2>\nThis begs the question why do we need alternative or supplemental methods of investigation?  Not every, in fact few, cancers are caused by a single <a title=\"bcr-abl\" href=\"http://www.nature.com/nature/journal/v315/n6020/abs/315550a0.html\">bcr-abl-like</a> mutation.  The more common scenario is something like lung cancer whose genome appears is the circus plot below.\n<figure><a href=\"http://www.nature.com/nature/journal/v463/n7278/full/nature08629.html\" aria-label=\"View larger photo\"><img class=\"size-full wp-image-368\" src=\"/assets/img/wp/uploads/2012/07/lung-cancer-genome.jpg\" alt=\"lung-cancer-genome\" width=\"600\" height=\"599\" /></a><figcaption>Pleasance et al. Nature 463, 184-190 (14 January 2010).</figcaption></figure>\n<h2>Driver's Seat</h2>\n<a href=\"http://images.forbes.com/media/2010/06/03/0603_chart-cost-human-genome_398x371.jpg\" aria-label=\"View larger photo\"><img class=\"size-medium wp-image-369 alignright\" src=\"/assets/img/wp/uploads/2012/07/0603_chart-cost-human-genome_398x371-300x279.jpg\" alt=\"genome cost\" width=\"300\" height=\"279\" /></a>\n<p>Once a driver mutation is identified in animal models, it will be increasingly difficult develop targeted therapies if the rate of mutation in the tumor is small.  In the past, it was cost prohibitive to sequence many different tumors looking for these less common mutations.  Times are changing and our technology is likely outpacing our investigative model.</p>\n<h2>Trial Proposals</h2>\nI would love to see if anyone has an alternative to our standard trials.  For now, randomized control trials are safe but the new paradigm may be coming.  We just don't know what it looks like yet.\n<p> </p>\n"
    },
    {
      "id": "https://osterman.co/windows-portable-sync-comparison/",
      "url": "https://osterman.co/windows-portable-sync-comparison/",
      "title": "Windows Portable Sync Comparison",
      "date_published": "2012-07-30T00:00:00.000Z",
      "summary": "A 2012 comparison of three portable Windows file-sync tools (DSynchronize, Toucan, Synkron) testing true bidirectional sync with deletes.",
      "content_html": "<h2>The Sync Problem</h2>\nAs chief resident, I work on my office computer during the day.  Often I work on the same files at night by transporting them via usb stick.  At home synchronizing my usb stick to my laptop is easy - I wrote an <a title=\"rsync\" href=\"http://ss64.com/bash/rsync.html\">rsync</a> script for that and can autorun it via a udev rule.  I wanted a similar method on my work computer.  I did not want a backup or copy of the files, I wanted true synchronization (add, modify, and delete bidirectional support).\n<p>I looked at three different portable solutions that do not require installation or administrator privileges.</p>\n<h3><a title=\"dsynchronize\" href=\"http://dimio.altervista.org/eng/\">Dsynchronize</a></h3>\n<a href=\"/assets/img/wp/uploads/2012/07/dsynchronize_icon.gif\" aria-label=\"dsynchronize\"><img class=\"alignleft size-full wp-image-203\" src=\"/assets/img/wp/uploads/2012/07/dsynchronize_icon.gif\" alt=\"dsynchronize\" width=\"32\" height=\"32\" /></a>Dsynchronize was the first application I tried.  The interface is included here.  I was optimistic based on the option for \"bidirectional synchronization\" and the box at the bottom the allowed you to be prompted prior to file deletion.  The synchronization process was fast and modification and new files were propagated easily.  When I deleted a file on the \"destination\" folder, the file was recreated during the next sync.  Deal breaker.<a href=\"/assets/img/wp/uploads/2012/07/dsync2.png\" aria-label=\"dsynchronize\"><img class=\"size-thumbnail wp-image-204 alignnone\" src=\"/assets/img/wp/uploads/2012/07/dsync2-150x150.png\" alt=\"dsynchronize\" width=\"150\" height=\"150\" /></a>\n<p> </p>\n<h3><a title=\"touchan - Steve Lamerton\" href=\"http://portableapps.com/blogs/stevelamerton/\">Toucan</a></h3>\n<a href=\"/assets/img/wp/uploads/2012/07/Toucan_128.png\" aria-label=\"Toucan\"><img class=\"alignleft size-full wp-image-205\" src=\"/assets/img/wp/uploads/2012/07/Toucan_128.png\" alt=\"Toucan\" width=\"128\" height=\"128\" /></a>Toucan by far had the most features and well-polished interface of the three I reviewed.  At first I could not understand why it did not have a sync function but after reading the documentation online, \"equalise\" is essentially the same.  Toucan sports some very nice backup options including encryption and file renaming based on variables like date and timestamp.  As expected, modification and new file creation were no problem, but the \"source\" and \"destination\" model tripped up design (from my standpoint) by recreating deleted files on the destination side.  So, while beautiful, a deal breaker.<a href=\"/assets/img/wp/uploads/2012/07/Toucan2.png\" aria-label=\"Toucan\"><img class=\"size-medium wp-image-206 alignnone\" src=\"/assets/img/wp/uploads/2012/07/Toucan2-300x197.png\" alt=\"Toucan\" width=\"300\" height=\"197\" /></a>\n<h3><a title=\"synkron\" href=\"http://synkron.sourceforge.net/\">Synkron</a></h3>\n<a href=\"/assets/img/wp/uploads/2012/07/Synkron_header2.png\" aria-label=\"View larger photo\"><img class=\"alignleft size-full wp-image-207\" src=\"/assets/img/wp/uploads/2012/07/Synkron_header2.png\" alt=\"Synkron_header2\" width=\"180\" height=\"46\" /></a>As I'm starting the think the only way to fix this problem is to run a set of Windows batch scripts, I come across synkron. The interface is fine and I can declare multiple \"master\" folders through the main interface.  I stopped exploring, ran a sync, then deleted a file on the network drive.  Upon resync, proof, appropriate deletion.  We instantly had a winner.  Since then, it raised in my book even higher when I clicked the restore tab and have the ability to restore recent versions of the deleted files.  Fantastic.  I can set it to sync and start and it will synchronize by work computer with my network drive at work and my usb stick.  Just what I wanted.<a href=\"/assets/img/wp/uploads/2012/07/Synkron2.png\" aria-label=\"View larger photo\"><img class=\"alignnone size-medium wp-image-208\" src=\"/assets/img/wp/uploads/2012/07/Synkron2-300x289.png\" alt=\"Synkron2\" width=\"300\" height=\"289\" /></a>\n<h3>Better Sync Tool?</h3>\nIf you are using a better sync tool, let me know and I'll post it here.\n"
    },
    {
      "id": "https://osterman.co/zofran-prolonged-qt/",
      "url": "https://osterman.co/zofran-prolonged-qt/",
      "title": "Zofran Causes Prolonged QT  at High Dose",
      "date_published": "2012-07-26T00:00:00.000Z",
      "summary": "A 2012 clinical note on the FDA warning that 32 mg IV ondansetron (Zofran) prolongs the QT interval, capping single IV doses at 16 mg.",
      "content_html": "<h2><img class=\"alignright size-medium wp-image-338\" src=\"/assets/img/wp/uploads/2012/07/pharmacy-280x300.jpg\" alt=\"fda alert \" width=\"280\" height=\"300\" />Ondansetron (Zofran) Prolonged QT</h2>\nOn 6/29/2012, the FDA announced an a risk for prolonged QT in patients given the high dose (32mg) ondansetron injection. <a title=\"ondansetron (zofran) prolonged qt - fda advisory\" href=\"http://www.fda.gov/Safety/MedWatch/SafetyInformation/SafetyAlertsforHumanMedicalProducts/ucm310219.htm\">The Drug Safety Communication</a> announced that the 32mg dose should be avoid and the drug's label will be revised.  The risk appears to be dose dependent.\n<p>The most common scenario for using the higher dose is as an anti-emetic administered during chemotherapy.  The updated label will state that no single intravenous dose should exceed 16mg.</p>\n<p>The new information on QT prolongation does not change any of the recommended oral dosing regimens for ondansetron. It also does not change the recommended lower dose intravenous dosing of ondansetron to prevent post-operative nausea and vomiting.</p>\n<h2>FDA Recommendations</h2>\n<blockquote>The use of a single 32 mg intravenous dose of ondansetron should be avoided. New information indicates that QT prolongation occurs in a dose-dependent manner, and specifically at a single intravenous dose of 32 mg.\n<p>Patients who may be at particular risk for QT prolongation with ondansetron are those with congenital long QT syndrome, congestive heart failure, bradyarrhythmias, or patients taking concomitant medications that prolong the QT interval</p>\n<p>Electrolyte abnormalities (e.g., hypokalemia or hypomagnesemia) should be corrected prior to the infusion of ondansetron.</p>\n<p>The lower dose intravenous regimen of 0.15 mg/kg every 4 hours for three doses may be used in adults with chemotherapy-induced nausea and vomiting. However, <strong>no single intravenous dose of ondansetron should exceed 16 mg</strong> due to the risk of QT prolongation.</p>\n<p>The new information does not change any of the recommended oral dosing regimens for ondansetron, including the single oral dose of 24 mg for chemotherapy induced nausea and vomiting.</p>\n<ul>\n<li>FDA Drug Safety Communication</blockquote></li>\n</ul>\n<h2>Disclaimer</h2>\nAs always, consult your medical provider and/or pharmacist before making any medication changes.  This update in no way constitutes personal medical advice.\n"
    },
    {
      "id": "https://osterman.co/occupational-exposure-to-metals/",
      "url": "https://osterman.co/occupational-exposure-to-metals/",
      "title": "Occupational Exposure to Metals",
      "date_published": "2012-07-23T00:00:00.000Z",
      "summary": "A 2012 archival medical self-quiz on occupational exposure to metals, originally an interactive question on the old WordPress site.",
      "content_html": "<p><a href=\"/assets/img/wp/uploads/2012/07/Standardized-Testing.jpg\" aria-label=\"medical pearl\"><img src=\"/assets/img/wp/uploads/2012/07/Standardized-Testing-300x225.jpg\" alt=\"medical pearl\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-248\" /></a>\n[slickquiz id=2]</p>\n<h2>More Quizzes</h2>\nFind more quizzes while you are here.\n"
    },
    {
      "id": "https://osterman.co/raspberry-pi-video-roundup/",
      "url": "https://osterman.co/raspberry-pi-video-roundup/",
      "title": "Raspberry Pi Video Roundup",
      "date_published": "2012-07-18T00:00:00.000Z",
      "summary": "A 2012 roundup of early Raspberry Pi videos: unboxings, touchscreens, GPIO peripherals, 1080p playback, XBMC, and retro gaming.",
      "content_html": "<p><img src=\"/assets/img/wp/uploads/2012/07/raspberry-pie-300x232.jpg\" alt=\"raspberry pie\" title=\"raspberry pie\" width=\"300\" height=\"232\" class=\"alignright size-medium wp-image-230\" />My <a href=\"/raspberry-pi/\" title=\"Rasberry Pi, a $35 Computer\" target=\"_blank\">first Raspberry Pi post</a> was quite popular so I thought I would do a second.  You might have caught that <a href=\"http://www.computeractive.co.uk/ca/news/2192040/raspberry-pi-now-available-for-bulk-orders-after-increase-in-production\" title=\"increased raspberry pi production\" target=\"_blank\">production has ramped up</a> and as more people get their hands on a Raspberry Pi, we are seeing more projects and videos pop up.  Here are some of my favorite videos showing the core features of the  Rapberry Pi in action.</p>\n<h2>Unboxing the Raspberry Pi</h2>\n<p>The most popular video type is probably the unboxing.  This demonstrates the boot time and bit of lag that you'll expect when running X windows on the Raspberry Pi.</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/r456d0imYPE\" title=\"Unboxing and first boot of the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<h2>Peripherals</h2>\n<p>The Raspberry Pi has headers to support daughterboards and should integrate well with arduino-based projects.  Here are a few videos showing off the Pi interacting with other devices.</p>\n<p>Touchscreen Anyone?  Here is a 3.5 inch LCD touchscreen driven by the Raspberry Pi.</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/LDw7oB-axzs?rel=0\" title=\"Raspberry Pi driving a 3.5 inch LCD touchscreen\" frameborder=\"0\" allowfullscreen></iframe>\n<p>Here is a proof of concept that controls LEDS through a web server on the Raspberry Pi running apache and php.</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/-tI6DDr0jIE?rel=0\" title=\"Controlling LEDs from an Apache/PHP web server on the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<p>Android transporter with Raspberry Pi (&quot;beaming content&quot;)</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/lyoZoNA8U24\" title=\"Android Transporter beaming content with the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<p>Demonstration of consumer electronics control (CEC) on Raspbery Pi via HDMI.</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/wBs7KaTK5Hk\" title=\"Consumer electronics control (CEC) over HDMI on the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<h2>Video Playback</h2>\n<p>Highly touted, the GPU is said to be capable of 1080p output via hdmi.  These video some the Raspberry Pi in action playing HD video.</p>\n<p>An example of 1080p playback.</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/FPA2cLV1BdA\" title=\"1080p video playback on the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<p>XBMC playing mp4 followed by H.264 with Android remote control</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/yRjC7jBmf-Q\" title=\"XBMC media center playing MP4 on the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/WrACZN6qoDw\" title=\"XBMC on the Raspberry Pi with Android remote control\" frameborder=\"0\" allowfullscreen></iframe>\n<h2>Software</h2>\n<p>A small computer?  Cool, I'll make it into a gaming rig.  While this isn't my first idea for a great Raspberry Pi project, you can apparently run Quake 3 and Mame as shown below.  I'm much more excited to see Java running on the Raspberry Pi.</p>\n<p>Mame on Raspberry Pi.  You'll want to jump to 3:50 and you'll see some examples.</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/zpsudhGta3s\" title=\"MAME arcade emulation on the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<p>Quake 3 on Raspberry pi.</p>\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/e_mDuJuvZjI\" title=\"Quake 3 running on the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<p>JavaFx running on the RPi</p>\n<iframe width=\"420\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/JBY7-wckR0g\" title=\"JavaFX running on the Raspberry Pi\" frameborder=\"0\" allowfullscreen></iframe>\n<h2>Your Pi</h2>\n<p>What are you doing with your RPi?  Post a comment or use the contact form above.  I'll try to update the post periodically.</p>\n"
    },
    {
      "id": "https://osterman.co/glycosuria-without-hyperglycemia/",
      "url": "https://osterman.co/glycosuria-without-hyperglycemia/",
      "title": "glycosuria without hyperglycemia",
      "date_published": "2012-07-16T00:00:00.000Z",
      "summary": "A 2012 archival medical self-quiz on causes of glycosuria without hyperglycemia, originally an interactive question on the old WordPress site.",
      "content_html": "<p><a href=\"/assets/img/wp/uploads/2012/07/Standardized-Testing.jpg\" aria-label=\"medical pearl\"><img src=\"/assets/img/wp/uploads/2012/07/Standardized-Testing-300x225.jpg\" alt=\"medical pearl\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-248\" /></a>\n[slickquiz id=1]</p>\n<h2>More Quizzes</h2>\nFind more quizzes while you are here.\n"
    },
    {
      "id": "https://osterman.co/raspberry-pi/",
      "url": "https://osterman.co/raspberry-pi/",
      "title": "Raspberry Pi, a $35 Computer",
      "date_published": "2012-07-09T00:00:00.000Z",
      "summary": "A 2012 look at the $35 Raspberry Pi: full hardware specs, a VirtualBox image to try it out, and brainstormed uses in medicine and education.",
      "content_html": "<h2>Raspberry Pi - Cheap Computing for the Masses</h2>\nRecently I have come across <a title=\"raspberry pi\" href=\"http://www.raspberrypi.org/\">Raspberry Pi</a>, a project to create a $35 computer (for model B).  The project started in 2006 and will soon be on sale in the United States.  The reason I say \"soon\" is that these are incredibly difficult to find.  Before talking about anything else, we need to look at the specs.\n<p><a href=\"/assets/img/wp/uploads/2012/07/raspberry-pie.jpg\" aria-label=\"raspberry pie\"><img class=\"alignnone size-medium wp-image-230\" src=\"/assets/img/wp/uploads/2012/07/raspberry-pie-300x232.jpg\" alt=\"raspberry pie\" width=\"300\" height=\"232\" /></a></p>\n<h3>Raspberry Pi Specs</h3>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td>Target price:</td>\n<td>US$ 35</td>\n</tr>\n<tr>\n<td>SoC:</td>\n<td>Broadcom BCM2835 (CPU, GPU, DSP, and SDRAM)</td>\n</tr>\n<tr>\n<td>CPU:</td>\n<td>700 MHz ARM1176JZF-S core (ARM11 family)</td>\n</tr>\n<tr>\n<td>GPU:</td>\n<td>Broadcom VideoCore IV,[57] OpenGL ES 2.0, 1080p30 h.264/MPEG-4 AVC high-profile decoder</td>\n</tr>\n<tr>\n<td>Memory (SDRAM):</td>\n<td>256 MB (shared with GPU)</td>\n</tr>\n<tr>\n<td>USB 2.0 ports:</td>\n<td>2 (via integrated USB hub)</td>\n</tr>\n<tr>\n<td>Video outputs:</td>\n<td>Composite RCA (PAL &amp; NTSC), HDMI (rev 1.3 &amp; 1.4),[58] raw LCD Panels via DSI</td>\n</tr>\n<tr>\n<td></td>\n<td>14 HDMI resolutions from 640×350 to 1920×1200 plus various PAL and NTSC standards.</td>\n</tr>\n<tr>\n<td>Audio outputs:</td>\n<td>3.5 mm jack, HDMI</td>\n</tr>\n<tr>\n<td>Onboard storage:</td>\n<td>SD / MMC / SDIO card slot</td>\n</tr>\n<tr>\n<td>Onboard network:</td>\n<td>10/100 Ethernet (RJ45)</td>\n</tr>\n<tr>\n<td>Low-level peripherals:</td>\n<td>8 × GPIO, UART, I²C bus, SPI bus with two chip selects, +3.3 V, +5 V, ground</td>\n</tr>\n<tr>\n<td>Power ratings:</td>\n<td>700 mA (3.5 W)</td>\n</tr>\n<tr>\n<td>Power source:</td>\n<td>5 volt via MicroUSB or GPIO header</td>\n</tr>\n<tr>\n<td>Size:</td>\n<td>85.60 × 53.98 mm (3.370 × 2.125 in)</td>\n</tr>\n<tr>\n<td>Weight:</td>\n<td>45 g (1.6 oz)</td>\n</tr>\n</tbody>\n</table>\n<h3>The Creator</h3>\nDarren Kitchens from <a title=\"hak5\" href=\"http://hak5.org\">Hak5</a> interviews raspberry pi creator at makerfaire 2012.\n<p><em>The video originally embedded here &mdash; Hak5&rsquo;s Maker Faire 2012 interview with the Raspberry Pi&rsquo;s creator &mdash; is no longer available (the Revision3 player has shut down).</em></p>\n<h3>Virtual Pi with VirtualBox</h3>\nIf you can't get your hands on a raspberry pi board but what to see what it is like, you can download the <a href=\"/assets/img/wp/uploads/2012/07/RaspberryPi.ova_.torrent\">RaspberryPi VirtualBox appliance</a>.  Once downloaded, just import as an alliance, reinitialize the mac address, and boot it up.\n<ul>\n\t<li>user: rpi</li>\n\t<li>password: password</li>\n</ul>\nObviously change your password with\n<pre>passwd</pre>\nwhen you first login. Also, you may need to\n<pre>rm -i /etc/udev/rules.d/70-persistent-net.rules</pre>\nand reboot to get networking running. Once that's done, open the\n<pre>README</pre>\nfile on the desktop and follow the directions. The only thing I couldn't get to essentially work out of the box was the networking. Here is a screenshot from my quick installation.\n<figure><a href=\"/assets/img/wp/uploads/2012/07/RaspberryPi-rpi-screenshot-Running-Oracle-VM-VirtualBox_003.png\" aria-label=\"View larger photo\"><img class=\"size-full wp-image-218\" src=\"/assets/img/wp/uploads/2012/07/RaspberryPi-rpi-screenshot-Running-Oracle-VM-VirtualBox_003.png\" alt=\"Raspberry Pi in Oracle VM VirtualBox\" width=\"802\" height=\"669\" /></a><figcaption>click image for larger view ... note ARM processor</figcaption></figure>\n<h3>Raspberry Pi and Medicine</h3>\nThere has been a lot of talk about integrating tablet computers into our medical workflows.  A very cheap, ultra-mini computer, would have some very interesting uses in medicine and medical education.  Here are some brainstorming ideas off the top of my head.\n<ul>\n\t<li>quick presentations anyway in the hospital by packaging with a <a title=\"one pound projector\" href=\"http://www.projectorcentral.com/Dell-M110.htm\">pocket projector</a> to do</li>\n\t<li>provide wireless access for teams rounding at hospitals without available wifi access (our Veteran's Affairs hospital) by packaging with a usb <a href=\"http://en.wikipedia.org/wiki/Evolution-Data_Optimized\">EVDO</a> and usb wireless adapter to</li>\n\t<li>pod-catcher that be plugged into your car stereo system to listen to lectures and could be sync'ed by plugging into network at work by packaging with a small rechargeable battery pack</li>\n\t<li>educational patient videos could be shown by pluggin the device into the hdmi input on TV's in patient or waiting rooms when coupled with small blue tooth keyboard or even remote control</li>\n\t<li> mobile web application and database server for research assistants</li>\n\t<li>cluster computing for genomics or proteomics by networking multiple devices together.  A 23 node cluster, even factoring cost of a <a title=\"24 port switch\" href=\"http://www.nextwarehouse.com/item/?1118741_g10e\">24-port switch</a>, comes to only $900</li>\n</ul>\n<h3>Computer Science Education</h3>\nBen Heck made an old school computer with a cartridge slot to add I/O boards based on raspberry pi.\n<p><em>The video originally embedded here &mdash; Ben Heck&rsquo;s cartridge-based Raspberry Pi computer build &mdash; is no longer available (the Revision3 player has shut down).</em></p>\n<h3>Conclusion</h3>\nThis is a very exciting product and we'll have to wait and see the many ways it will be utilized.\n"
    },
    {
      "id": "https://osterman.co/how-stable-is-your-operating-system/",
      "url": "https://osterman.co/how-stable-is-your-operating-system/",
      "title": "How Stable Is Your Operating System?",
      "date_published": "2012-07-05T00:00:00.000Z",
      "summary": "A 2012 post on a home router running Gentoo Linux on an old Dell GX1 for seven years without an OS reinstall, as a case for Linux stability.",
      "content_html": "<h2>Defining Stable</h2>\n<a href=\"/assets/img/wp/uploads/2012/07/gentoolinux1.png\" aria-label=\"gentoo linux\"><img class=\"alignright  wp-image-188\" src=\"/assets/img/wp/uploads/2012/07/gentoolinux1.png\" alt=\"gentoo linux\" width=\"155\" height=\"207\" /></a>My internet \"wasn't working\" and after figuring out that I could ping my router but not outside, it was clear that I needed to reset my router so that it would be assigned another IP address via my dsl modem.  This scenario is common.  The only thing that may be a little different for me is that I don't have one of those iconic blue on gray boxes with two antennas sticking up.  I was able to log into my router via ssh to r<a href=\"/assets/img/wp/uploads/2012/07/dellgx1a.jpg\" aria-label=\"View larger photo\"><img class=\"alignleft size-thumbnail wp-image-189\" src=\"/assets/img/wp/uploads/2012/07/dellgx1a-150x150.jpg\" alt=\"dell gx1\" width=\"150\" height=\"150\" /></a>estart my network.  My router is a full computer.  It is a dell gx1 optiplex 400mHz system running Gentoo Linux that I installed installed initially in 2005.\n<p>I've updated my installation a few times over the years, but I've not had to add or remove any of the hardware.  More impressively, I've never had to reinstall the operating system.  Why is that odd?  This is a computer that runs 24 hours a day, seven days a week, every week, without a reboot.  The most common reason for turning off or rebooting the computer.</p>\n<ol>\n\t<li>moving - literally changing residence is the most common reason</li>\n\t<li>hurricane - that's happened three times while in Florida due to power outage</li>\n\t<li>power outage unrelated to hurricane - long enough for my UPS to lose charge</li>\n\t<li>random crash - that happened once ( I was scared that a piece of hardware failed - still unsolved)</li>\n</ol>\nI've never been able to get even one week out of a Windows installation, no matter how vanilla, without a reboot.  To make things more fun, this computer has worse specs than the one I took to college 13 years ago.\nWhen people use the association between linux and stability. This is what they mean.  My operating system was initially intalled June 27, 2005.  Happy belated 12th birthday gentoo router.  You're probably middle-aged now.\n"
    },
    {
      "id": "https://osterman.co/oncology-informatics-provides-decision-support-based-on-gene-mutations/",
      "url": "https://osterman.co/oncology-informatics-provides-decision-support-based-on-gene-mutations/",
      "title": "Oncology Informatics Provides Decision Support Based on Gene Mutations",
      "date_published": "2012-06-18T00:00:00.000Z",
      "summary": "A 2012 post introducing MyCancerGenome.org, an oncology informatics tool offering decision support based on tumor gene mutations.",
      "content_html": "<h2>Oncology Informatics Provides Decision Support Based on Gene Mutations</h2>\nBelow is a video introduction to a publicly available project, <a title=\"My Cancer Genome\" href=\"http://www.mycancergenome.org/\">MyCancerGenome.org</a>, that integrates physician decision support, treatment information, published evidence, and current clinical trials.  This is a great example of the power of oncology informatics.\n<a href=\"http://www.mycancergenome.org/\" aria-label=\"View larger photo\"><img src=\"/assets/img/wp/uploads/2012/06/mycancergenome-logo.jpg\" alt=\"mycancergenome.org\" width=\"453\" height=\"93\" class=\"alignleft size-full wp-image-156\" /></a>\n<iframe width=\"425\" height=\"344\" src=\"https://www.youtube-nocookie.com/embed/cB0PukLOLlg?start=46&amp;end=260\" title=\"Video introduction to MyCancerGenome.org\" frameborder=\"0\" allowfullscreen></iframe>\n<p>As we continue to move toward personalized and targeted therapies, tools like this will become the norm.  The challenge is, of course, integrating these tools into our standard work flow.</p>\n<p>The next problem is interpreting the amount of molecular and genomic data to make those data applicable to patients.  These, however, are good problems to have.</p>\n"
    },
    {
      "id": "https://osterman.co/secure-personal-health-information/",
      "url": "https://osterman.co/secure-personal-health-information/",
      "title": "Secure Personal Health Information in 10 Steps",
      "date_published": "2012-06-14T00:00:00.000Z",
      "summary": "A 2012 checklist of ten security measures for systems storing personal health information, from SSL to two-factor auth and encryption.",
      "content_html": "<h2>Secure Personal Health Information (PHI)</h2>\nI get frustrated when someone throws around that they have developed a system that keeps PHI \"secure.\" I have a checklist that I generally go through as attacks come in many forms and there is not a single solution that addresses all attacks.\n<h2><a href=\"/assets/img/wp/uploads/2012/06/secure-patient-health-informationt1.png\" aria-label=\"secure patient health information\"><img class=\"aligncenter size-full wp-image-132\" src=\"/assets/img/wp/uploads/2012/06/secure-patient-health-informationt1.png\" alt=\"secure patient health information\" width=\"378\" height=\"702\" /></a>SSL Access</h2>\nThe first step in security is generally forcing all traffic to and from the website to be sent over a secure connection.  This connection can be established by either generating a <a title=\"self signed certificate\" href=\"http://en.wikipedia.org/wiki/Self-signed_certificate\">self signed certificate</a> or purchasing a secure certificate from a signing authority.  Neither encryption is stronger per say.  The benefit of purchasing the secure certificate from the signing authority is that your identification can be confirmed.\n<p>If you purchase a certificate from a signing authority and a third party attempts a <a title=\"man in the middle attack\" href=\"http://en.wikipedia.org/wiki/Man-in-the-middle_attack\">man in the middle attack</a> on one of your clients, the client's web browser will warn the client that the secure certificate is not signed by a valid authority.</p>\n<p>Often when someone says their system is &quot;secure,&quot; this is the extent of their claim.</p>\n<h2>Prevent Page Caching</h2>\nIf your client forgets to close their browser session at the conclusion of their time on the website, it is possible that a third party with physical access to the machine be simply be able to use the back button to navigate to a page that has been cached.  The solution here is relatively easy although you cannot guarantee your clients' web browser implements any of these common measures.\n<p style=\"padding-left: 30px;\">&lt;meta http-equiv=\"cache-control\" content=\"max-age=0\" /&gt;\n&lt;meta http-equiv=\"cache-control\" content=\"no-cache\" /&gt;\n&lt;meta http-equiv=\"expires\" content=\"0\" /&gt;\n&lt;meta http-equiv=\"expires\" content=\"Tue, 01 Jan 1980 1:00:00 GMT\" /&gt;\n&lt;meta http-equiv=\"pragma\" content=\"no-cache\" /&gt;</p>\n<h2>Non-MD5 Passwords</h2>\nIf your clients are using dictionary words as their password or basing passwords on dictionary words, the system may be compromised.  While any hashing method is at risk for a brute force attack, if your users' password hashes are compromised, MD5 is probably the least secure and easiest to <a title=\"MD5 reverse look up\" href=\"http://tools.benramsey.com/md5/\">reverse look up</a> in attempt to retrieve the plain text password.\n<h2>Sanitizing Database Input</h2>\n<a href=\"http://xkcd.com/327/\" aria-label=\"sql injection\"><img class=\"aligncenter size-full wp-image-128\" src=\"/assets/img/wp/uploads/2012/06/sql-injection.png\" alt=\"sql injection\" width=\"666\" height=\"205\" /></a>An <a title=\"sql injection attack\" href=\"http://en.wikipedia.org/wiki/SQL_injection\">sql injection attack</a> is an attack on a database where a third party submits malformed input into a form that is submitted to the database.  The malformed input then either allowed unauthenticated users to gain access to the system or worse, to allow remote code execution and compromise access to the whole system.\n<h2>SSL Database Communication</h2>\nIf the database is on a separate machine, there is always the possibility of someone sniffing the connection between the website and database host.  This is not an issue of the database and webserver reside on the machine.  The solution, like above, is to force encryption of the communication.\n<h2>Allow Database-level Encryption</h2>\nYou can encrypt the database on the filesystem.  This prevents someone from copying the database and accessing it on other system.  This isn't a perfect scenario as the keys for the encryption are typically stored on the hard disk so if the keys are compromised as well, the encryption doesn't help a lot.\n<h2>Allow Filesystem Encryption</h2>\nUnlike database-level encryption, filesystem-wide encryption typically does not have the keys stored on the device but are instead entered at type of booting the system or mounting the filesystem.  This protects against a third party with physical access to the machine from unplugging it and taking it to a lab somewhere.  It also prevents a third party from reading the disk by booting off a usb or cd.\n<h2>Two Factor Authentication</h2>\nIf a third party steals a client's password, two factor authentication prevents the third party from logging in.  The basic idea is that you can only log in with <em><strong>something you know</strong></em> and <em><strong>something you have</strong></em>.  The former is generally a password.  The latter is typically a key fob, pager, or cell phone.\n<h2>Further Encryption</h2>\nIn the event the only a few users have access to discrete information stored in the database, it might make sense to encrypt the information prior to storage with a key that is entered by the client at time of entering and retrieving the data.  The biggest benefit to this system it that even if you had over the data in the form of an sqldump to a third party, that party would still need the key to decrypt the information.  Therefore, the only attack would be intercepting the communicating after decryption and before deliver to the client or a brute force attack on the encrypted information.  In this scenario, even the system administrator cannot gain access to the information so even a fully compromised system protected personal health information.\n<p>There are three major downsides however.</p>\n<ol>\n\t<li>it is difficult to allow new clients access to the information</li>\n\t<li>if the key is a secondary hash of the client's password, great care has to be taken if the client ever changes his or her password</li>\n\t<li>in the event that a client forgets his or her password, the information is lost</li>\n</ol>\nHopefully this helps in a primary security evaluation.  Prior to implementation of any system, contact your security officer.\n"
    },
    {
      "id": "https://osterman.co/oncology-informatics/",
      "url": "https://osterman.co/oncology-informatics/",
      "title": "Oncology Informatics",
      "date_published": "2012-06-07T00:00:00.000Z",
      "summary": "A 2012 reflection on choosing oncology informatics as a career path, sparked by George Sledge's ASCO 2011 presidential address.",
      "content_html": "<h2>Oncology Informatics In the Next Decade</h2>\nI am writing my personal statement for the upcoming fellowship application season in medical oncology. I plan to integrate training in oncology and informatics (oncology informatics). There was a spark for writing ignited in me so I wanted to make a quick post.\n<h3>ASCO2011 Presidential Address of George Sledge, MD</h3>\nIf you are interested in oncology and moreso in oncology informatics, you need to have watched this. Indiana University is lucky to have two <a title=\"American Society of Clinical Oncologists\" href=\"http://www.asco.org/\">ASCO</a> past presidents on its faculty.\n<p><em>The video originally embedded here &mdash; George Sledge&rsquo;s ASCO 2011 presidential address (a Brightcove Flash player) &mdash; is no longer available.</em></p>\n<h3>Oncology Informatics Future and Leaders</h3>\nSomeday I predict the the combination of medical oncology and informatics will be as commonplace as the combination of pulmonary and critical care medicine. The leaders of this field will be a diverse group. There is a unique opportunity in my generation to combine basic science, technology, and clinical oncology to make advances that would have been revolutionary one decade ago routine. The combination of skills and timing are best described in Malcom Gladwell's <em><a href=\"http://www.amazon.com/gp/product/0316017930/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0316017930&linkCode=as2&tag=ostermanco-20\">Outliers: The Story of Success</a>\n</em>\n<blockquote>we pay too much attention to what successful people are like, and too little attention to where they are from: that is, their culture, their family, their generation, and the idiosyncratic experiences of their upbringing.</blockquote>\n<img class=\"aligncenter size-full wp-image-94\" title=\"oncology informatics\" src=\"/assets/img/wp/uploads/2012/06/outliers.jpg\" alt=\"oncology informatics\" width=\"82\" height=\"120\" />\n<h3>Oncology Informatics and Me</h3>\nAs an undergraduate, I found myself in a computer science introduction course after a scheduling mix up. As fate would have it, I became hooked on computer science at the same time I was learning how cellular biology and biochemistry made the world make sense. In medical school I continued to pursue technical interests as the molecular biology explained the basis of cancer treatment. In my clerkships, medical oncology was solidified as a career path due to the integration of empathy, treating the whole patient, and application of basic science and pharmacology. Oncology informatics was the final iteration which tied everything together.\n<p>I am far from unique but I do have passion for both clinical oncology and information technology. My head spins with possibilities of to integrate these fields in the next decade. Whether I will be able to contribute to this exciting field is yet to be determined. Of one thing I am certain - what a great time to be alive.</p>\n"
    },
    {
      "id": "https://osterman.co/staph-infection/",
      "url": "https://osterman.co/staph-infection/",
      "title": "Staph Infection?",
      "date_published": "2012-06-06T00:00:00.000Z",
      "summary": "A 2012 clinical note on adding clindamycin to suppress staph TSST-1 toxin when infections worsen despite broad-spectrum antibiotics.",
      "content_html": "<h2>Remember Clindamycin</h2>\nA good point was brought up yesterday in morning report.  If you have an infection (say necrotizing pnuemonia or cellulitis) and it looks worse after broad spectrum antibiotics, you may be seeing the results of the released <a href=\"http://www.springerlink.com/content/q18gk5j16511421r/\">Staph TSST-1 toxin</a>.  These patients benefit from concomitant treatment with clindamycin.\n<p>In a brief literature review there were some reports of linezolid having similar effects.  There are not good data to support its routine use to bind toxin however.</p>\n<p><a href=\"http://microbewiki.kenyon.edu/images/3/3d/Just_staphylococcus_aureus.jpg\" aria-label=\"View larger photo\"><img class=\"aligncenter size-medium wp-image-68\" src=\"/assets/img/wp/uploads/2012/06/Just_staphylococcus_aureus-300x203.jpg\" alt=\"Just_staphylococcus_aureus\" width=\"300\" height=\"203\" /></a></p>\n"
    },
    {
      "id": "https://osterman.co/unasyn-vs-zosyn/",
      "url": "https://osterman.co/unasyn-vs-zosyn/",
      "title": "Unasyn vs Zosyn",
      "date_published": "2012-06-05T00:00:00.000Z",
      "summary": "A 2012 clinical note comparing ampicillin-sulbactam (Unasyn) and piperacillin-tazobactam (Zosyn) coverage: Pseudomonas vs. Acinetobacter.",
      "content_html": "<p>I've often asked by medical students what additional coverage is gained with using piperacillin-tazobactam (Zosyn) over ampicillin-sulbactam (Unasyn).  The question comes up because so many people reflexively reach for &quot;vanc-zosyn&quot; for broad coverage.  The answer is Pseudomonas.</p>\n<p>The more difficult question is what additional coverage is gained with ampicillin-sulbactam over piperacillin-tazobactam.  The answer is <a title=\"CDC acinetobacter reference\" href=\"http://www.cdc.gov/HAI/organisms/acinetobacter.html\">acinetobacter</a>.</p>\n<p>The additional coverage comes from the the sulbactam portion.  This isn't to say that piperacillin-tazobactam should be a first line treatment, but it's interesting nonetheless.</p>\n<figure><a href=\"http://phil.cdc.gov/PHIL_Images/10095/10095_lores.jpg\" aria-label=\"View larger photo\"><img class=\"size-medium wp-image-64\" src=\"/assets/img/wp/uploads/2012/06/10095_lores-300x203.jpg\" alt=\"acinetobacter\" width=\"300\" height=\"203\" /></a><figcaption>http://phil.cdc.gov/PHIL_Images/10095/10095_lores.jpg</figcaption></figure>\n"
    },
    {
      "id": "https://osterman.co/thunderbird-and-google-calendar/",
      "url": "https://osterman.co/thunderbird-and-google-calendar/",
      "title": "Thunderbird and Google Calendar",
      "date_published": "2012-06-02T00:00:00.000Z",
      "summary": "A 2012 tip on using the Google Calendar Tab add-on to view and manage Google Calendar inside Mozilla Thunderbird, with a screenshot.",
      "content_html": "<p>I have an office for the first time in many years with my new role as chief resident.  Unfortunately, I am more familiar with Google and Mozilla's office-like tools than I am with those from Microsoft.  One of the first frustrations I found was having a browser and email client window open to be able to read email requests for meetings and then put them in my Google calendar.  Two days ago, I stumbled upon the <a href=\"https://addons.mozilla.org/en-us/thunderbird/addon/google-calendar-tab/\">Google calendar add-on for thunderbird</a>.  It is perfect.  I'll include a screenshot but it does exactly what I would expect.  Thanks go to <a href=\"http://clarkbw.net/blog/\">Bryan Clark</a>.</p>\n<figure><img class=\"size-full wp-image-54\" title=\"thunderbird google calendar tab\" src=\"/assets/img/wp/uploads/2012/06/travis-osterman-thunderbird-google-calendar.png\" alt=\"thunderbird google calendar tab\" width=\"800\" height=\"702\" /><figcaption>thunderbird google calendar tab</figcaption></figure>\n"
    }
  ]
}