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 Contact Point Input
The ContactPoint FHIR object maps to the ContactPoint object in Salesforce.
- JSON example
-
1{ 2 "ContactPoint": [ { 3 "system": "email", 4 "value": "a@bc.com", 5 "use": "office", 6 "rank": "1", 7 "periodStart": "1998-05-26T15:40:30.000Z", 8 "periodEnd": "2021-08-09T15:40:30.000Z" 9 } ] 10} - Properties
-
Name Type Description Required or Optional Available Version additionalInformation Custom Field Value Input[] Adds additional information to any fields not mapped in this API. Optional 53.0 periodEnd String The date until when the contact detail is active. Optional 53.0 periodStart String The date from when the contact detail is active. Optional 53.0 rank Integer The preference rank of the contact detail among all the contact details associated with a person. Optional 53.0 system String The system of the contact detail. For example, email and phone. Optional 53.0 use String The usage type of the contact detail. For example, home and office. Optional 53.0 value String The actual details of the patient’s contact point phone record stored in the ContactPointPhone.TelephoneNumber. ContactPointPhone.AreaCode, ContactPointPhone.ExtensionNumber, and Contact.Email fields. Optional 53.0