FHIR Codeable Concept Or ID Input

Input representation for FHIR Codeable Concept or ID.
Root XML tag
<FhirCodeableConceptOrIdInput>
JSON example
1{
2   "codeableConcept":{
3   "text":"Burn of Ear status reason",
4   "coding":[ {
5   "display":"Burn of status reasonn ear",
6   "code":"1234995607",
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   }
16   ] }
17}
Properties
Name Type Description Required or Optional Available Version
codeableConcept FHIR Codeable Concept Represents the CodeableConcept FHIR object. Required

Optional if salesforceId is specified.

Note

54.0
salesforceId String The ID of the Salesforce record. Required

Optional if codeableConcept is specified.

Note

54.0