core.ordersetsyncresponse | Medplum
OrderSetSyncResponse interface
Vendor-neutral decoded response from the $sync-orderset custom operation (POST /fhir/R4/PlanDefinition/$sync-orderset). failedCount > 0 means the synced vendor order set carries fewer meds than the PlanDefinition.
Signature:
export interface OrderSetSyncResponse
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| failedCount | readonly |
number | |
| mode | readonly |
'created' | 'noop-already-synced' | |
| planDefinitionId? | readonly |
string | (Optional) |
| results | readonly |
OrderSetSyncSequenceResult | |
| scriptSureOrdersetId? | readonly |
number | (Optional) |
| syncedCount | readonly |
number |