• Sanjay Chadha
  • NEWBIE
  • 0 Points
  • Member since 2022
  • VP Engineering
  • Safety Labs Inc/Sirona.tv


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Salesforce sObject User represents a person who has a login account hence ability to login. In a multi-tenanted solution where different Users login to see objects and information only of their own organization. For example in Salesforce Healthcloud practitioner and patients belonging to a Healthcare Facility.

We have NOT found any field in sObject User or another object which links the user object to an Account, Organization or a Healthcare Facility enabling creation of multi-tenant solution which one server support multiple organization i.e. when users login they only see and can modify information belonging to their own organization.

How do we link a User to an Account, Organization or Healthcare Facility?

Our requirement is to deposit and retrieve clinical data from/into Salesforce. We are a FHIR 4.0 shop and based on https://help.salesforce.com/s/articleView?id=sf.admin_clinical_data_model_fhir.htm&type=5 (https://help.salesforce.com/s/articleView?id=sf.admin_clinical_data_model_fhir.htm&type=5" style="color:#0563c1; text-decoration:underline) , we should be able get/put data in FHIR like format.

FHIR provides API and data model in JSON and XML formats to enable us to get/put data from/into the FHIR. Salesforce provides example for patient only. Also are provided for each Clinical Object the difference between FHIR resources and Salesforce objects.
We need Salesforce API and Clinical Data Model in JSON/XML formats enabling us to create or parse FHIR aligned objects put or get from/to Salesforce Health Cloud.

(Is this in the right group - if not what is the appropriate group)

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