cURL
curl --request POST \ --url https://api.bluehive.com/v1/hl7/results \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "employeeId": "<string>", "file": { "name": "<string>", "type": "<string>", "base64": "<string>" } }'
"<string>"
Send lab results or documents via HL7
API key for accessing BlueHive API endpoints. Format: "ApiKey <your-api-key>" or "Bearer <your-api-key>"
Result of HL7 message send
Was this page helpful?