Skip to content

Commit

Permalink
Merge pull request #61 from OHDSI/premier-genlab-doc-fix
Browse files Browse the repository at this point in the history
Added mapping for genlab.lab_test_loinc_code
  • Loading branch information
bradanton authored Mar 21, 2024
2 parents c5f5e62 + 86bf9d5 commit 20afcb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/PREMIER/Premier_Measurement.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ AND TARGET_INVALID_REASON IS NULL
</p><p>
when lab_test_loinc_code = ‘’, then map to SNOMED using <strong><code>regexp_replace(lab_test, '\\(.*\\)', '') = c.concept_name and c. standard_concept ='S' and c.vocabulary_id ='SNOMED'</code></strong>
</p><p>
</br>
if lab_test_loinc_code = 'LP17803-5-15' map to 4179840 (Rh blood group typing)
</br>
if lab_test_loinc_code = 'LP30736-0-3' map to 3045688 (Homocysteine cysteine disulfide [Moles/volume] in Serum or Plasma)
</br>
if there’s still no standard concept, set to 0
</p></td>
<td>
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 20afcb8

Please sign in to comment.