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