Skip to main content
POST
/
v1
/
hl7
Process HL7 Message
curl --request POST \
  --url https://api.bluehive.com/v1/hl7 \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "f": "<string>",
  "interface": "<string>",
  "login_user": "<string>",
  "login_passwd": "<string>",
  "message_b64": "<string>"
}
'
"<string>"

Body

HL7 message data. For JSON: use "message" field. For text/plain: send raw HL7. For form-encoded: include message field.

message
string

HL7 message content - the primary way to send HL7 data

f
string

Form field (legacy support)

interface
string

Interface identifier (legacy support)

login_user
string

Login user (legacy support)

login_passwd
string

Login password (legacy support)

message_b64
string

Base64 encoded HL7 message (legacy support)

Response

HL7 ACK message