Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mapping for genlab.lab_test_loinc_code #61

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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