ExamGecko
Question list
Search
Search

Related questions











Question 67 - Certified Health Cloud Accredited Professional discussion

Report
Export

In which two ways can an administrator ensure that Patient Risk scores are recalculated periodically? (Choose Two.)

A.
Setup a scheduled Apex batch job.
Answers
A.
Setup a scheduled Apex batch job.
B.
Use the CMS recalculation API
Answers
B.
Use the CMS recalculation API
C.
Use a third party API to recalculate CMS risk score
Answers
C.
Use a third party API to recalculate CMS risk score
D.
Setup a Apex batch job and run the job manually
Answers
D.
Setup a Apex batch job and run the job manually
E.
Create a Healthcare Provider enrollment flow.
Answers
E.
Create a Healthcare Provider enrollment flow.
Suggested answer: A, D

Explanation:

Reference and details below.

According to theHealth Cloud Data Model Developer Guide, two ways that an administrator can ensure that Patient Risk scores are recalculated periodically are:

Set up a scheduled Apex batch job. This method allows the administrator to create an Apex class that implements Database.Batchable interface and Schedulable interface, and schedule it to run at specified intervals using Apex Scheduler.

Set up an Apex batch job and run it manually. This method allows the administrator to create an Apex class that implements Database.Batchable interface, and execute it manually using anonymous Apex code or developer console. Using CMS recalculation API is not a valid way, as CMS recalculation API is not a feature of Health Cloud. Using a third party API to recalculate CMS risk score is not a recommended way, as it can introduce security and integration risks. Creating a Healthcare Provider enrollment flow is not a relevant way, as it has nothing to do with patient risk scores.

asked 23/09/2024
Pedro Perez
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first