Optional: Using LOINC IDs from LOINC.org
Why Use LOINC?
Where to Find LOINC IDs?
Best Practices for Using LOINC with Docus Lab API
1. Assign Correct LOINC IDs to Biomarkers
Biomarker Name | LOINC ID | Unit |
---|---|---|
Hemoglobin | 718-7 | g/dL |
Leukocytes (WBC) | 6690-2 | 10^9/L |
ALT (Alanine Aminotransferase) | 1742-6 | U/L |
2. Use the "biomarker_group_id" for Biomarker Groups
{
"biomarker_group_id": "58410-2",
"title": "CBC panel"
}
{
"biomarker_id": "6690-2",
"title": "Leukocytes",
"unit": "10*3/uL"
}
3. Stay Updated with LOINC Releases
https://loinc.org/downloads/
4. Handle Missing LOINC Codes
Modified atĀ 2025-03-04 10:15:55