670 likes | 923 Views
Transforming Clinical and Clinical Research Data to Ontology-Driven Linked Data. MATHIAS BROCHHAUSEN, SEPTEMBER 02, 2019 ONTOBRAS 2019 Porto Alegre, Brazil. Contents. Managing Data Using Ontologies Mapping Ontologies to Other Data Representations Collecting Data Immediately in RDF
E N D
Transforming Clinical and Clinical Research Data to Ontology-Driven Linked Data MATHIAS BROCHHAUSEN, SEPTEMBER 02, 2019 ONTOBRAS 2019 Porto Alegre, Brazil
Contents • Managing Data Using Ontologies • Mapping Ontologies to Other Data Representations • Collecting Data Immediately in RDF • Representational Accuracy for Informed Consent Data
Using Inference to Fill Data Gaps All children living in smoking households x
Using Ontologies to Manage Data Smoking household household & has part SOME (bearer of smoker role) OWL FILE Data repository
Positive Effects for Cohort Identification Smoking household household & has part SOME (bearer of smoker role) Data repository All children living in smoking households?
Data quality dimension from: DAMA UK Working Group: The six primary dimensions of data quality, 2013.
Using inference to assist completeness Smoking household household & has part SOME (bearer of smoker role) Data repository All children living in smoking households?
Platform for Imaging in Precision Medicine • Enhancements to address challenges • Efficiency and sustainability • New tools for analysis • Improving ability to manage and analyze integrated datasets • Making clinical and non-image data more accessible and usable • Integrating image and non-image data • Supporting new data types Slide by Jonathan Bona. Used with permission.
Excerpt from Head and Neck Squamous Cell Carcinoma collection Grossberg A, Mohamed A, Elhalawani H, Bennett W, Smith K, Nolan T, Chamchod S, Kantor M, Browne T, Hutcheson K, Gunn G, Garden A, Frank S, Rosenthal D, Freymann J, Fuller C.(2017). Data from Head and Neck Cancer CT Atlas. The Cancer Imaging Archive. DOI: 10.7937/K9/TCIA.2017.umz8dv6s Slide by Jonathan Bona. Used with permission.
Excerpt from Head-Neck-PET_CT collection Martin Vallières, Emily Kay-Rivest, Léo Jean Perrin, Xavier Liem, Christophe Furstoss, Nader Khaouam, Phuc Félix Nguyen-Tan, Chang-Shu Wang, Khalil Sultanem. (2017). Data from Head-Neck-PET-CT. The Cancer Imaging Archive. doi: 10.7937/K9/TCIA.2017.8oje5q00 Slide by Jonathan Bona. Used with permission.
Approach • Transform these non-image data into shared, semantically-enhanced representations using Open Biomedical Ontologies Slide by Jonathan Bona. Used with permission.
Disease and diagnosis for a lung cancer patient Slide by Jonathan Bona. Used with permission.
Positive HPV status for a head and neck cancer patient Slide by Jonathan Bona. Used with permission.
If our clinical data integration project interests you: Forthcoming: • Jonathan P. Bona, Tracy S. Nolan, and Mathias Brochhausen. "Ontology-Enhanced Representations of Non-image Data in The Cancer Imaging Archive". Proceedings of the International Conference on Biological Ontology 2018, Corvallis, OR, August 7 - 10, 2018. • https://www.researchgate.net/publication/326158241_Ontology-Enhanced_Representations_of_Non-image_Data_in_The_Cancer_Imaging_Archive
Why not simple create an OWL class and map it to the CDE? • In order to provide computable semantics those OWL classes would need axiomatic definitions. • There would be a lot of fairly complex axioms if we add OWL classes for every primary and secondary use of the data. • We can using reasoning and create classes when we query the data instead.
The proposal CDEs CDEs INGAGE INGAGE retrieves 1 to 1 mapping INGAGE Query Documented SPARQL queries INGAGE-OWL RDF data OWL classes
MIABIS2.0 OBIB Mapping Table OBIB IRI RDF pattern MIABIS code OBIB label SPARQL query MIABIS label Only for 1-1 mappings For all other!
Collecting RDF data • Can we build a tool that looks and behaves like a simple questionnaire tool (SurveyMonkey, etc.), but creates RDF data as participants fill in information? • Can we us the data participants provide for a real time preliminary comparison of their answers to others?
The CAFÉ project https://cafe-trauma.com
OOSTT • Ontology of Organizational Structures of Trauma centers and Trauma system • http://purl.obolibrary.org/obo/oostt.owl • funded by NIGMS (R01GM111324-01) • Creator: Mathias Brochhausen • Contributors: J. Ball, S.M. Bowman, W.R. Hogan, A. Hicks, J. Judkins, R.T. Maxson, R. Nabaweesi, J. Neil Otte, R. Pradhan, N.D. Sanddal, M.E. Tudoreanu, R.J. Winchell
RDF-powered questionnaire • Utecht J, Judkins J, Colvin T Jr., Otte JN, Rogers N, Rose R, Alvi M, Hicks A, Ball J, Bowman SM, Maxson RT, Nabaweesi R, Pradhan R, Sanddal ND, Tudoreanu ME, Winchell R, Brochhausen M. OOSTT: a Resource for Analyzing the Organizational Structures of Trauma Centers and Trauma Systems. CEUR Workshop Proc. 2016 Aug;1747. http://ceur-ws.org/Vol-1747/IT504_ICBO2016.pdf
Compliance to ACS Criteria Heat maps of compliance for trauma program components to ACS standards for a Level 1 and a Level 2 trauma center.
Representing a individual with HPV who has been diagnosed with HPV Slide by Jonathan Bona. Used with permission.
Comparative Assessment for Environments of Trauma Care • CAFE aims to represent the organizational structures of trauma centers and trauma systems in RDF, its internal collection of 150 RDF instantiation patterns were built to model the organizations described by answers to survey questions. • CAFE’s many general instantiation patterns exist only in the project’s internal database with no easy way to reuse or share them. Slide by Jonathan Bona. Used with permission.
What pattern should I use? • Even experienced ontology users will not necessarily decide on the exact same patterns to represent the same kind of instance data. • E.g. representing a patient and their prescription Slide by Jonathan Bona. Used with permission.
A drug prescribing process that has a person bearing the patient role as its participant Slide by Jonathan Bona. Used with permission.
A drug prescribing process that has a particular patient role as its participant, and the bearer of that role Slide by Jonathan Bona. Used with permission.
A drug prescribing process that realizes a particular patient role, and the bearer of that role Slide by Jonathan Bona. Used with permission.
A drug prescription that is the specified output of a drug prescribing process and is about a particular person … Slide by Jonathan Bona. Used with permission.
Prescribing a drug to a patient • None of these patterns is glaringly wrong • Some might be preferred over others for certain uses • All other things being equal, I should prefer to use patterns that other people are already using / will use Slide by Jonathan Bona. Used with permission.
Sharing ontology use patterns for instance data Slide by Jonathan Bona. Used with permission.
Towards better sharing • Build ontology use patterns repository • search, browse, view, download, ontology usage patterns. • Implementation • Python web application • Backed by triple store • Very small application ontology http://purl.org/ontology-use-patterns Slide by Jonathan Bona. Used with permission.