Salesforce Development for Healthcare: What Actually Needs Custom Building

SALESFORCE Aug 31, 2026 0 comments 10 Minutes Read
Vaibhav Sharma By Vaibhav Sharma
Salesforce Development for Healthcare: What Actually Needs Custom Building
Last updated: 31 August

Key Takeaways

  • Health Cloud already provides a FHIR R4-aligned clinical data model, so rebuilding patients, care plans and clinical encounters is usually unnecessary.
  • Health Cloud is HIPAA-eligible, not automatically HIPAA-compliant. Configuration, access controls, PHI handling and security remain the organization’s responsibility.
  • Custom development is most valuable for patient/provider portals, clinical calculators, consent workflows, intake forms, integration logic and regulator-specific reporting.
  • EHR integrations commonly involve FHIR R4 and HL7 v2, so teams should not assume every integration is simply a FHIR connector.
  • Health Cloud is generally the better foundation for genuinely clinical use cases, while core Salesforce can be sufficient for administrative workflows without PHI.
  • Healthcare Salesforce projects typically require 25–40% more investment than comparable unregulated projects because of testing, documentation, validation, and security requirements.
  • Patient data should be masked before developers work in Full or Partial Copy sandboxes.
  • The biggest mistake is building custom objects for functionality Health Cloud already provides.

Quick Answer: Salesforce for healthcare works best when organizations extend Health Cloud rather than rebuild its clinical foundation. Health Cloud already provides FHIR-aligned objects for patients, care plans, care teams and clinical encounters, while custom development is better reserved for patient portals, clinical calculations, consent workflows, EHR integrations and organization-specific reporting. Healthcare teams also need to treat HIPAA requirements, PHI security and compliance as part of the development process from the beginning, not as a final checklist.

 

The most expensive mistake in healthcare Salesforce projects isn’t building the wrong thing. It’s rebuilding something the platform already gives you.

Health Cloud’s clinical data model is aligned to FHIR release 4 out of the box. Patient, Care Plan, Care Team, Clinical Encounter, Condition, Medication – these exist as standard objects, structured to exchange data with EHR systems. Teams that scope custom objects for them spend six figures recreating something that already works, and then discover their integration doesn’t map cleanly.

This guide covers what genuinely needs building, what only needs extending, and the compliance details that shape both.

Where Standard Salesforce Stops for Healthcare

Sales Cloud and Service Cloud assume a commercial relationship – accounts, contacts, opportunities, cases. Healthcare assumes something structurally different: a patient with a longitudinal record, a care team rather than an owner, clinical encounters rather than transactions, and data governed by regulation rather than commercial preference.

Health Cloud closes most of that gap; it adds the clinical data model, care plans, referral management, provider and payer relationships, and an FHIR-aligned structure designed for exchanging data with external clinical systems.

What it doesn’t close is anything specific to your organisation’s protocols, your regulator, your patient experience, or the systems you happen to run. That’s where development starts.

Don’t Build What Health Cloud Already Gives You

Three-column comparison showing what is already standard in Health Cloud, what should be extended, and what genuinely needs custom building

Three-column comparison showing what is already standard in Health Cloud, what should be extended, and what genuinely needs custom building

The Rule: Salesforce publishes an HL7 and FHIR mapping reference for Health Cloud. Read it before scoping a single custom object.

Why It Matters Beyond Cost: If you build a custom Patient object rather than using Person Accounts, your EHR integration no longer maps to a standard structure. Every future interoperability requirement becomes bespoke work, and the FHIR integration framework Salesforce provides stops helping you.

The Honest Exception: Occasionally an organisation’s model genuinely doesn’t fit – unusual entity relationships, a non-clinical use case, or a regulatory structure with no standard equivalent. That’s a real conversation to have with an architect, not an assumption to build on.

When an organisation genuinely falls outside Health Cloud’s standard model, that decision should involve the right technical expertise. Understanding the difference between a Salesforce admin, developer, and architect can help determine whether the requirement needs configuration, custom code, or architectural design.

Related: The Salesforce data model explained · Configuration vs customization

Health Cloud or Build on Core?

The question most healthcare buyers actually have.

Health CloudService Cloud + custom
Clinical data modelFHIR R4-aligned, out of the boxYou build and maintain it
Care plans and care teamsStandardCustom objects and automation
FHIR integration frameworkProvidedYou build the mapping layer
BAA coverageYes, Health Cloud is namedSelect Enterprise editions only - check
Licence costHigher - from around $325/user/month listLower per seat
Build costLower - configuration over constructionSubstantially higher
Ongoing maintenanceSalesforce maintains the modelYou maintain everything you built
  • Where The Maths Lands: Health Cloud licences cost more per seat and less overall for anything genuinely clinical, because you’re buying a data model rather than building one. Building the same capability on Service Cloud is usually cheaper in year one and more expensive by year three.
  • Where core Salesforce Is Genuinely Fine: Administrative use cases with no PHI and no clinical model, a healthcare organisation’s HR portal, supplier management, or facilities requests. Don’t pay Health Cloud licence rates for those.

For administrative healthcare workflows without PHI or a clinical model, Salesforce low-code development can keep the implementation configuration-led rather than introducing unnecessary custom code.

Need to Build Salesforce for Healthcare?

Map your Health Cloud boundaries, clinical workflows, integrations, and compliance requirements before deciding what to configure, extend, or custom-build.

Salesforce Development Services

Related: Salesforce customization cost

“HIPAA-Eligible” Is Not “HIPAA-Compliant”

Comparison of what Salesforce provides for HIPAA compliance versus what the customer must configure themselves

Comparison of what Salesforce provides for HIPAA compliance versus what the customer must configure themselves

This distinction decides whether a build passes an audit, and it’s stated carelessly almost everywhere.

Salesforce signs a BAA, and Health Cloud along with select Enterprise editions of Sales and Service Cloud fall under it. That makes the platform eligible to handle PHI.

Two Things That Catch Teams Out:

  • The BAA covers a defined list of services – not the whole platform. Not every Salesforce capability, add-on or feature is in scope. Building a PHI-handling workflow on a service that isn’t covered creates an exposure nobody notices until an audit.
  • Configuration and access management remain your responsibility, not Salesforce’s. Sharing rules that over-expose PHI internally, an Apex class that skips FLS enforcement, or a sandbox full of unmasked patient data are all your problem regardless of what the BAA says.

What this means for development specifically:

  • Enforce FLS in every Apex class and Flow touching clinical data – WITH USER_MODE rather than manual checks. See the Apex guide.
  • Mask PHI before anyone develops against a sandbox. Full and Partial copies bring real patient data into a lower-security environment. See Salesforce sandboxes.
  • Record-triggered Flows and Apex run in system mode and ignore sharing entirely – a genuine PHI exposure route. See Salesforce Flow.
  • Shield Platform Encryption and Event Monitoring are paid add-ons, not included.

Related: Salesforce compliance and data security

Building on Salesforce with PHI involved?

The compliance workstream runs alongside the build, not after it. We’ll map what’s in BAA scope and what your configuration has to cover.

Talk to our Salesforce development team →

What Healthcare Organisations Actually Build

The custom work that genuinely earns its cost:

  • Patient And Provider Portals: Experience Cloud sites for appointment booking, results access, referral submission and document upload. Almost always custom, because the patient experience is the differentiator.
  • Clinical Scoring And Eligibility Calculators: Risk scores, trial eligibility, care pathway triggers. Business logic no standard object encodes.
  • Consent And Authorisation Workflows: Consent capture, revocation, and the audit trail proving both. Highly organisation-specific and increasingly scrutinised.
  • Intake And Assessment Forms: Screen Flows for structured clinical intake, often with conditional logic reflecting a specific protocol.
  • Integration Middleware Logic: The FHIR framework handles a lot, but mapping to a legacy Meditech instance or a claims platform with a proprietary format is real work.
  • Regulator-Specific Reporting: Quality measures, submissions, and disclosure reports in whatever format your regulator specifies.

This is where Salesforce Development Services become valuable, extending Health Cloud with the patient experiences, clinical logic, consent workflows, integrations, and reporting requirements that are specific to each organisation.

Need Salesforce Developers for Healthcare?

Add experienced Salesforce developers for patient portals, clinical calculators, consent workflows, FHIR integrations, reporting, and healthcare-specific automation.

Hire Salesforce Developers

 

The Integration Surface

Healthcare integration is where most of the budget and most of the risk sits.

System typeTypical examplesStandardNotes
EHREpic, Cerner, Meditech, AllscriptsHL7 v2, FHIR R4Salesforce provides a pre-built FHIR framework
Practice managementVaries widelyREST, proprietaryOften the messiest integration
Claims and billingPayer clearinghousesX12 EDIRarely FHIR; usually needs middleware
Lab and diagnosticsLIS platformsHL7 v2Results in, orders out
Patient engagementSMS, email, telehealthRESTConsent state must flow through

Two Things Worth Knowing:

  • Salesforce’s pre-built FHIR integration framework reduces custom development substantially, but it still requires meaningful configuration. Plan six to ten weeks for a first EHR integration rather than assuming it’s a connector you switch on.
  • HL7 v2 and FHIR are not the same thing, and plenty of EHR estates still run v2 for real-time messaging. If your integration partner talks only about FHIR, ask what they’ll do about v2 interfaces.

Related: Salesforce API integration · Salesforce integration guide

What It Costs

Cost bands for healthcare Salesforce builds range from custom fields at 3 to 10 thousand dollars up to custom HL7 integration at 60 to 180 thousand

Cost bands for healthcare Salesforce builds range from custom fields at 3 to 10 thousand dollars up to custom HL7 integration at 60 to 180 thousand

The healthcare premium is real; comparable builds cost roughly 25–40% more than in unregulated industries, and it isn’t the code; it’s the testing, the documentation, the validation evidence, and the security review that regulated environments require.

  • Licences Sit On Top: Health Cloud lists from around $325 per user per month, rising for Unlimited and Einstein 1 editions. Mid-market implementations commonly land between $80,000 and $200,000 before ongoing development.

Discovery is heavier here than elsewhere, and cutting it is a false economy. A proper healthcare discovery produces a data model, an integration architecture document, a care plan template library, a persona matrix, and a HIPAA risk assessment. The gap between what administrators think clinical staff does and what they actually do is consistently larger than anyone expects.

Those costs also make the delivery model important. The in-house vs outsourced Salesforce development decision should account for healthcare-specific skills, compliance requirements, project duration, and the need for ongoing maintenance.

The Mistakes That Cost Most

  • Rebuilding The Clinical Data Model: Covered above, and it’s the expensive one.
  • Treating Compliance As A Phase: It runs alongside the build. Retrofitting FLS enforcement and audit trails across a finished system costs multiples of building them in.
  • Developing Against Unmasked PHI: Common, and indefensible in an audit.
  • Assuming The BAA Covers Everything: Check which services are in scope before you architect on one.
  • Underestimating Clinical Stakeholder Time: Nurses and clinicians are the users, and they’re the hardest people in any organisation to get into a requirements workshop.
  • Building For The Process Rather Than Fixing It: Automating a broken referral pathway makes it faster and harder to change.

Where to Go Next

For the compliance framework in more depth, see Salesforce compliance and data security.

For the integration surface, Salesforce integration and Salesforce API integration.

For the build decision, configuration vs customization and custom Salesforce development.

For budgeting, Salesforce customization cost.

For protecting PHI in lower environments, Salesforce sandboxes explained.

The complete Salesforce development guide is the hub.

Before You Scope a Healthcare Build

The first thing we do on a healthcare Salesforce enquiry is check what’s already standard.

It’s a slightly awkward opening, because it usually means the scope shrinks – but rebuilding Health Cloud’s clinical model is the single most expensive mistake in this sector, and it’s easier to prevent than to unwind.

We’re a certified Salesforce Consulting Partner with developers, architects and consultants across the US, UK, Australia, Canada, UAE and India.

On a scoping call, we’ll tell you which requirements are standard configuration, which genuinely need code, and where the compliance workstream has to run alongside the build rather than after it.

Ready to Scope Your Healthcare Salesforce Build?

Tell us what Health Cloud already covers, where your workflows need extension, and which compliance and integration requirements need custom development.

Talk to Our Team

FAQs

Salesforce is HIPAA-eligible: it signs a BAA covering Health Cloud and select Enterprise editions of Sales and Service Cloud. Compliance depends on your configuration – sharing rules, field-level security, access management, and audit practices remain your responsibility, and the BAA covers a defined list of services rather than the whole platform.

Health Cloud for anything genuinely clinical; its FHIR-aligned data model, care plans, and referral management would otherwise be a large custom build you then maintain forever. Service Cloud is fine for administrative use cases with no PHI and no clinical model.

No. Health Cloud provides Patient (as Person Account), Care Plan, Care Team, Clinical Encounter, Condition, and Medication as standard, aligned to FHIR release 4. Building custom equivalents costs six figures and breaks your ability to use Salesforce’s FHIR integration framework.

Through HL7 v2 and FHIR R4, Salesforce provides a pre-built FHIR integration framework that reduces custom development considerably, though it still needs significant configuration – plan six to ten weeks for a first EHR integration rather than treating it as a switch-on connector.

Individual builds range from around $3,000 for configuration work to $180,000 for a complex non-standard HL7 integration. Mid-market Health Cloud implementations commonly run $80,000–$200,000 before ongoing development, with licences from roughly $325 per user per month on top.

Roughly 25 – 40% more than comparable unregulated work – driven by testing rigour, documentation, validation evidence, and security review rather than by the code itself. Discovery is also heavier, because clinical workflows need mapping rather than assuming.

They shouldn’t. Full and Partial Copy sandboxes bring real PHI into a lower-security environment. Run Salesforce Data Mask before granting access, and treat that as a non-negotiable step in your environment strategy.

It drives the requirement for patient access to their own records and for standards-based exchange, which is why FHIR alignment matters beyond convenience. If patient-facing data access is in scope, treat interoperability as a design constraint rather than a later phase.

It’s being deployed for patient intake, triage support, and administrative deflection. The constraints are the ones you’d expect – grounding quality, guardrails against clinical advice, audit trail, and confirming the capability sits within your BAA scope.

Vaibhav Sharma

Vaibhav Sharma

A Salesforce specialist with over 15 years in the field, Vaibhav Sharma has built his career at the intersection of CRM strategy and enterprise transformation. As the driving force behind Salesforce innovation at DianApps, he architects solutions across Sales Cloud, Service Cloud, and Experience Cloud that turn fragmented customer data into unified growth engines. His work spans a 360-degree perspective in BFSI, healthcare, and retail, where he's known for engineering platforms that don't just go live, they move revenue and retention numbers. Vaibhav's edge lies in reading where Salesforce is headed next, from AI-powered automation, AgentExchange to Agentforce, and translating that foresight into roadmaps enterprise leaders can act on today.

Leave a Comment

Your email address will not be published. Required fields are marked *

Get a free Quote

You will receive a reply in 2 min and your idea is completely safe with us.

7 + 4 = ?
  • In just 2 mins you will get a response
  • Your idea is 100% protected by our Non Disclosure Agreement
Add us as a preferred source on Google »

Looking for something specific?