Open matentzn opened 1 year ago
Example of how to do the alignment at the end of the notebook here: https://github.com/INCATools/ontology-access-kit/blob/main/notebooks/Clinical/COMPLoinc-Example.ipynb
@putmantime: CHEBI - LOINC mapping exists.
Related
@turbomam
Can you perhaps add your thoughts to this issue, you seem to know a lot about this!
Chris Stoeckert and I wrote a data-driven OBI-materializer for laboratory records in the University Of Pennsylvania Health Systems EHR. It was written in R and the NLP-like parts were much less sophisticated than @cmungall's OAK illustrations. I'm not sure how well I isolated the access of EHR records from the mapping process.
It put top priority on modeling chemical-in-bodily fluid assays that appeared with some minimal frequency in the EHR. There was no attempt to achieve any particular coverage target.
The output of our pipeline was a ROBOT template.
I think @putmantime is doing a great job with his LinkML and OWL modeling of LOINC content, technically and organizationally. Chris S and I could have gone much further in our efforts. There were a few reasons that we paused the effort, including Regenstrief's discomfort with our equivalence axioms between LOINC terms (not components) and OBI classes.
I see Monarch contributors on HPO/FHIR/LOINC papers like https://pubmed.ncbi.nlm.nih.gov/31119199/, so I assume you have a much better understanding of that work than I do. I have never personally used OBA either.
Your proposal and @cmungall's illustrations look great to me. I would just try to reuse as much existing work as possible and do some due diligence to make sure you're not violating Regenstrief's terms. Glad to talk more if necessary.
Just copy/pasting some analysis from slack, an analysis of the supplementary part model (LoincPartLink_Supplementary.csv
).
Is “analyte” in the detailed model always fully decomposed into “analyte-core” and “analyte-suffix”, or are there other combinations on the analyte is decomposed?
Unique combinations of decomposed analyte properties (patterns) Looking at given LOINC terms and their analyte parts.
1
http://loinc.org/property/analyte-core
2
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
3
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-suffix
4
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-divisor
5
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-suffix
6
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-gene
7
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-gene
http://loinc.org/property/analyte-suffix
8
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-divisor
http://loinc.org/property/analyte-gene
9
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-divisor
http://loinc.org/property/analyte-divisor-suffix
10
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-divisor
http://loinc.org/property/analyte-numerator
http://loinc.org/property/analyte-suffix
11
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-divisor-suffix
http://loinc.org/property/analyte-numerator
http://loinc.org/property/analyte-suffix
12
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-divisor
http://loinc.org/property/analyte-divisor-suffix
http://loinc.org/property/analyte-numerator
http://loinc.org/property/analyte-suffix
13
http://loinc.org/property/analyte
http://loinc.org/property/analyte-core
http://loinc.org/property/analyte-divisor
http://loinc.org/property/analyte-gene
http://loinc.org/property/analyte-numerator
http://loinc.org/property/analyte-suffix
Objective
Integrating the clinical laboratory data with clinical phenotypes to enable effective data aggregation and search.
Context
@mellybelly requested a strategy on how to integrate comp-loinc with HPO. This is how this could be done. Note that we can probably validate the approach against the manual LOINC2HPO mappings that have been developed in the last years.
Key results
Approach
Sub-tasks