Human API adds LabCorp

We’ve expanded our clinical data network with the addition of LabCorp, one of the largest clinical laboratory networks in the United States. It joins our existing integrations to Quest Diagnostics and thousands of EMR data sources.

The data source is now available in Connect for customers who have purchased the Medical API. If you are interested in learning more about the Medical API and how it could benefit your business, please contact [email protected].

Using LabCorp

Data from LabCorp will be captured using two different endpoints. Patient information will be represented in “Profile” while details about the lab tests and their results are included in “Test Results”. The embedded data structures for each are included below.

Profile

  • demographics
    • address
      • street
      • city
      • state
      • country
      • zip
  • gender
  • dob
  • name

Test Results

  • patient
    • name
  • orderedBy (name of the ordering physician or entity)
  • resultDateTime (date of the test result)
  • name (name of the test performed)
  • components
    • high
    • low
    • name (name of the test component (e.g. 'Potassium’, 'MCHC’, 'MCV’))
    • unit
    • value

For more information about the Human API endpoints, please take a look at our reference documentation