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 Address Input
The Address FHIR object maps to the ContactPointAddress object in Salesforce.
- JSON example
-
1{ 2 "address": [ { 3 "use": "temp", 4 "type": "postal", 5 "city": "San Francisco", 6 "state": "California", 7 "country": "U.S", 8 "postalCode": "12345", 9 "line": "Salesforce", 10 "periodStart": "1999-11-09T15:40:30.000Z", 11 "periodEnd": "20202-01-02T15:40:30.000Z" 12 } ] 13} - 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 city String The city of the address. Optional 53.0 country String The country of the address. Optional 53.0 line String The street of the address. Optional 53.0 periodEnd String The date until when the address is active. Optional 53.0 periodStart String The date from when the address is active. Optional 53.0 postalCode String The postal code for the address. Optional 53.0 state String The state or province of the address. Optional 53.0 type String The type of address. For example, postal and physical. Optional 53.0 use String The usage type of the address. Optional 53.0