Using LOINC codes in Leaf to search an OMOP clinical database #591
Replies: 1 comment 1 reply
-
Hi Arthur, I'm guessing your lab results are in the OMOP Measurement table, which you should be able to JOIN to Concept using The "LOINC" table you have has a column, So you'll need to have the JOIN logic of Measurement and Concept implemented in some way to end up with the correct WHERE clauses for each LOINC concept. This could be done by:
Please let me know if that makes sense or anything is unclear. Best, |
Beta Was this translation helpful? Give feedback.
-
Hi folks
We use Logical Observation Identifier Names and Codes (LOINC) codes for laboratory results in our OMOP clinical database.
To configure Leaf to query this, we have a file that we obtained from a Leaf repo some years ago that starts like this:
It inserts 192K+ rows of LOINC information in the
LOINC
table.How should the
MinCode
andMaxCode
fields from this table be joined with an OMOP Concept table?Thanks
Arthur
Beta Was this translation helpful? Give feedback.
All reactions