Sending REST messages
REST (Representational State Transfer) is one of two common interfaces for HL7 messages. HL7 messages are POSTed to an HTTP server.
This site supports messages sent via REST. To use REST, send messages to the following URL:
We also support province-specific implementations. For the moment, only Newfoundland has its own interface:
http:/www.testlevel7.com/rest/nl
A typical request might look like this:
For a code example to illustrate how to send a message to TL7 via the REST interface, see here.
