Skip to main content

#HealthCloud0 discussing

We have an exciting session for coming up on October 29th at 5pm EDT  "Unlocking Salesforce Partner Health Cloud Learning".  If you are a life-long learner looking for a deeper dive into Health Cloud or interested in becoming a Salesforce Partner, then this session is for  you!  

 

Please use the link below to RSVP.  

https://trailblazercommunitygroups.com/events/details/salesforce-salesforce-healthcare-user-group-virtual-presents-unlocking-salesforce-partner-health-cloud-learning/

 

#Salesforce Health Cloud #HealthCloud

1 comment
0/9000

I was Scheduling the Appointment of Patient in Health cloud in my Dev org . My Org id is '00D2w00000RIRo8'.  I have configured the Work Type Group . I have selected the Appointment type but after selecting the Appointment type I was unable to select the Service territory as it was showing the error 'Ask your Salesforce Admin to enable the Maps and Location permissions'. I need to enable the Maps and Location for that. Any help will be appreciated. 

#HealthCloud #Maps Support #SF Maps 

@Admin SF HealthCloud @Location Location @* Salesforce Health Cloud * @Healthcare User Group @Health Cloud Brasil 

2 answers
0/9000

I am configuring Health Cloud and notice that referral scoring is no longer on the Lead and Opportunity objects. Could someone please give me some insight as to where the calculations are performed?

5 answers
  1. May 21, 2025, 5:50 PM

    @Ashwini Garwandha Referral Management is used to refer patients not score Providers so not sure how that will help. The apex class HcReferrerScoreScheduledJob doesn't exist in the org I am managing. There aren't any fields that store the Physician/Provider score.

0/9000

I am having issues passing Health Cloud Specialist super badge Challenge 6 . been stuck for 4 days now. Can someone please give some suggestions.  I have gone through so many feeds and comments and tried literally everything. Not sure what am I missing

 

Challenge Not yet complete... here's what's wrong:

We can't find all of the expected information on the patient card.

 

#Trailhead Challenges  #HealthCloud

1 comment
0/9000

In my case, we have follow-ups with our patients and we document everything as a case. Would it be best practice to resolve the case after the 1st follow-up and create additional cases for the 2nd & 3rd follow-ups?

If we keep the case open for a month, that will affect our case resolution KPI and maybe others.

 

#Service Cloud  #HealthCloud

3 answers
0/9000

I'm migrating our Health Cloud org over from using Candidate Patients to using Leads. 

 

To start, I'm using a test instance of a Lead object that I created using the "New" button the Leads list view.  When I select "Convert to Patient" from the list view and run through the 3 conversion wizard steps, I get a generic error: "Patient conversion failed.  Try again or contact your Salesforce admin for help" at the end.

 

To be clear, I haven't (yet) added any custom fields to the Leads object.  I've tried toggling "isMarkedForConversion" to no avail.  I'm just trying to get a minimally working example but can't seem to do so. 

 

Any thoughts?

6 comments
0/9000

I am working on the Health Cloud Super Badge. I have configured the patient card to display the listed information but when I am checking the challenge, its displaying "We can't find the all of the expected information on the patient card." Please Help.

 

I am working on the Health Cloud Super Badge.

 

Capture1.JPG

66 comments
0/9000

Challenge Not yet complete... here's what's wrong: We can’t find an account named 'Get Cloudy Consulting' under Related Accounts for 'Shankar Suman', or we can't find the expected role. #Trailhead Challenges

17 answers
  1. May 14, 2024, 4:37 PM

    The solution is have the configuration like the image. 

    In my case,  I needed to configure Suman HouseHold.

     

    The solution is have the configuration like the image. In my case, I needed to configure Suman HouseHold.

0/9000

Working on a large Healthcloud Implementation with over 30 API integrations with various Epic objects for things such as medication refills, scheduling, insurance registration, patient profile to name just a few. This project also includes marketing cloud and data cloud. TIBCO is the clients middleware - Mulesoft is not being used and will not. In addition FHIR is not the API standard in use.

My question is this- what kind of performance can be expected in Salesforce when these are API calls are made ? Is this something to be overly concerned about (performance) ? Does anyone have any examples where they have done these types of integrations between Sf and Epic?

As expected Epic has not been helpful at all. In fact they would not sign an nda to allow the SF team to work with then. So SF cannot even look at screen shots so this is also a factor making this harder. I work for the client not SF. @epic @healthcloud @integrationwithepic @epicintegrationwithsalesforce

#Integration #Automation #Salesforce Health Cloud #HealthCloud #EHR #EHR System #API #Integration Tool #SFDC Integration #Data Cloud
1 comment
  1. May 8, 2024, 4:49 AM

    Aiming to reduce the burden on Salesforce and improve overall performance:

    1. Utilize Middleware Effectively:

    • TIBCO as a Buffer: Leverage TIBCO's capabilities to:
      • Aggregate and Batch Requests: Combine multiple API calls into fewer, larger batches to reduce network traffic and improve efficiency.
      • Error Handling and Transformation: Handle potential errors from Epic's API and transform data to a format suitable for Salesforce.
      • Caching: Implement caching mechanisms within TIBCO to store frequently accessed data and reduce calls to Epic's API.

    2. Optimize Salesforce Configuration:

    • Bulk API: Consider using the Salesforce Bulk API for large data loads instead of individual DML operations.
    • Asynchronous Processing: Utilize asynchronous Apex or Queues to handle API calls and data processing in the background, improving user experience for Salesforce operations.
    • Governor Limits: Be mindful of Salesforce governor limits (e.g., concurrent callouts, DML statements per transaction) and design your integration accordingly.

    3. Data Management Strategies:

    • Denormalization: If certain data is frequently accessed, consider denormalizing it in Salesforce to reduce the need for multiple API calls to Epic.
    • Change Data Capture (CDC): If only changed data needs to be synced, implement CDC mechanisms to capture updates in Epic and trigger corresponding updates in Salesforce.

    4. Integration Patterns:

    • Enterprise Integration Patterns (EIP): Explore patterns like Message Queueing or Publish-Subscribe to decouple Salesforce from Epic and improve scalability.

    5. Performance Monitoring and Optimization:

    • Monitor Performance: Continuously monitor API call performance using tools like Workbench or Apex Execution Logs.
    • Profile and Analyze: Profile Apex code and identify bottlenecks for optimization.
    • Performance Tuning: Tune heap size, governor limits, and caching mechanisms based on usage patterns.

    Additional Considerations:

    • Security: Ensure secure communication between Salesforce, TIBCO, and Epic using HTTPS and proper authentication mechanisms.
    • Error Handling and Rollback: Implement robust error handling and rollback strategies to handle potential issues during data transfer.
    • Documentation: Document the integration architecture, configurations, and procedures for future maintenance and scalability.

    Categorization based on Data Flow and Processing:

    1. Point-to-Point (Request/Reply):
      • Suitable for: Simple one-time interactions like medication refills, where Salesforce initiates a request to Epic and receives a response.
      • Considerations: High volume of calls can overload both Salesforce and Epic.
      • Optimization: Leverage TIBCO for batching requests and caching frequently accessed data.
    2. Enterprise Service Bus (ESB) Pattern (using TIBCO):
      • Suitable for: Decoupling Salesforce and Epic, facilitating asynchronous communication, and centralizing message routing (especially for many API interactions).
      • Considerations: Requires additional configuration and management of the ESB (TIBCO in this case).
      • Optimization: Improves scalability and flexibility for handling various data flows.
    3. Event-Driven Architecture (EDA):
    • Suitable for: Real-time updates or notifications, like changes in patient profiles or scheduling updates.
    • Considerations: Requires event streaming infrastructure and handling mechanisms for real-time data processing.
    • Optimization: Improves responsiveness for situations requiring near real-time updates.

    Additional Considerations:

    • Hybrid Approach: You can combine these patterns based on the specific needs of each integration. For example, use point-to-point for medication refills and EDA for scheduling updates.
    • Data Transformation: Regardless of the chosen pattern, TIBCO can play a crucial role in transforming data between Epic's format and Salesforce's format.

     

    Choosing the Right Pattern:

    The best pattern depends on the specific requirements of each integration:

    Data Volume and Frequency: High volume or frequent calls might benefit from batching or an ESB.

    Real-time Needs: Real-time updates might necessitate an EDA approach.

    Complexity and Scalability: Complex integrations with multiple objects might favor an ESB for centralized routing.

0/9000