Newer Version Available

This content describes an older version of this product. View Latest

FHIR Medication Resource Input

The input representation of FHIR Medication.

The medication FHIR resource maps to the ​Medication object in Salesforce​.

Root XML tag
<FhirMedicationResourceInput>
JSON example
1{
2   "medicationReference":{
3   "referenceResource":"Medication",
4   "referenceId":"",
5   "salesforceId":"0itRM0000004CUkYAM",
6   "relationship":""
7}
Properties
Name Type Description Required or Optional Available Version
medicationCodeableConcept FHIR Codeable Concept Or ID Input The codeable concept value of the medication. Optional

This field must be specified if medicationReference is not specified.

Note

54.0
medicationReference FHIR Reference Input The reference of the medication request. Optional

This field must be specified if medicationCodeableConcept is not specified.

Note

54.0