This article explains how to call our API to send us HL7 messages, but please contact us if you wish to automate HL7 messages deliveries to Lime as it will require work from our team to complete the integration.
Here are the first steps to implement an HL7 integration between your system and Lime:
- Contact our team to let us know what source system you’ll be sending messages from
- Create an API key and select the scope “Automated rules integration”
- Create a connector to obtain the API route you’ll be sending HL7 messages through
Call Lime’s API with the key
cURL example:
curl --request POST \
--url '[YOUR API ROUTE]' \
--header 'content-type: text/plain' \
--header 'api-key: [YOUR API KEY]' \
--data '[HL7_MESSAGE]'