FHIR Codeable Concept Input

Input representation for the Codeable​Concept FHIR object.

The Codeable​Concept FHIR object maps to the CodeSetBundle object in Salesforce.

Root XML tag
<FhirCodeableConceptInput>
JSON example
{
   "codeableConcept": {
      "text": "Burn of Ear",
      "coding": [ {
        "display": "Burn of ear",
        "code": "1234567",
        "system": "http://sfdc.co",
        "version": "2.16.840.1.113883.6.96",
        "isActive": true,
        "isPrimary": true,
        "use": "Clinical",
        "userSelected": true,
        "startDate": "1993-11-09T15:40:30.000Z",
        "endDate": "2021-08-24T17:00:00.000Z",
        "additionalInformation": [ {
          "fieldName": "IsCustomCode",
          "dataType": "boolean",
          "fieldValue": true
        } ]
       }, {
        "display": "Burn of ear",
        "code": "9876543",
        "system": "http://sfdc.org",
        "version": "3.17.841.2.113884.7.97",
        "isActive": true,
        "isPrimary": true,
        "use": "Clinical",
        "userSelected": true,
        "startDate": "1997-01-25T03:40:30.000Z",
        "endDate": "2021-08-24T05:00:00.000Z",
        "additionalInformation": [ {
              "fieldName": "IsCustomCode",
              "dataType": "boolean",
              "fieldValue": true
        }
      } ]
   }
}
Properties
Name Type Description Required or Optional Available Version
additional​Information 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