function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Lucas ShimabukoLucas Shimabuko 

Salesforce health cloud endpoint request

Hi, guys!

I'm currently working in a project that is based in Health Cloud and there is a need to use the HL7 standard. The documentation https://developer.salesforce.com/docs/atlas.en-us.health_cloud_object_reference.meta/health_cloud_object_reference/hl7_parsing.htm?search_text=rest says that we can send a message to the endpoint https://login.salesforce.com/services/apexrest/HealthCloudGA/HL7 . I've succesfully requested a token and tried to send a message, but it returns a parse error. I'm looking for an example of HL7 request in api format, does anybody has experience in this subject?

Best regards
mahesh9999mahesh9999
Hi Did you get a chance to work on Create a HL7 messages??? Let me know I'm also working on the same
Sanjay ChadhaSanjay Chadha
Is there any update on creating and parsing HL7 in APEX?