Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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