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

PPT
Healthcare business process partnering for success. ver. 1.3
PDF
Claims Test Case | Health Care Domain
DOCX
Health Care Project Testing Process
PDF
Health Care Domain & Testing Challenges
PDF
Testing in the healthcare domain
PPT
PPTX
Evidence-Based Clinical Practice Guidelines for Medical Staff of Health Care ...
PDF
Hitsc sept 19_2012_v2
Healthcare business process partnering for success. ver. 1.3
Claims Test Case | Health Care Domain
Health Care Project Testing Process
Health Care Domain & Testing Challenges
Testing in the healthcare domain
Evidence-Based Clinical Practice Guidelines for Medical Staff of Health Care ...
Hitsc sept 19_2012_v2

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

PDF
Guideline based CDSS for COVID-19
PPTX
Electronic Medical Records: From Clinical Decision Support to Precision Medicine
PPT
Integration Of Declarative and Procedural Knowledge for The Management of Chr...
PPTX
Current ONC Standards Activities
PPTX
Clinical information system
PPT
Poster CBIS 2012
PPTX
Issues in informatics
PDF
Zondag 19 feb, John Sharp
PDF
Translating Clinical Guidelines into Knowledge-guided Decision Support
PPT
Modelling workflow processes for clinical information systems: impact on deci...
PDF
Prof Mendel Singer Big Data Meets Public Health and Medicine 2018 12-22
PPT
Developing a Quality Audit Report for General Practice Prescribing for Hypert...
PDF
E-Symptom Analysis System to Improve Medical Diagnosis and Treatment Recommen...
PDF
E-Symptom Analysis System to Improve Medical Diagnosis and Treatment Recommen...
PPTX
Information extraction from EHR
PDF
Prohealth 2011 - Montali - Conformance Checking of Executed Clinical Guidelin...
PDF
Glossary of health informatics terms
PDF
Glossary of health informatics terms
PPTX
Evidence Based Practice Lecture 7_slides
PPT
Lecture 4 slides
Guideline based CDSS for COVID-19
Electronic Medical Records: From Clinical Decision Support to Precision Medicine
Integration Of Declarative and Procedural Knowledge for The Management of Chr...
Current ONC Standards Activities
Clinical information system
Poster CBIS 2012
Issues in informatics
Zondag 19 feb, John Sharp
Translating Clinical Guidelines into Knowledge-guided Decision Support
Modelling workflow processes for clinical information systems: impact on deci...
Prof Mendel Singer Big Data Meets Public Health and Medicine 2018 12-22
Developing a Quality Audit Report for General Practice Prescribing for Hypert...
E-Symptom Analysis System to Improve Medical Diagnosis and Treatment Recommen...
E-Symptom Analysis System to Improve Medical Diagnosis and Treatment Recommen...
Information extraction from EHR
Prohealth 2011 - Montali - Conformance Checking of Executed Clinical Guidelin...
Glossary of health informatics terms
Glossary of health informatics terms
Evidence Based Practice Lecture 7_slides
Lecture 4 slides
Ad

Recently uploaded (20)

PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
A Presentation on Artificial Intelligence
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Machine Learning_overview_presentation.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Empathic Computing: Creating Shared Understanding
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Encapsulation theory and applications.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Assigned Numbers - 2025 - Bluetooth® Document
A Presentation on Artificial Intelligence
MYSQL Presentation for SQL database connectivity
Machine Learning_overview_presentation.pptx
The AUB Centre for AI in Media Proposal.docx
Advanced methodologies resolving dimensionality complications for autism neur...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
MIND Revenue Release Quarter 2 2025 Press Release
Encapsulation_ Review paper, used for researhc scholars
Empathic Computing: Creating Shared Understanding
Per capita expenditure prediction using model stacking based on satellite ima...
Dropbox Q2 2025 Financial Results & Investor Presentation
NewMind AI Weekly Chronicles - August'25-Week II
Encapsulation theory and applications.pdf
Chapter 3 Spatial Domain Image Processing.pdf
cuic standard and advanced reporting.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Ad

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