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]'