Skip to main content
POST
/
services
/
{service_id}
/
hl7
/
messages
Send HL7 message
curl --request POST \
  --url https://api.verial.ai/services/{service_id}/hl7/messages \
  --header 'Authorization: Bearer <token>'
{}
Send an HL7 v2 message (e.g., ADT, ORM, ORU) to the simulated health system and receive an acknowledgment.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

service_id
string
required

Service ID

Response

Successful response

The response is of type object.