Newer Version Available
FHIR Codeable Concept Input
The CodeableConcept FHIR object maps to the CodeSetBundle object in Salesforce.
- Root XML tag
- <FhirCodeableConceptInput>
- JSON example
-
1{ 2 "codeableConcept": { 3 "text": "Burn of Ear", 4 "coding": [ { 5 "display": "Burn of ear", 6 "code": "1234567", 7 "system": "http://sfdc.co", 8 "version": "2.16.840.1.113883.6.96", 9 "isActive": true, 10 "isPrimary": true, 11 "use": "Clinical", 12 "userSelected": true, 13 "startDate": "1993-11-09T15:40:30.000Z", 14 "endDate": "2021-08-24T17:00:00.000Z", 15 "additionalInformation": [ { 16 "fieldName": "IsCustomCode", 17 "dataType": "boolean", 18 "fieldValue": true 19 } ] 20 }, { 21 "display": "Burn of ear", 22 "code": "9876543", 23 "system": "http://sfdc.org", 24 "version": "3.17.841.2.113884.7.97", 25 "isActive": true, 26 "isPrimary": true, 27 "use": "Clinical", 28 "userSelected": true, 29 "startDate": "1997-01-25T03:40:30.000Z", 30 "endDate": "2021-08-24T05:00:00.000Z", 31 "additionalInformation": [ { 32 "fieldName": "IsCustomCode", 33 "dataType": "boolean", 34 "fieldValue": true 35 } 36 } ] 37 } 38} - 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 coding FHIR Coding Input[] The codes that are part of this codeableConcept. You can specify up to 15 codings for a concept. Optional 53.0 hash String The unique key that represents the concept with its combination of codings. If this value isn’t specified explicitly, a value is auto-generated by the system. Optional 53.0 recordId String recordId Optional 53.0 text String The human-readable textual representation of the concept represented by the codeableConcept and its codings. Optional 53.0