Health-Cloud-Accredited-Professional Practice Test

Salesforce Spring 25 Release -
Updated On 1-Jan-2026

228 Questions

In which two ways can Makana health service administrator prevent unauthorized users accessing the data? (choose two)

A. Encrypt the data using shield

B. Install shield and enable mask.

C. create sharing sets

D. optimize data using mask

E. use field level security setting, record access setting and object permission.

A.   Encrypt the data using shield
E.   use field level security setting, record access setting and object permission.

Explanation:

Field-Level Security, Record Access, and Object Permissions:
This is the core of Salesforce's security model.
Object Permissions (assigned via profiles and permission sets) determine if a user can even see an object (e.g., the Patient object).
Record Access (controlled by Organization-Wide Defaults, role hierarchy, and sharing rules) determines which specific records a user can see for an object they have access to.
Field-Level Security restricts a user's access to specific fields on a record, even if they can see the record itself. This is crucial for protecting sensitive information like a patient's Social Security number or medical history, ensuring only authorized personnel can view it. This combination is the first and most fundamental line of defense against unauthorized access.
Encrypt the data using Shield:
Salesforce Shield is an add-on product that provides an extra layer of security for sensitive data. Shield Platform Encryption natively encrypts data at rest (stored in the database) without impacting core Salesforce functionality. For a healthcare provider dealing with Protected Health Information (PHI) under regulations like HIPAA, this is a critical security measure. Even if an unauthorized party were to gain access to the database, the data would be unreadable without the encryption key.

Why the Other Options Are Incorrect
B. Install shield and enable mask:
Salesforce Data Mask is a separate product from Shield. It's used to irreversibly anonymize or pseudonymize data, but only in sandbox environments, not in production. It's meant to protect sensitive data during development and testing, not to prevent unauthorized access in the live system.
C. Create sharing sets:
Sharing sets are used specifically for Experience Cloud (formerly Community Cloud) external users. They grant access to records associated with an external user's account or contact. They are a method of granting access, not a primary way to restrict it for internal users.
D. Optimize data using mask:
This is an incorrect statement. As mentioned above, data masking is for sandboxes and is used for security, not data optimization.

A customer wants to view medication data from Health Cloud leveraging FHIR standards. Which Health Cloud data model should a consultant use?

A. Integrated Care Management data model

B. Electronic health record (EHR) data model

C. Virtual Care data model

D. Clinical data model

B.   Electronic health record (EHR) data model

Explanation:

To view medication data using FHIR standards in Salesforce Health Cloud, the appropriate data model is:

✅ Electronic Health Record (EHR) data model

This model is specifically designed to support clinical data integration, including:
Medications
Allergies
Immunizations
Lab results
It aligns with FHIR standards to enable interoperability with external EHR systems (like Epic, Cerner, etc.).
Health Cloud can consume FHIR resources such as MedicationStatement, MedicationRequest, and MedicationAdministration using this model.

❌ Other Options:

A. Integrated Care Management data model
Focuses on care plans, action plans, and care coordination, not medication or clinical data.

C. Virtual Care data model
Supports telehealth, virtual visits, and remote patient monitoring workflows—not FHIR-based medication data.

D. Clinical data model
A general term, but in Salesforce, this is often layered under or included as part of the EHR model. Not the most precise answer.

Bloomington Caregivers is looking to view potential drug-to-drug interactions for its patients' medications and make recommendations based on that data within Health Cloud. Which Health Cloud add-on should a consultant recommend to fulfill this requirement?

A. Allergy intolerance

B. RxNorm DDI connectivity

C. Medication interactions

D. Medication Management

D.   Medication Management

Explanation:

To enable Bloomington Caregivers to view potential drug-to-drug interactions for patients' medications and make recommendations within Salesforce Health Cloud, the consultant should recommend the Medication Management add-on. This feature provides tools to manage patient medications, including checking for potential drug-to-drug interactions and generating recommendations based on that data. It integrates with Health Cloud’s patient records to support medication reconciliation and safety checks, ensuring providers can make informed prescribing decisions.

Why the other options are incorrect:
A. Allergy Intolerance:
This feature focuses on tracking and managing patient allergies and intolerances to medications or substances, not specifically on drug-to-drug interactions.
B. RxNorm DDI Connectivity:
While RxNorm is a standard for medication terminology, it is not a specific Health Cloud add-on for drug-to-drug interaction checking. Health Cloud uses external integrations or internal tools for this purpose, but RxNorm DDI Connectivity is not a named feature.
C. Medication Interactions:
This is not a standard Health Cloud add-on. The correct feature for handling drug interactions is encompassed within the Medication Management add-on.

Reference:
Salesforce Health Cloud documentation on Medication Management (Salesforce Help).
Health Cloud Accredited Professional exam resources, which cover medication-related features and add-ons.
Note: While the provided search results discuss drug interaction checkers (e.g., Drugs.com, WebMD), they are not directly related to Health Cloud’s specific add-ons but confirm the importance of drug interaction tools in healthcare.

A HC admin is configuring a ‘Convert to Patient’ process,utilizing the Lead to Individual Conversion Apex class. Which statements are true about the steps the admin can take?(choose 3)

A. The admin must configure all Lead field mappings including Medical Record Number,Source System and Source System ID.

B. The custom Convert to Patient button should be added to the Lead list view.

C. Some Lead field mappings including Medical Record Number, Source System ID can be handled automatically by HC.

D. The Lead to Individual Conversion apex class will create a new Opportunity for the patient.

E. Duplicate checks on Medical Record Number, Source System and Source System ID can be handled automatically by HC

A.   The admin must configure all Lead field mappings including Medical Record Number,Source System and Source System ID.
C.   Some Lead field mappings including Medical Record Number, Source System ID can be handled automatically by HC.
E.   Duplicate checks on Medical Record Number, Source System and Source System ID can be handled automatically by HC

Explanation:

Salesforce Health Cloud provides a specialized Apex class for converting Lead records into Individuals (patients), streamlining intake workflows. Here's how each correct option fits into that process:
B. Add the Convert to Patient button to the Lead list view: This is a standard UI enhancement that allows care coordinators or intake agents to trigger the conversion directly from the list view. It improves usability and aligns with Health Cloud’s guided workflows.
C. Some Lead field mappings (e.g., Medical Record Number, Source System ID) are handled automatically: Health Cloud includes built-in logic to map certain fields from Lead to Individual, especially those related to identity and source tracking. Admins don’t need to manually configure every mapping.
E. Duplicate checks on Medical Record Number, Source System, and Source System ID can be handled automatically: Health Cloud performs automatic duplicate detection using these identifiers to prevent redundant patient records. This is part of the platform’s data integrity safeguards.

🛑 Why the other options are incorrect:
A. The admin must configure all Lead field mappings: Not true. While some custom fields may require manual mapping, Health Cloud handles many standard mappings automatically.
D. The Lead to Individual Conversion Apex class will create a new Opportunity: This is false in the Health Cloud context. Unlike Sales Cloud’s standard Lead conversion, Health Cloud’s process focuses on creating Individual and Person Account records, not Opportunities.

📚 References:
Salesforce Help: Lead to Individual Conversion Process
Salesforce Developer Guide: LeadConvert Class
Salesforce Health Cloud Implementation Guide

Which three options explain why the new clinical data model in Health Cloud is labeled as FHIR aligned and not FHIR compliant? (Choose three)

A. Some entitles have additional non-FHIR attributes to increase the usability of the data within Salesforce.

B. The cardinality of a few attributes has been changed (e.g. in picklist scenarios)

C. Not all attributes in a given FHIR resource may be supported.

D. It does not utilize the latestFHIR R4 standards.

E. It only aligns with FHIR 0STU2 specs.

A.   Some entitles have additional non-FHIR attributes to increase the usability of the data within Salesforce.
B.   The cardinality of a few attributes has been changed (e.g. in picklist scenarios)
C.   Not all attributes in a given FHIR resource may be supported.

Explanation:

Salesforce uses the term "FHIR-aligned" instead of "FHIR-compliant" to be technically accurate about how its clinical data model relates to the FHIR standard. "Compliant" would imply a full, unmodified implementation, which is not the case. The model is pragmatically adapted to work within the Salesforce platform while leveraging the FHIR standard.

A. Some entities have additional non-FHIR attributes to increase the usability of the data within Salesforce. This is a key reason. Salesforce has added custom fields and relationships to the core FHIR resources to better integrate them with other Salesforce features (like Timeline, Reports, or Flow), enhancing platform usability beyond what the pure FHIR standard provides.
B. The cardinality of a few attributes has been changed (e.g., in picklist scenarios). FHIR defines how many times a data element can appear (its cardinality). To fit the relational data model of Salesforce and simplify user interaction (e.g., using picklists instead of complex arrays), Salesforce may modify this cardinality, moving away from strict compliance.
C. Not all attributes in a given FHIR resource may be supported. The FHIR standard is extensive. Salesforce's implementation is a pragmatic subset focused on the most common and critical data elements needed for use cases like care coordination and patient engagement, rather than a 100% complete implementation of every possible FHIR attribute.

Why the other options are incorrect:
D. It does not utilize the latest FHIR R4 standards. This is factually incorrect. As of its major clinical data model releases, Health Cloud does use the FHIR R4 standard. This is not a reason for the "aligned" terminology.
E. It only aligns with FHIR DSTU2 specs. This is outdated information. While earlier versions may have used DSTU2, the current clinical data model is based on FHIR R4. This is not a correct reason for the current model's labeling.

Reference: This terminology and the reasoning behind it are discussed in Salesforce documentation and Trailhead content related to the Health Cloud clinical data model, such as the "Understand the Clinical Data Model" unit on Trailhead. The distinction is crucial for architects and implementers to understand the boundaries of the standard.

Health-Cloud-Accredited-Professional Exam Questions - Home Previous
Page 5 out of 46 Pages