Newer Version Available

This content describes an older version of this product. View Latest

FHIR Reference Input

The input representation for the Reference FHIR object.
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 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