Salesforce Health Cloud Developer Guide
Winter '27 preview (API version 68.0)
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
Winter '21 (API version 50.0)
Summer '20 (API version 49.0)
Spring '20 (API version 48.0)
Winter '20 (API version 47.0)
Summer '19 (API version 46.0)
Spring '19 (API version 45.0)
Winter '19 (API version 44.0)
Summer '18 (API version 43.0)
Spring '18 (API version 42.0)
Winter '18 (API version 41.0)
Summer '17 (API version 40.0)
Spring '17 (API version 39.0)
Winter '17 (API version 38.0)
Summer '16 (API version 37.0)
CarePlanTemplate__c
CarePlanTemplateGoal__c
CarePlanTemplateProblem__c
CarePlanTemplateTask__c
AccountAccountRelation__c
CandidatePatient__c
CardViewDropdown__c
CarePlanGoal__c
CarePlanProblem__c
ConditionToHCCCodeMapping__c
ContactContactRelation__c
CrossObjectRelationship__c
CustomFieldSets__c
CustomLabelConfig__c
FilterColumn__c
FilterCondition__c
FilterCriterion__c
PatientCardViewConfiguration__c
ReciprocalRole__c
ProgramPatientAffiliation__c
ProgramPatientSummary__c
Provider__c
TimelineViewConfiguration__c
Create Patients With the Health Cloud Business API
Newer Version Available
Health Cloud Custom Objects
Salesforce Health Cloud provides a rich set of custom objects to store and access
specialized health information.
To see the standard objects used by Salesforce, see the Object Reference for Salesforce. To verify the complete list of fields for an object, you can use a describe call from the API, or inspect with an appropriate tool, for example, inspecting the WSDL or using a schema viewer.
The API version for objects included in the Health Cloud packages is one version behind core Salesforce. For example, if your org’s API version is 43, the packaged Health Cloud elements including custom objects, components, classes, and triggers are API version 42.
Note
-
Electronic Health Record Custom Objects
Salesforce Health Cloud provides custom objects to store the data contained in the standard electronic health record (EHR) fields. -
CarePlanTemplate__c
Represents the template used to create a care plan including the problems, goals, and tasks that care coordinators use to manage and mitigate a medical condition. -
CarePlanTemplateGoal__c
Represents a goal included in the care plan template. -
CarePlanTemplateProblem__c
Represents a problem included in the care plan template. -
CarePlanTemplateTask__c
Represents a task that’s included in the care plan template. -
AccountAccountRelation__c
Represents a one-to-one relationship between two accounts, each with a distinct role in relation to the other. -
CandidatePatient__c
Represents the demographics and other administrative information about a patient who’s receiving health-related services. -
CardViewDropdown__c
Defines a tab navigation menu option on the patient card to open standard and custom pages or URLs as either primary or secondary tabs. Clicking an item in the menu opens a new tab or subtab for that patient. -
CarePlanGoal__c
Represents the intended objectives of carrying out a care plan. -
CarePlanProblem__c
Represents the conditions, problems, concerns, diagnoses, and so on, that this plan manages and mitigates. -
ConditionToHCCCodeMapping__c
Represents a mapping of patient conditions to Hierarchical Condition Category (HCC) codes. -
ContactContactRelation__c
Represents a relationship between two contacts, each with a distinct role in relation to the other. -
CrossObjectRelationship__c
Represents a relationship between two objects (for example, patient Account and EhrPatient__c) used in patient list view pages. -
CustomFieldSets__c
Represents a custom grouping of fields. -
CustomLabelConfig__c
Represents a custom label in Health Cloud. -
FilterColumn__c
Represents the column used by filter criteria for the patient segmentation functionality. -
FilterCondition__c
Represents the condition used by filter criteria for the patient segmentation functionality. -
FilterCriterion__c
Represents the filter criteria for the patient segmentation functionality. Consists of a list of filter conditions and a list of columns that display as part of the filter view on the patient list view page. -
PatientCardViewConfiguration__c
Represents configuration options for the patient card. -
ReciprocalRole__c
Represents an inverse role. For example, if one role is parent, the reciprocal role is child. -
ProgramPatientAffiliation__c
Represents the program that the patient is affiliated with. -
ProgramPatientSummary__c
Represents a record that contains calculated values for the relevant program that the patient is enrolled in. -
Provider__c
Represents a person providing healthcare. -
TimelineViewConfiguration__c
Represents an event type on the timeline view in the patient care console.