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.
Patient Communication Language Input
The PatientCommunicationLanguage FHIR object maps to the PersonLanguage object in Salesforce.
- JSON example
-
1"PatientCommunicationLanguage": [ 2 { 3 "language": "High Elvish", 4 "preferenceRank": 2 5 } 6 ] - 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 language String The language used by the person. Optional 53.0 preferenceRank Integer The ranked order of preference the person has for the language as a medium of communication. Optional 53.0