Total 228 Questions
Last Updated On : 11-Sep-2025 - Spring 25 release
Preparing with Health-Cloud-Accredited-Professional practice test is essential to ensure success on the exam. This Salesforce SP25 test allows you to familiarize yourself with the Health-Cloud-Accredited-Professional exam questions format and identify your strengths and weaknesses. By practicing thoroughly, you can maximize your chances of passing the Salesforce certification spring 2025 release exam on your first attempt. Surveys from different platforms and user-reported pass rates suggest Health-Cloud-Accredited-Professional practice exam users are ~30-40% more likely to pass.
Bloomington Caregivers currently has the organization-wide default controlling patient access set to Private. A new respiratory therapist is being added to support a patient at Bloomington Caregivers, and the therapist needs access to the patient's data. How should an administrator grant access to the respiratory therapist using out-of-the-box Health Cloud features?
A. Add the respiratory therapist to the patient's Account Team and default access will be automatically granted.
B. Add the respiratory therapist to the patient's Care Team and default access will be automatically granted.
C. Add the respiratory therapist to the patient's Account Team and grant Read or Read/Write access as needed.
D. Add the respiratory therapist to the patient's Care Team and grant Read or Read/Write access as needed.
Explanation:
When OWD is set to Private, users do not automatically get access to patient records unless explicitly granted. In Health Cloud, Care Teams are the recommended out-of-the-box mechanism to manage clinical access to patient data.
Why D is correct:
Care Team Members are assigned to a Patient (Person Account).
You can explicitly grant Read or Read/Write access to the patient record when adding the therapist.
This aligns with Health Cloud’s role-based sharing model and supports clinical collaboration.
❌ Why the Other Options Fall Short:
A. Account Team with automatic access
Account Teams don’t automatically grant access when OWD is Private. You must configure access manually.
B. Care Team with automatic access
Care Team members do not get automatic access. You must explicitly assign access levels.
C. Account Team with manual access
Technically possible, but Account Teams are not the preferred method for clinical roles like therapists. Care Teams are purpose-built for this.
🧠 Pro Tip:
Use Care Team Roles (e.g., Respiratory Therapist, Primary Care Physician) to define access templates. This improves scalability and ensures compliance with HIPAA and role-based access control.
An administrator at Bloomington Caregivers has received a change request to alter the appearance of the timeline so that it displays vertically instead of horizontally. Which step should the administrator take when implementing this change request?
A. Find the Timeline Orientation setting in Custom Metadata, which controls the orientation of all timelines, and change the value to vertical
B. Find the Timeline View Configuration for each relevant timeline in the Health Cloud - Lightning Admin app and change the Orientation to vertical.
C. Enable Timeline in Salesforce Setup. then configure and activate new timeline and add to the relevant Lightning record.
D. Enable Timeline in Salesforce Setup, then set the toggle for vertical orientation to true to set all timeline orientations as vertical.
Explanation:
The Timeline View Configuration object in Health Cloud controls how each timeline is displayed.
Admins can go to the Health Cloud – Lightning Admin app → locate the relevant Timeline View Configuration → update the Orientation field to Vertical.
This change applies per timeline configuration, not globally.
❌ Eliminations
A. Custom Metadata orientation setting
❌ No single global “orientation” custom metadata type exists that controls all timelines. Each timeline is configured individually.
C. Enable Timeline in Salesforce Setup and add to Lightning record
❌ Enabling Timeline in Setup is for initial activation, not for changing orientation.
D. Toggle for vertical orientation in Setup
❌ No such toggle exists in Salesforce Setup. This is a distractor.
📌 Reference
Salesforce Docs: Configure the Patient Timeline
Health Cloud Implementation Guide — Timeline Configuration
A payer needs to connect an electronic health record (EHR) to Health Cloud to display key clinical data to Health Cloud users. The data in the source system is aligned to FHIR R4 standards, but some transformation is anticipated. Which approach should a consultant use to set up this integration?
A. A middleware integration solution that can handle data transformation if necessary
B. A point-to-point API connection from the EHR to Health Cloud
C. A "swivel-chair" standard operating procedure document that will be distributed to users
D. A scheduled batch job that retrieves a file from an SFTP
Explanation:
The requirement is to connect an electronic health record (EHR) system to Salesforce Health Cloud to display key clinical data, with the source system’s data aligned to FHIR R4 standards but requiring some transformation. Health Cloud supports FHIR R4 through its Clinical Data Model and APIs, but integrating external EHR data often involves transformation, mapping, and secure data exchange. Below is an analysis of each option based on Health Cloud’s integration capabilities and best practices for FHIR-based integrations:
A. A middleware integration solution that can handle data transformation if necessary
Correct: A middleware integration solution, such as MuleSoft, Redox, or another integration platform, is the recommended approach for connecting an EHR to Health Cloud when data transformation is required. Middleware platforms are designed to handle FHIR R4 data, perform transformations (e.g., mapping FHIR resources to Health Cloud objects like HealthCloudGA__EhrObservation__c), and ensure secure, scalable integration. MuleSoft, for example, offers prebuilt connectors for FHIR R4 and Salesforce APIs, enabling transformation of EHR data into Health Cloud’s Clinical Data Model while maintaining compliance with standards like HIPAA. This approach provides flexibility, scalability, and maintainability compared to other options.
B. A point-to-point API connection from the EHR to Health Cloud
Incorrect: A point-to-point API connection directly between the EHR and Health Cloud is not ideal for this scenario. While Health Cloud’s FHIR API supports FHIR R4 resources (e.g., Patient, Observation), a direct API connection lacks the ability to handle complex data transformations efficiently. Point-to-point integrations are brittle, hard to maintain, and less scalable, especially when transformations are needed to map EHR data to Health Cloud’s data model. Middleware is better suited to manage transformations and ensure robust integration.
C. A "swivel-chair" standard operating procedure document that will be distributed to users
Incorrect: A "swivel-chair" approach involves manual data entry, where users access both the EHR and Health Cloud systems and manually transfer data between them, guided by a standard operating procedure (SOP) document. This method is error-prone, inefficient, and not suitable for displaying key clinical data in Health Cloud. It fails to leverage automation or integration capabilities and does not align with FHIR R4 standards or the need for real-time data display.
D. A scheduled batch job that retrieves a file from an SFTP
Incorrect: A scheduled batch job retrieving files from an SFTP server could be used for bulk data imports, but it is not the best approach for integrating FHIR R4-aligned EHR data with Health Cloud. Batch jobs are typically slower, less real-time, and require additional processing to handle FHIR data formats (e.g., JSON or XML). They also lack the flexibility of middleware to perform on-the-fly transformations and map data to Health Cloud’s Clinical Data Model. This approach is better suited for static data imports, not dynamic clinical data integration.
Additional Notes:
Middleware Benefits: Middleware solutions like MuleSoft or Redox provide:
FHIR R4 Support: Ability to parse and transform FHIR R4 resources (e.g., Patient, Condition, Observation) into Health Cloud’s data model.
Data Transformation: Mapping of EHR data to Health Cloud objects (e.g., Account for patients, HealthCloudGA__EhrObservation__c for clinical observations).
Security: Compliance with HIPAA through secure data transmission (e.g., TLS encryption) and authentication.
Scalability: Handling large volumes of data and multiple EHR systems if needed.
Implementation Steps:
Select Middleware: Choose a middleware platform (e.g., MuleSoft, Redox) with FHIR R4 and Salesforce connectors.
Map Data: Define mappings between EHR FHIR R4 resources and Health Cloud objects using the Health Cloud Developer Guide or middleware transformation tools.
Configure APIs: Use the Health Cloud FHIR API to ingest transformed data into Health Cloud, ensuring compatibility with the Clinical Data Model.
Secure Transmission:Implement secure protocols (e.g., OAuth, TLS) to protect PHI during transfer.
Test in Sandbox: Validate the integration in a full sandbox to ensure clinical data displays correctly (e.g., in patient timelines or cards) and meets user requirements.
Health Cloud FHIR API: The FHIR API supports R4 resources and allows data to be ingested into Health Cloud’s Clinical Data Model, but middleware is needed to handle transformations from the EHR’s FHIR implementation to Health Cloud’s specific schema.
Considerations: Ensure the middleware solution complies with healthcare regulations (e.g., HIPAA, GDPR) and test for performance, as real-time or near-real-time data display may be required for clinical workflows.
References:
Salesforce Health Cloud documentation on FHIR R4 support and the Clinical Data Model.
Salesforce MuleSoft documentation on FHIR integration and Health Cloud connectors.
Salesforce Health Cloud documentation on securing PHI and integration best practices.
With regards to Integration/Interoperability, which three statement are true about health cloud? (Choose Three)
A. The New clinical data model in health cloud is aligned with FHIR R4 standards.
B. Health cloud support data exchange with both HL7 and FHIR enabled systems.
C. Most EHR (Electronic Health Record) data exchange today is still done via legacy HL7 v2 – simple application interface.
D. Health cloud has a FHIR server.
E. The new clinical data model in Health cloud is aligned with HL7 v2-simple application standard.
Explanation:
Why A is Correct:
A cornerstone of the modern Health Cloud strategy is its adoption of the FHIR (Fast Healthcare Interoperability Resources) R4 standard for its new clinical data model. This means objects like Condition, Allergy, and MedicationRequest are structured according to the FHIR R4 specification, enabling native interoperability with other FHIR-compliant systems.
Why B is Correct:
Health Cloud is designed for real-world interoperability. While it promotes the modern FHIR standard, it acknowledges that many existing healthcare systems still use older HL7 v2 interfaces. Therefore, Health Cloud can be integrated with systems using either standard, often through middleware or integration tools like MuleSoft that can transform messages between different formats.
Why C is Correct:
This is a factual statement about the current state of the healthcare IT industry. Despite the push towards FHIR, the vast majority of real-time data exchange (e.g., ADT feeds for patient admissions, discharges, and transfers) in operational EHR systems today still relies on the HL7 v2 standard, which has been the workhorse for decades. Health Cloud is built to operate in this reality.
Why D is Incorrect:
This statement is technically inaccurate. Health Cloud itself is not a FHIR server. Instead, it exposes a FHIR-compliant API and has a FHIR-based data model. A true FHIR server implies a more comprehensive set of capabilities for storing, managing, and retrieving FHIR resources. Health Cloud leverages the FHIR standard for interoperability but is built on the Salesforce platform.
Why E is Incorrect:
This is the direct opposite of the truth. The new clinical data model is explicitly not aligned with HL7 v2. HL7 v2 is a legacy messaging standard that uses pipe-delimited (|) text messages. The new model is aligned with FHIR R4, which is a modern RESTful API-based standard using JSON/XML. HL7 v2 and FHIR are different generations of standards.
Key Concepts:
FHIR R4: The modern standard for healthcare interoperability that Health Cloud's new data model is based on.
Backward Compatibility: Health Cloud supports integration with both modern (FHIR) and legacy (HL7 v2) systems.
Industry Context: Understanding that HL7 v2 is still widely used in production environments is key for a Health Cloud professional designing integrations.
Salesforce as a FHIR Client: Health Cloud provides FHIR-compliant APIs for data exchange but is not classified as a full FHIR server.
Which three actions can providers take with the help of the Contact Tracing feature in Health Cloud? (Choose three.)
A. Perform an audit of the Contact Record to keep track of the changes made to the Contact record by users.
B. Perform contact tracing of their internal employees during an infectious disease outbreak or pandemic.
C. Perform contact tracing of their patients during an infectious disease outbreak or pandemic.
D. Track their patients as contacts by using Contact entity in Salesforce.
E. Track the location duration and number of participants in each contact encounter that the infected person was involved in.
Explanation:
The Health Cloud Contact Tracing feature is designed to help organizations manage and track the spread of infectious diseases.
Actions Providers Can Take
B. Perform contact tracing of their internal employees during an infectious disease outbreak or pandemic. Health Cloud allows organizations to track and manage contact tracing for their own employees. This is crucial for maintaining a safe work environment and preventing the internal spread of a disease.
C. Perform contact tracing of their patients during an infectious disease outbreak or pandemic. This is the primary function of the contact tracing feature. It allows healthcare providers to identify individuals (patients) who may have been exposed to an infected person, enabling timely intervention and containment efforts.
E. Track the location, duration, and number of participants in each contact encounter that the infected person was involved in. The feature is built to capture detailed information about each contact event. This includes where the encounter took place, how long it lasted, and who was involved. This granular data is essential for assessing risk and providing accurate guidance.
Why Other Options Are Incorrect
A. Perform an audit of the Contact Record to keep track of the changes made to the Contact record by users. While Salesforce has standard auditing features like Field History Tracking, this is a platform-wide capability, not a specific function of the Health Cloud Contact Tracing feature. The contact tracing feature focuses on tracking exposure events, not changes to the Contact record itself.
D. Track their patients as contacts by using the Contact entity in Salesforce. This is a misleading option. The Contact Tracing feature uses a dedicated data model, including objects like ContactTracer, ContactEvent, and ContactParticipant, which are separate from the standard Salesforce Contact object. This specialized data model is what enables the detailed tracking required for contact tracing.
A payer needs to implement a program to address the rising healthcare expenses and ensure affordable care for its members. The payer aims to strike a balance between quality care and managing the cost of care effectively by streamlining its approval processes for care requests. Which capability in Health Cloud helps the payer accomplish this?
A. Provider Network Management
B. Intelligent Appointment Management
C. Utilization Management
D. Integrated Care Management
Explanation:
🧠 Why This Is Correct:
Utilization Management (UM) in Salesforce Health Cloud is purpose-built for payers to:
Control healthcare costs by reviewing and approving care requests
Ensure medical necessity and appropriateness of services
Streamline prior authorization workflows
Track clinical documentation, approvals, and denials
This capability helps payers strike the balance between quality care and cost containment, exactly as described in the scenario.
❌ Why the Other Options Don’t Fit:
A. Provider Network Management
Focuses on managing provider affiliations and directories, not care request approvals or cost control.
B. Intelligent Appointment Management
Optimizes scheduling and availability, but doesn’t address care approval or cost management.
D. Integrated Care Management
Supports care coordination and member engagement, but doesn’t handle authorization or utilization review processes.
🔗 Reference:
Salesforce Health Cloud Utilization Management Overview
Bloomington Caregivers has configured the Provider Network Management add-on license. Some of the users are reporting that they are unable to access some of the new functionality. Which two permission sets should an administrator ensure are assigned so the users can access Provider Network Management?
A. Health Cloud Standard permission set
B. Provider Network Management permission set
C. Health Cloud Utilization Management permission set
D. Health Cloud Foundation permission set
Explanation:
Bloomington Caregivers has implemented the Provider Network Management add-on license in Salesforce Health Cloud, which enables features for managing provider enrollment, credentialing, networking, and contracting. For users to access these features, specific permission sets must be assigned in addition to the appropriate permission set licenses. Below is an analysis of each option based on Salesforce Health Cloud documentation and the requirements for Provider Network Management:
A. Health Cloud Standard permission set
Correct: The HealthCloud_Standard permission set (or similar standard permission set provided by Health Cloud) grants users access to core Health Cloud functionality, including objects and features that are foundational to add-ons like Provider Network Management. This permission set is necessary to ensure users have access to standard Health Cloud objects (e.g., Account, Contact, or Case) and related configurations that interact with Provider Network Management features. It complements the specific permissions provided by the Provider Network Management permission set.
B. Provider Network Management permission set
Correct: The Health Cloud Provider Network Management permission set is specifically designed to grant access to the objects and features associated with the Provider Network Management add-on, such as provider management objects (HealthCloudGA__Provider__c, HealthCloudGA__ProviderNetworkContract__c), recruiting, credentialing, and contracting functionality. This permission set is included with the Health Cloud Provider Network Management Add-On license and is essential for users to access the new functionality introduced by the add-on.
C. Health Cloud Utilization Management permission set
Incorrect: The Health Cloud Utilization Management permission set is related to features like prior authorizations and care requests, which are part of Health Cloud’s utilization management capabilities. It does not provide access to Provider Network Management features, such as provider enrollment or credentialing, and is not relevant to this scenario.
D. Health Cloud Foundation permission set
Incorrect: There is no standard permission set named Health Cloud Foundation in Salesforce Health Cloud. While the Health Cloud Foundation permission set license exists and provides access to foundational Health Cloud features, the question specifically asks about permission sets, not licenses, and no such permission set exists for this purpose.
Additional Notes:
Permission Set Licenses: In addition to assigning the Health Cloud Standard and Provider Network Management permission sets, the administrator must ensure that users have the appropriate permission set licenses: the Health Cloud permission set license and the Health Cloud Platform permission set license, as well as the Health Cloud Provider Network Management add-on license. These licenses are prerequisites for accessing Provider Network Management functionality.
Troubleshooting Steps:
Verify that users have the Health Cloud and Health Cloud Platform permission set licenses assigned, as well as the Health Cloud Provider Network Management add-on license.
Confirm that the HealthCloud_Standard and Health Cloud Provider Network Management permission sets are assigned to the users via Setup > Users > Permission Sets.
Check object and field-level security settings to ensure users have read/write access to Provider Network Management objects (e.g., HealthCloudGA__Provider__c, HealthCloudGA__ProviderNetworkContract__c).
Test in a sandbox to confirm that the assigned permission sets grant access to features like provider enrollment, credentialing, and network management.
Common Issues:
If users still cannot access functionality, the administrator should check for:
Missing licenses or permission sets.
Incorrect profile configurations overriding permission set access.
Sharing rules or field-level security restricting access to Provider Network Management objects.
Provider Network Management Features:
This add-on includes objects and processes for recruiting, credentialing, and managing provider networks, often integrated with OmniStudio and Experience Cloud for provider portals.
References:
Salesforce Health Cloud documentation on Provider Network Management and required permission sets.
Salesforce Health Cloud documentation on permission set licenses and user access.
Salesforce Health-Cloud-Accredited-Professional practice exam reference on permission sets for Provider Network Management.
Which three statement are true about a Care Program? (Choose 3)
A. A Patient can be enrolled in multiple care programs at the same time.
B. A Patient cannot be enrolled in the same care program more than once.
C. More than 500 patients can be enrolled in a care program in a single request using the Care Program Enrollment.
D. CareProgramEnrollee represents the participant enrolled in a care program
E. A patient can be enrolled in the same care program more than once.
Explanation:
In Salesforce Health Cloud, Care Programs are used to manage patient engagement in structured health or wellness programs. Here's how each option applies:
✅ A. A patient can be enrolled in multiple care programs at the same time
True: Patients often participate in multiple care programs simultaneously — for example, a diabetes management program and a smoking cessation program.
Health Cloud supports concurrent enrollment in different care programs.
✅ D. CareProgramEnrollee represents the participant enrolled in a care program
True: This object is the junction between a Patient (Person Account) and a Care Program.
It stores enrollment details, statuses, dates, and related tasks or goals.
✅ E. A patient can be enrolled in the same care program more than once
True: As mentioned above, re-enrollment is allowed and tracked separately.
Useful for recurring or chronic care programs.
Why Not the Other Options?
❌ B. A patient cannot be enrolled in the same care program more than once
False: Patients can be enrolled in the same care program multiple times (e.g., after being discharged and re-admitted).
Each enrollment is tracked as a separate instance using the CareProgramEnrollee object.
❌ C. More than 500 patients can be enrolled in a care program in a single request
False: Salesforce recommends limiting bulk operations like care program enrollments to 500 records per request to avoid governor limits.
This is a technical limitation based on bulk API usage or Apex constraints.
A customer wants to view a patient's health conditions and clinical encounters as a sequence patient's Person Account page. What should a consultant do to achieve this using the Enhanced Timeline functionality?
A. Clone the HCTimeline FlexCard for customization.
B. Add a record to the HealthCloudTimelineConfig custom setting.
C. Create a new Timeline View Configuration record.
D. Create a new Timeline record within Setup.
Explanation:
The Enhanced Timeline (Patient Timeline) in Health Cloud is highly configurable. Its behavior, including which objects and record types are displayed and how they are grouped, is controlled by a specific configuration tool.
Why C is Correct:
The Timeline View Configuration is the central administrative tool for customizing what appears on the Patient Timeline. To ensure that Health Conditions and Clinical Encounters appear in the timeline sequence, a consultant would:
Navigate to Setup -> Timeline View Configuration.
Create a new configuration record or edit an existing one.
Within this record, specify the objects (e.g., Condition for health conditions, Encounter for clinical encounters) and their relevant record types.
Define the order of events and how they should be grouped and displayed.
This is the declarative, point-and-click method provided by Salesforce to achieve the requirement.
Why A is Incorrect:
While FlexCards are powerful components used in other parts of the Salesforce Industries suite, the standard Enhanced Timeline is not a FlexCard that you clone and customize. It is a core Health Cloud component configured through the dedicated Timeline View Configuration interface.
Why B is Incorrect:
This references a "custom setting," which is an older Salesforce technology. The configuration for the Enhanced Timeline is managed through a Custom Metadata Type ( specifically TimelineViewConfig), not a custom setting. The process involves creating a record for this metadata type, which is what happens when you use the "Timeline View Configuration" menu in Setup.
Why D is Incorrect:
This is a distractor. There is no "Timeline" record to create within Setup. "Timeline" is the end-user view that is generated dynamically based on the configuration records you create. You configure the sources, and the timeline is built automatically.
Key Concepts:
Health Cloud Feature: Enhanced Patient Timeline.
Configuration Tool: Timeline View Configuration (found in Salesforce Setup).
Underlying Technology: This interface creates records in the TimelineViewConfig Custom Metadata Type.
Customization: Allows administrators to add standard and custom objects to the timeline, define the fields used for display, and set the order of events.
A customer wants to move its existing Patient-Reported Outcome Measures (PROMs) surveys to Health Cloud. It requires a solution that allows for question banks and version control for this standardized survey. Which solution should a consultant recommend?
A. Salesforce Feedback Management
B. Health Cloud Forms
C. Discovery Framework
D. Salesforce Surveys
Explanation:
Salesforce Feedback Management is the recommended solution for managing PROMs surveys because it provides the specific capabilities required by the customer: question banks and version control.
Question Banks:
This feature allows you to create and store a library of standardized questions that can be reused across multiple surveys. This is essential for PROMs, which are typically composed of a fixed set of validated questions (e.g., PHQ-9 for depression, or SF-36 for general health).
Version Control:
Feedback Management supports creating and managing different versions of a survey. This is crucial for maintaining the integrity of standardized PROMs. When a new version of a survey is released, you can create a new version without affecting data from previous responses, ensuring a consistent historical record for clinical reporting.
Explanation of Incorrect Options
B. Health Cloud Forms:
This is not a standard, named feature or product in Health Cloud. While Health Cloud can be used to build forms, it is not a standalone product with its own native question bank and version control capabilities. The functionality described would be built using other Salesforce tools, such as the ones in the other options.
C. Discovery Framework:
The Discovery Framework is a tool for building guided, multi-step user experiences, often used for tasks like patient onboarding or eligibility checks. While it can be used to collect data, its primary purpose is workflow automation, not the management of standardized, reusable surveys with versioning.
D. Salesforce Surveys:
This is a core Salesforce feature, but it's important to distinguish it from Salesforce Feedback Management. Feedback Management is a broader solution that includes and enhances Salesforce Surveys, providing the advanced features like question banks and version control that are critical for managing clinical assessments like PROMs. Simply using the basic Salesforce Surveys feature alone would not meet all the customer's requirements.
Page 6 out of 23 Pages |
Health-Cloud-Accredited-Professional Practice Test Home | Previous |