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.
CodeableConcept
The CodeableConcept FHIR resource maps to the
CodeSetBundleBundle object in Salesforce.
FHIR V4.0 - Clinical Data Model Mapping
Here’s how the fields defined by FHIR for CodeableConcept map to the fields in Salesforce.
| Codeable Concept Resource | Salesforce Field | Type | Salesforce Cardinality | Notes |
|---|---|---|---|---|
| coding | CodeSetBundle.CodeSet1Id, CodeSetBundle.CodeSet2Id, CodeSetBundle.CodeSet3Id,… and CodeSetBundle.CodeSet15Id | Lookup: CodeSet | 0.1 | FHIR defines CodeableConcept.coding as a zero-to-many reference. However, the Salesforce implementation has flattened this into fifteen zero-to-one references to CodeSet |
| text | CodeSetBundle.Name | String | 0.1 | N/A |