Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
FHIR Reference Input
- Root XML tag
- <FhirReferenceInput>
- JSON example
-
1{ 2 "reference": { 3 "referenceResource": "practitioner", 4 "referenceId": "ABCId", 5 "relationship": "Oncologist" 6 } 7} - Properties
-
Name Type Description Required or Optional Available Version referenceId String The ID of the medication or practitioner (healthcare provider) record or the managing organization (account) record in the source system. Required 53.0 referenceResource String The FHIR resource referred to. For example, organization or practitioner. Required 53.0 relationship String The relationship between the patient and the healthcare provider or the managing organization, stored using the Reciprocal Roles records. Optional 53.0 salesforceId String The Salesforce ID of the record that’s created in Salesforce. Required 54.0