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.
Medication Statement Output
- JSON example
-
1{ 2 "code": "200", 3 "errorCode": "", 4 "errorMessage": "", 5 "medicationStatementId": "0juRM00000000dDYAQ", 6 "status": "Success" 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| code | String | The code of the medication statement create request. | Big, 54.0 | 54.0 |
| errorCode | String | The error code in case of failure. | Big, 54.0 | 54.0 |
| errorMessage | String | The error message in case of failure. | Big, 54.0 | 54.0 |
| medicationStatementId | String | The ID of the medication statement that is generated after the request is successful. | Big, 54.0 | 54.0 |
| status | String | Indicates the status of the medication statement creation. | Big, 54.0 | 54.0 |