Configure a Lime HL7 Integration

1 min read
💬
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

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]'
Related articles
Did this answer your question?