Body

Lab result as OBX message. The message must include either external or internal order numbers. In the case of internal, lab ID is taken from authorization headers.

string(OBX) string(OBX)

An OBX Segment of an HL7 ORU R1 message (see https://wiki.hl7.de/index.php?title=Segment_OBX for details), or an LDT message

Responses

  • Result uploaded successfully

  • Invalid OBX message

  • API key invalid or missing

    Hide headers attribute Show headers attribute
  • no order for external order number found

  • General error response body

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