Semantic Web in Healthcare: Adaptable Clinical Pathway

- Baby Steps and Lessons Learnt

January 25, 2006

http://www.agfa.com/w3c/2006/HCLSIG_F2F_2006_Helen.html

by Helen Chen, Ph.D of AGFA Healthcare

Adaptable Clinical Pathway (ACP) Reseach Framework

ACP Framework

Objectives

  • To investigate characteristics of adaptable clinical pathway
  • To prove the hypothesis that complex workflows in healthcare domain can be best represented and executed using semantic technology
  • To demonstrate that large scale (real size) medical knowledge and other relevant domain knowledge can be expressed explicitly and quantitatively
  • To prove that different domain knowledge can be linked via semantic web technology and can be effectively used in solving real problems in healthcare
  • To prove that the interoperable and scalable workflow in healthcare can be achievable via semantic web technology
  • To improve quality of healthcare services by using knowledge-mediated and evidence-based information systems
  • Key Elements in ACP Framework

    ACP Framework

    Milestones

    Medical Knowledge in Natural Form – Facts, Actions and Consequences

  • Peripheral Nerve Stimulation (PNS) is a method to objectively monitor the degree of neuromuscular blockade.
  • PNS helps to decrease avoidable side effects such as unwanted movement, prolonged paralysis, and delayed recovery from drug and/or metabolite accumulation.
  • There are several methods of monitoring neuromuscular blockade. The Train of Four (TOF) is an easy and suitable method for routine monitoring.
  • Traditional Pathways – Heart Failure

    Heart Failure

    Traditional Pathways – Fracture Femur Head

    Fracture Femur Head

    Clinical Pathway in Semantic Web – ACP Ontology

  • Clinical Problem
  • Pathway
  • Pathway Element
  • Stage
  • Outcome
  • Patient State
  • Element Prescription
  • Resource Description
  • Patient Group
  • Time Reference Point
  • Clinical Pathway in Semantic Web – Pathway Elements

    ACP Ontology 1

    Clinical Pathway in Semantic Web – Element Groups

    ACP Ontology 2

    Clinical Pathway - Rules

    Rules - Example

    # rules to derive pathway element according to patient group
    {?Y pcontext:hasProblem ?P;
    pcontext:hasIntention ?Q.
    ?X cpath:hasClinicalProblem ?P;
    cpath:hasStage ?Q.
    ?O pcontext:hasScenario ?A.
    ?A :member ?Y }
    =>
    {?O :needsPathway ?X}.

    {?O :needsPathway ?X.
    ?X cpath:hasPrescriptionOf ?E.
    ?E cpath:isElementPrescriptionFor ?G;
    cpath:hasPatientGroup ?B.
    ?O :patientType ?B. }
    =>
    {?O :needsAction (?E ?G)}.

    Clinical Pathway – Up-To-Date

    ACP Ontology 3

    Issues in Adaptable Pathways

    Duplicate Steps

    ACP Test 1

    Solution

  • By adding extra rules this can be solved.
  • “If the outcome of an examination is valid for x days than any duplicate examination within that period can be canceled”
  • These are “rules about rules” or “policies”
  • Bad sequences

    ACP Test 2

    Solution

    Wrong Conclusion

    ACP Test 3

    Test Case 1: Merging Pathways

    Test Case 2: Patient Context Aware Elements

    Test Case 3: Duplication of resources

    Test Case 4: Adverse Drug Interaction

    Thanks!