Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Model Approaches for Pharmacokinetic Data: Distributed Parameter Models01:06

Model Approaches for Pharmacokinetic Data: Distributed Parameter Models

168
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
168
Nursing Clinical Information System01:27

Nursing Clinical Information System

1.0K
Nursing Clinical Information System (NCIS)
A Nursing Clinical Information System (NCIS) is a specialized type of healthcare information system tailored to meet the unique needs of nursing practice. It incorporates the principles of nursing informatics to streamline information management and improve the quality of care delivery.
Critical attributes of NCIS include:
1.0K
Model Approaches for Pharmacokinetic Data: Compartment Models01:14

Model Approaches for Pharmacokinetic Data: Compartment Models

356
Compartmental analysis is a widely adopted approach to characterizing drug pharmacokinetics. It uses compartment models that conceptualize the body as a collection of reversibly communicating compartments, each representing a group of tissues exhibiting similar drug distribution characteristics. The movement rate of the drug between these compartments is typically described by first-order kinetics.
Two primary types of compartment models are recognized: mammillary and catenary. The more...
356
Model Approaches for Pharmacokinetic Data: Physiological Models01:15

Model Approaches for Pharmacokinetic Data: Physiological Models

178
Physiological models in pharmacokinetics are instrumental in understanding the distribution and elimination of drugs within the body. These models describe the drug concentration within target organs, influenced by factors such as drug uptake, tissue volume, and blood flow. Drug uptake is governed by the partition coefficient, which signifies the drug concentration ratio in tissue to that in the blood. The blood flow rate to a specific tissue is expressed as Qt, and the rate of change in tissue...
178
Statistical Software for Data Analysis and Clinical Trials01:12

Statistical Software for Data Analysis and Clinical Trials

1.2K
Statistical software is pivotal in data analysis and clinical trials by providing tools to analyze data, draw conclusions, and make predictions. These software packages range from simple data management applications to complex analytical platforms, supporting various statistical tests, models, and simulation techniques. Their significance lies in their ability to handle vast amounts of data with precision and efficiency, enabling researchers to validate hypotheses, identify trends, and make...
1.2K
Model-Independent Approaches for Pharmacokinetic Data: Noncompartmental Analysis00:59

Model-Independent Approaches for Pharmacokinetic Data: Noncompartmental Analysis

189
Noncompartmental analyses offer an alternative method for describing drug pharmacokinetics without relying on a specific compartmental model. In this approach, the drug's pharmacokinetics are assumed to be linear, with the terminal phase log-linear. This assumption allows for simplified analysis and interpretation of the drug's behavior in the body.
One important characteristic of noncompartmental analyses is that drug exposure increases proportionally with increasing doses. This...
189

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Toward responsible AI governance: Balancing multi-stakeholder perspectives on AI in healthcare.

International journal of medical informatics·2025
Same author

Assessing the potential of GPT-4 to perpetuate racial and gender biases in health care: a model evaluation study.

The Lancet. Digital health·2023
Same author

Using machine learning to develop smart reflex testing protocols.

Journal of the American Medical Informatics Association : JAMIA·2023
Same author

An open natural language processing (NLP) framework for EHR-based clinical research: a case demonstration using the National COVID Cohort Collaborative (N3C).

Journal of the American Medical Informatics Association : JAMIA·2023
Same author

Using Machine Learning to Develop Smart Reflex Testing Protocols.

ArXiv·2023
Same author

Clinical Artificial Intelligence: Design Principles and Fallacies.

Clinics in laboratory medicine·2023

Related Experiment Video

Updated: Nov 23, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

853

Implementing a Portable Clinical NLP System with a Common Data Model - a Lisp Perspective.

Yuan Luo1, Peter Szolovits2

  • 1Dept. of Preventive Medicine, Northwestern University, Chicago, USA.

Proceedings. IEEE International Conference on Bioinformatics and Biomedicine
|December 30, 2020
PubMed
Summary
This summary is machine-generated.

This paper introduces LAPNLP, a portable Natural Language Processing (NLP) system for clinical notes. It enhances data sharing and analysis across institutions using a standardized data model and efficient annotation retrieval.

Keywords:
Common Data ModelComputational PhenotypingLispPortable NLPRelation Extraction

More Related Videos

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

913
A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts
07:50

A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts

Published on: September 20, 2018

16.2K

Related Experiment Videos

Last Updated: Nov 23, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

853
Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

913
A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts
07:50

A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts

Published on: September 20, 2018

16.2K

Area of Science:

  • Computational linguistics
  • Medical informatics
  • Software engineering

Background:

  • Clinical notes contain valuable information but are challenging to process.
  • Existing Natural Language Processing (NLP) systems often lack portability and interoperability.
  • Standardization of clinical data is crucial for effective NLP application.

Purpose of the Study:

  • To present a portable Lisp architecture for Natural Language Processing (NLP) of clinical notes, named LAPNLP.
  • To enable efficient data integration and analysis across diverse institutional settings.
  • To facilitate the reuse of existing clinical text datasets.

Main Methods:

  • Developed LAPNLP with an enriched Common Data Model (CDM) for data standardization.
  • Utilized the Unified Medical Language System (UMLS) for domain adaptation of NLP tools.
  • Implemented stand-off annotations with an interval tree-based search engine for efficient retrieval.
  • Created a utility for converting inline annotations to stand-off format.

Main Results:

  • LAPNLP demonstrated portability across different institutions and data systems.
  • The system efficiently queried and retrieved stand-off annotations.
  • Successfully applied LAPNLP to computational phenotyping and semantic relation extraction tasks.
  • Showcased broader applicability and utility in processing clinical notes.

Conclusions:

  • LAPNLP provides a flexible and portable architecture for clinical NLP.
  • The system enhances the interoperability and reusability of clinical text data.
  • LAPNLP facilitates advanced NLP tasks in healthcare, improving data analysis and research potential.