Salesforce Certified Health Cloud Accredited Professional Practice Test 1

A Salesforce technical architect is migrating a service cloud org to health cloud and needs to update existing integrations to create records in health cloud objects instead of creating records in custom objects. Which unique health cloud considerations apply regarding the use of APIs in this case?
According to the Salesforce documentation2, Health Cloud uses Business APIs that should be used instead of object level APIs when creating records in Health Cloud objects. Business APIs are custom REST APIs that perform complex business logic and validations on Health Cloud objects. Object level APIs are standard REST or SOAP APIs that perform CRUD operations on individual objects.Business APIs ensure data integrity and consistency across Health Cloud objects, while object level APIs may result in data errors or inconsistencies2.