SlideShare a Scribd company logo
Automating the formalization of clinical
guidelines using information extraction:
an overview of recent lexical approaches

05 August 2011

Phil Gooch
Centre for Health Informatics
City University, London UK
Clinical guidelines

• Contain recommendations for best practice based on systematic
 reviews of clinical evidence, consensus statements and expert opinion.
• Goal is to reduce variation in medical care by promoting the most
 effective treatments, and to provide a means of quality control in clinical
 practice via audit
• Produced by a variety of organizations (e.g. NICE, RCP, SIGN) in a
 variety of document formats usually not conducive to use at the point of
 care.
Clinical decision support (CDS)

•   Aims to provide diagnostic and treatment recommendations and
    advice at the point of care, i.e. information tailored for the specific
    patient under consideration by the clinician during a consultation
•   CDS systems require a knowledge base (KB), usually derived from
    guidelines, consisting of declarative knowledge (penicillin is-a
    antibiotic) and procedural (if…then) rules, and some sort of electronic
    patient record system (EPR)
Computer-interpretable guidelines

•   Early systems ‘computerized’ guidelines by making them available ‘on
    the computer’, e.g. as HTML or PDF
     • Did not lead to improved guideline compliance or use!
•   To standardize the format of the knowledge-base, ease development
    of CDS, and to improve guideline use at the point of care, a number of
    formalisms for representing guidelines have been developed
Computer-interpretable guidelines (CIGs)

Rule-based: ‘if ... then’, e.g. Arden Syntax for individual clinical decisions
   LET Last_HgA1C BE READ LATEST {"HgA1C Value"};
   LET Diabetic_Patient BE READ LATEST {"Problem: Diabetes"};
   if Diabetic_Patient and Last_HgA1C Occurred not within past 6 months and Last_HgA1C is less
      than or equal 7
   then conclude true;

Document based, e.g. GEM, for complete guideline documents in XML
OO expression query languages e.g. GELLO:
 observation.code == ‘SBP’ AND observation.value > 140 AND assessment.code ==‘LVF’

Task-network models (TNM), e.g. GLIF, Asbru, PROforma, for workflow-like
 modelling of decisions over time
Formalization of guidelines into a CIG model

•     Declarative: Mapping clinical concepts in the guideline to terms within a
      controlled vocabulary (e.g. UMLS) or ‘virtual medical record’
•     Procedural: Identification and extraction of eligibility criteria, clinical
      actions (tests, treatment regimes, referrals), temporal constraints and
      if…then decision rules
•     Translation to a formal model, e.g. PROforma, GLIF, Asbru
•     Time-consuming, iterative, manual process as the guideline text tends to
      assume background knowledge, is incomplete or contains ambiguity and
      vague terms
Example CIG fragment (Asbru)

<plan name="Doxycycline : 100 mg orally twice a day for 7 days"
   plan_id="plan52769441">
      <cyclical_plan plan_id="plan5675512">
        <frequency value="12" unit="hour"/>
      </cyclical_plan>
      <duration>
        <min value="7" unit="day"/>
        <max value="7" unit="day"/>
      </duration>
   </plan>
Examples of vague guideline statements

Underspecification:
• Avoid the use of highly intensive management strategies to achieve
  an HbA1c level less than 6.5% (48 mmol/mol)

•   Monitor HbA1c every 2–6 months (according to individual need) until it
    is stable on unchanging treatment

Qualitative terms requiring mapping to numeric values or ranges:
• The moderate use of alcohol may increase HDL-cholesterol

•   If blood pressure remains uncontrolled on adequate doses of three
    drugs, consider adding a fourth and/or seeking expert advice
Information extraction for guideline formalization

• Helpful to automate
    • Knowledge base construction: text to formal model translation
    • Identification of opportunities for decision support: mapping
      guideline concepts and rules to concepts in the EPR
    • Measurement of guideline compliance
Information extraction approaches

•   Bottom-up: identification of individual clinical terms, temporal
    expressions, units of measure
     • Look-up lists, regular expressions
     • Shallow parsing to identify noun phrases
     • Terminology services: UMLS, MetaMap
     • Co-reference resolution: WordNet

•   Top-down: identification of guideline structure: preamble, eligibility,
    recommendations, ‘action’ sentences and rules
     • Shallow parsing to identify verb phrases
     • Ontologies for semantic relations, e.g. UMLS Semantic Network
     • Use of linguistic guideline patterns (see later)
Mapping text to UMLS concepts - problems

• Identification of clinical terms is dependent on context:
- family history of congestive heart failure
- probable diagnosis of congestive heart failure
- no evidence of congestive heart failure
- patient does not have established cardiovascular disease


• Clearly just identifying the raw concepts congestive heart failure and
 cardiovascular disease and mapping them to UMLS terms is
 inadequate.
Mapping guideline text to UMLS concepts - problems

• Guideline documents are typically large (100 pages), in PDF or XML
 format
• Requires guideline text to be segmented to enable efficient processing
- How best to segment the text that maximizes contextual clinical concept
 identification?
Solutions: Text segmentation
• Customised phrase chunker to identify candidate terms:
 - Noun phrases (NP), prepositional phrases (PP), verb phrases (VP)
 - Neoclassical combining forms phrases (Token groups containing
   Latin/Greek prefixes, roots, suffixes)
 - Past-participle and gerund NPs:
   - 'results in increased blood pressure', 'fasting blood glucose'
 - List expansion:
   - 'mild, moderate and severe hypertension → mild hypertension,
      moderate hypertension and severe hypertension'
   - 'lowering of heart rate and blood pressure → lowering of heart
      rate and lowering of blood pressure'
 - Abbreviation expansion: 'waist circumference (WC)'
Solutions: GATE-MetaMap Server integration plugin

- Extracts clinical concepts, in context, from large guideline texts in
 multiple formats and encodings (PDF, XML, RTF, ASCII, UTF-8)
- Exchanges data/annotations with a MetaMap server
- Implements Unicode Normalization Forms for UTF-8 → ASCII
- Provides flexible text chunking options
- Optimises input data to MetaMap for mapping to UMLS concepts
- Integrates with other information extraction pipelines
GATE-MetaMap integration module
Guideline patterns

Serban et al. (2007), examples:

(med_context, target_group, recommendation_operator, med_action)

In the event of [pregnancy]med_context, [patients with diabetes]target_group
   [should]recommendation_op be[prescribed calcium channel blocker]med_action


(target_group, med_context, med_goal)

For [diabetic patients]target_group with [kidney damage]med_context the [blood
   pressure target is130/80]med_goal
Extracting guideline recommendations
Extracting guideline recommendations


… and rules from guideline text
Information extraction from patient data
Patient data: automatic spelling correction
Patient data: automatic spelling correction
Patient data: WordNet mappings for coreferencing

More Related Content

Similar to Automating the formalization of clinical guidelines using information extraction

Automatic summarization of medical literature
Automatic summarization of medical literatureAutomatic summarization of medical literature
Automatic summarization of medical literature
harinithiyagarajan4
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Luis Marco Ruiz
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Luis Marco Ruiz
 
Nursing Practice Literature Evaluation Table Article Paper.pdf
Nursing Practice Literature Evaluation Table Article Paper.pdfNursing Practice Literature Evaluation Table Article Paper.pdf
Nursing Practice Literature Evaluation Table Article Paper.pdf
bkbk37
 
Natural Language Processing to Curate Unstructured Electronic Health Records
Natural Language Processing to Curate Unstructured Electronic Health RecordsNatural Language Processing to Curate Unstructured Electronic Health Records
Natural Language Processing to Curate Unstructured Electronic Health Records
MMS Holdings
 
Standards for clinical research data - steps to an information model (CRIM).
Standards for clinical research data - steps to an information model (CRIM).Standards for clinical research data - steps to an information model (CRIM).
Standards for clinical research data - steps to an information model (CRIM).
Wolfgang Kuchinke
 
Designing and launching the Clinical Reference Library
Designing and launching the Clinical Reference LibraryDesigning and launching the Clinical Reference Library
Designing and launching the Clinical Reference Library
Kerstin Forsberg
 
D. informatics theory
D. informatics theoryD. informatics theory
D. informatics theory
loveobi25
 
Clinical case studies and SPSS
Clinical case studies and SPSSClinical case studies and SPSS
Clinical case studies and SPSS
Amit Sharma
 
Medical Applications of Decision Support System DSS
Medical Applications of Decision Support System DSSMedical Applications of Decision Support System DSS
Medical Applications of Decision Support System DSSKhaled Elkhrashy
 
The Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologyThe Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to Terminology
Snow Owl
 
Structured Reporting in Cath Lab.ppt
Structured Reporting in Cath Lab.pptStructured Reporting in Cath Lab.ppt
Structured Reporting in Cath Lab.ppt
ssuser6b98b0
 
Big Data Analytics for Treatment Pathways John Cai
Big Data Analytics for Treatment Pathways John CaiBig Data Analytics for Treatment Pathways John Cai
Big Data Analytics for Treatment Pathways John CaiJohn Cai
 
CDISCs_SDTM_basics.ppt
CDISCs_SDTM_basics.pptCDISCs_SDTM_basics.ppt
CDISCs_SDTM_basics.ppt
krishnacherukuri1
 
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.pptHCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
MadeeshShaik
 
PhD dissertation Luis Marco Ruiz
PhD dissertation Luis Marco RuizPhD dissertation Luis Marco Ruiz
PhD dissertation Luis Marco Ruiz
Luis Marco Ruiz
 
HL7 Synthetic CDA generator -Final presentation
HL7 Synthetic CDA generator -Final presentationHL7 Synthetic CDA generator -Final presentation
HL7 Synthetic CDA generator -Final presentation
Nikhil Kassetty
 
Ehr challenges [bigdata]
Ehr challenges [bigdata]Ehr challenges [bigdata]
Ehr challenges [bigdata]
Nesma Almoazamy
 
Stroke Prediction
Stroke PredictionStroke Prediction
Stroke Prediction
MamathaGuntu1
 
Linkages to EHRs and Related Standards. What can we learn from the Parallel U...
Linkages to EHRs and Related Standards. What can we learn from the Parallel U...Linkages to EHRs and Related Standards. What can we learn from the Parallel U...
Linkages to EHRs and Related Standards. What can we learn from the Parallel U...
Koray Atalag
 

Similar to Automating the formalization of clinical guidelines using information extraction (20)

Automatic summarization of medical literature
Automatic summarization of medical literatureAutomatic summarization of medical literature
Automatic summarization of medical literature
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
 
Nursing Practice Literature Evaluation Table Article Paper.pdf
Nursing Practice Literature Evaluation Table Article Paper.pdfNursing Practice Literature Evaluation Table Article Paper.pdf
Nursing Practice Literature Evaluation Table Article Paper.pdf
 
Natural Language Processing to Curate Unstructured Electronic Health Records
Natural Language Processing to Curate Unstructured Electronic Health RecordsNatural Language Processing to Curate Unstructured Electronic Health Records
Natural Language Processing to Curate Unstructured Electronic Health Records
 
Standards for clinical research data - steps to an information model (CRIM).
Standards for clinical research data - steps to an information model (CRIM).Standards for clinical research data - steps to an information model (CRIM).
Standards for clinical research data - steps to an information model (CRIM).
 
Designing and launching the Clinical Reference Library
Designing and launching the Clinical Reference LibraryDesigning and launching the Clinical Reference Library
Designing and launching the Clinical Reference Library
 
D. informatics theory
D. informatics theoryD. informatics theory
D. informatics theory
 
Clinical case studies and SPSS
Clinical case studies and SPSSClinical case studies and SPSS
Clinical case studies and SPSS
 
Medical Applications of Decision Support System DSS
Medical Applications of Decision Support System DSSMedical Applications of Decision Support System DSS
Medical Applications of Decision Support System DSS
 
The Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologyThe Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to Terminology
 
Structured Reporting in Cath Lab.ppt
Structured Reporting in Cath Lab.pptStructured Reporting in Cath Lab.ppt
Structured Reporting in Cath Lab.ppt
 
Big Data Analytics for Treatment Pathways John Cai
Big Data Analytics for Treatment Pathways John CaiBig Data Analytics for Treatment Pathways John Cai
Big Data Analytics for Treatment Pathways John Cai
 
CDISCs_SDTM_basics.ppt
CDISCs_SDTM_basics.pptCDISCs_SDTM_basics.ppt
CDISCs_SDTM_basics.ppt
 
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.pptHCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
HCLSIG$$Drug_Safety_and_Efficacy$CDISCs_SDTM_basics.ppt
 
PhD dissertation Luis Marco Ruiz
PhD dissertation Luis Marco RuizPhD dissertation Luis Marco Ruiz
PhD dissertation Luis Marco Ruiz
 
HL7 Synthetic CDA generator -Final presentation
HL7 Synthetic CDA generator -Final presentationHL7 Synthetic CDA generator -Final presentation
HL7 Synthetic CDA generator -Final presentation
 
Ehr challenges [bigdata]
Ehr challenges [bigdata]Ehr challenges [bigdata]
Ehr challenges [bigdata]
 
Stroke Prediction
Stroke PredictionStroke Prediction
Stroke Prediction
 
Linkages to EHRs and Related Standards. What can we learn from the Parallel U...
Linkages to EHRs and Related Standards. What can we learn from the Parallel U...Linkages to EHRs and Related Standards. What can we learn from the Parallel U...
Linkages to EHRs and Related Standards. What can we learn from the Parallel U...
 

Recently uploaded

FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 

Automating the formalization of clinical guidelines using information extraction

  • 1. Automating the formalization of clinical guidelines using information extraction: an overview of recent lexical approaches 05 August 2011 Phil Gooch Centre for Health Informatics City University, London UK
  • 2. Clinical guidelines • Contain recommendations for best practice based on systematic reviews of clinical evidence, consensus statements and expert opinion. • Goal is to reduce variation in medical care by promoting the most effective treatments, and to provide a means of quality control in clinical practice via audit • Produced by a variety of organizations (e.g. NICE, RCP, SIGN) in a variety of document formats usually not conducive to use at the point of care.
  • 3. Clinical decision support (CDS) • Aims to provide diagnostic and treatment recommendations and advice at the point of care, i.e. information tailored for the specific patient under consideration by the clinician during a consultation • CDS systems require a knowledge base (KB), usually derived from guidelines, consisting of declarative knowledge (penicillin is-a antibiotic) and procedural (if…then) rules, and some sort of electronic patient record system (EPR)
  • 4. Computer-interpretable guidelines • Early systems ‘computerized’ guidelines by making them available ‘on the computer’, e.g. as HTML or PDF • Did not lead to improved guideline compliance or use! • To standardize the format of the knowledge-base, ease development of CDS, and to improve guideline use at the point of care, a number of formalisms for representing guidelines have been developed
  • 5. Computer-interpretable guidelines (CIGs) Rule-based: ‘if ... then’, e.g. Arden Syntax for individual clinical decisions LET Last_HgA1C BE READ LATEST {"HgA1C Value"}; LET Diabetic_Patient BE READ LATEST {"Problem: Diabetes"}; if Diabetic_Patient and Last_HgA1C Occurred not within past 6 months and Last_HgA1C is less than or equal 7 then conclude true; Document based, e.g. GEM, for complete guideline documents in XML OO expression query languages e.g. GELLO: observation.code == ‘SBP’ AND observation.value > 140 AND assessment.code ==‘LVF’ Task-network models (TNM), e.g. GLIF, Asbru, PROforma, for workflow-like modelling of decisions over time
  • 6. Formalization of guidelines into a CIG model • Declarative: Mapping clinical concepts in the guideline to terms within a controlled vocabulary (e.g. UMLS) or ‘virtual medical record’ • Procedural: Identification and extraction of eligibility criteria, clinical actions (tests, treatment regimes, referrals), temporal constraints and if…then decision rules • Translation to a formal model, e.g. PROforma, GLIF, Asbru • Time-consuming, iterative, manual process as the guideline text tends to assume background knowledge, is incomplete or contains ambiguity and vague terms
  • 7. Example CIG fragment (Asbru) <plan name="Doxycycline : 100 mg orally twice a day for 7 days" plan_id="plan52769441"> <cyclical_plan plan_id="plan5675512"> <frequency value="12" unit="hour"/> </cyclical_plan> <duration> <min value="7" unit="day"/> <max value="7" unit="day"/> </duration> </plan>
  • 8. Examples of vague guideline statements Underspecification: • Avoid the use of highly intensive management strategies to achieve an HbA1c level less than 6.5% (48 mmol/mol) • Monitor HbA1c every 2–6 months (according to individual need) until it is stable on unchanging treatment Qualitative terms requiring mapping to numeric values or ranges: • The moderate use of alcohol may increase HDL-cholesterol • If blood pressure remains uncontrolled on adequate doses of three drugs, consider adding a fourth and/or seeking expert advice
  • 9. Information extraction for guideline formalization • Helpful to automate • Knowledge base construction: text to formal model translation • Identification of opportunities for decision support: mapping guideline concepts and rules to concepts in the EPR • Measurement of guideline compliance
  • 10. Information extraction approaches • Bottom-up: identification of individual clinical terms, temporal expressions, units of measure • Look-up lists, regular expressions • Shallow parsing to identify noun phrases • Terminology services: UMLS, MetaMap • Co-reference resolution: WordNet • Top-down: identification of guideline structure: preamble, eligibility, recommendations, ‘action’ sentences and rules • Shallow parsing to identify verb phrases • Ontologies for semantic relations, e.g. UMLS Semantic Network • Use of linguistic guideline patterns (see later)
  • 11. Mapping text to UMLS concepts - problems • Identification of clinical terms is dependent on context: - family history of congestive heart failure - probable diagnosis of congestive heart failure - no evidence of congestive heart failure - patient does not have established cardiovascular disease • Clearly just identifying the raw concepts congestive heart failure and cardiovascular disease and mapping them to UMLS terms is inadequate.
  • 12. Mapping guideline text to UMLS concepts - problems • Guideline documents are typically large (100 pages), in PDF or XML format • Requires guideline text to be segmented to enable efficient processing - How best to segment the text that maximizes contextual clinical concept identification?
  • 13. Solutions: Text segmentation • Customised phrase chunker to identify candidate terms: - Noun phrases (NP), prepositional phrases (PP), verb phrases (VP) - Neoclassical combining forms phrases (Token groups containing Latin/Greek prefixes, roots, suffixes) - Past-participle and gerund NPs: - 'results in increased blood pressure', 'fasting blood glucose' - List expansion: - 'mild, moderate and severe hypertension → mild hypertension, moderate hypertension and severe hypertension' - 'lowering of heart rate and blood pressure → lowering of heart rate and lowering of blood pressure' - Abbreviation expansion: 'waist circumference (WC)'
  • 14. Solutions: GATE-MetaMap Server integration plugin - Extracts clinical concepts, in context, from large guideline texts in multiple formats and encodings (PDF, XML, RTF, ASCII, UTF-8) - Exchanges data/annotations with a MetaMap server - Implements Unicode Normalization Forms for UTF-8 → ASCII - Provides flexible text chunking options - Optimises input data to MetaMap for mapping to UMLS concepts - Integrates with other information extraction pipelines
  • 16. Guideline patterns Serban et al. (2007), examples: (med_context, target_group, recommendation_operator, med_action) In the event of [pregnancy]med_context, [patients with diabetes]target_group [should]recommendation_op be[prescribed calcium channel blocker]med_action (target_group, med_context, med_goal) For [diabetic patients]target_group with [kidney damage]med_context the [blood pressure target is130/80]med_goal
  • 18. Extracting guideline recommendations … and rules from guideline text
  • 20. Patient data: automatic spelling correction
  • 21. Patient data: automatic spelling correction
  • 22. Patient data: WordNet mappings for coreferencing