---
title: "Send HL7 Results"
method: POST
path: "/v1/hl7/results"
tags: ["HL7"]
---

# Send HL7 Results

`POST /v1/hl7/results`

Send lab results or documents via HL7

## Request body

- object
  - `employeeId` string, required — Employee ID to send results for
  - `file` object, required — File containing the results
    - `name` string, required — File name
    - `type` string, required — MIME type of the file
    - `base64` string, required — Base64 encoded file content

## Response `200`

Result of HL7 message send

- string — Result of HL7 message send

## Other responses

- `400` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/e6e553c2594a/schema)
