lab-res API - Beta
1

LabRes provides an API to establish a direct connection between laboratory results and citizens.

This is the documentation for version 1 of the API. Last update on Apr 21, 2020.

Base URL
https://api.labres.dev.healthmetrix.com/v1
text/plain

Body

Lab result as LDT document.

string(LDT) string(LDT)

Responses

  • 200

    Result uploaded successfully

  • 400

    invalid LDT Document

  • 401

    API key invalid or missing

    Hide headers attribute Show headers attribute
  • 404

    no order for external order number found

  • 500

    General error response body

    Hide response attribute Show response attribute object
PUT /results/ldt
curl \
 -X PUT https://api.labres.dev.healthmetrix.com/v1/results/ldt \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: text/plain" \
 -d '"string"'
Request example
"string"
Response examples (500)
{
  "message": "string"
}