Call the API
Salesforce Healthcare API uses the following URL format, which aligns with the FHIR standard:
- Resource type - FHIR resource type
- API version - Version of the FHIR API
- FHIR version - Version of the FHIR standard
- FHIR module - Module of the FHIR resource
- Domain name:
- Production environment - api.healthcloud.salesforce.com
- Sandbox environment - api.healthcloud.salesforce.com/sandBox/
For example, to get information about a patient's condition from the production environment, make a GET request to this URL:
For more information, see the Salesforce Healthcare API reference.