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 |