From 86bf9d5cca1ca6a686bee6e6979aaa45b9788512 Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Thu, 21 Mar 2024 17:50:57 +0300 Subject: [PATCH] Added mapping for genlab.lab_test_loinc_code --- docs/PREMIER/Premier_Measurement.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/PREMIER/Premier_Measurement.md b/docs/PREMIER/Premier_Measurement.md index 1a13921a..b25589b2 100644 --- a/docs/PREMIER/Premier_Measurement.md +++ b/docs/PREMIER/Premier_Measurement.md @@ -373,6 +373,11 @@ AND TARGET_INVALID_REASON IS NULL

when lab_test_loinc_code = ‘’, then map to SNOMED using regexp_replace(lab_test, '\\(.*\\)', '') = c.concept_name and c. standard_concept ='S' and c.vocabulary_id ='SNOMED'

+
+if lab_test_loinc_code = 'LP17803-5-15' map to 4179840 (Rh blood group typing) +
+if lab_test_loinc_code = 'LP30736-0-3' map to 3045688 (Homocysteine cysteine disulfide [Moles/volume] in Serum or Plasma) +
if there’s still no standard concept, set to 0

@@ -856,6 +861,8 @@ WHERE PAT.PAT_KEY = GEN_LAB.PAT_KEY ## Change Log: +### 2024.03.21: + Added mapping for genlab.lab_test_loinc_code ('LP17803-5-15' and 'LP30736-0-3') ### 2024.03.12: Moved Surgery (concept_id=3016562) to the Observation table ### 2021.08.11: