POST API/V1/Patients/{patientId}/PlannedDoses
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | integer |
Required |
Body Parameters
Collection of iMDsoft.API.Metavision.Data.Doses.PlannedDose| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The dose Guid. This Guid is the same across multiple dose instance id's |
globally unique identifier |
None. |
| DoseInstanceId |
Unique dose instance ID in MetaVision. |
integer |
None. |
| PatientId |
Unique patient ID in MetaVision. Can be obtained via Get Patient. |
integer |
None. |
| OrderId |
MetaVision order ID. |
integer |
None. |
| OrderGuid |
Represents the order guid. |
globally unique identifier |
None. |
| Route |
Route, e.g. "IV" or "Per Os". The route the dose was planned with will be returned. If the dose has no route, null will be returned. |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
| Location |
Location e.g. "left arm". The location the dose was planned with will be returned. If the dose has no location, null will be returned. |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
| StartTime |
The start time the dose was planned with. |
date |
None. |
| EnteredByUser |
The user who performed the latest action, limited to these actions: create | modify. |
string |
None. |
| EnteredTime |
Latest action time (the time the action was performed) limited to the following actions: create | modify. |
date |
None. |
| UpdateTime |
Latest action time (the time the action was performed). |
date |
None. |
| OrderedByUser |
The user on whose behalf the action was perfomed, limited to the following actions: create | modify. In the case of mark not administered/skipped, or in the case that there was no OrderedByUser, then OrderedByUser = EnteredByUser. |
string |
None. |
| CoSignPreparationUser |
The user who co-signed the dose for preparation. |
string |
None. |
| DosingWeightType |
Can be one of the following: adjusted-body-weight | admission-weight | dry-weight | lean-body-weight | ideal-weight | birth-weight | wet-weight. |
string |
None. |
| Weight |
The patient weight that the dose was planned with. |
decimal number |
None. |
| WeightUnit |
The weight parameter unit as customized at the database level. |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
| Status |
Specifies the current state of the dose. |
string |
None. |
| StatusReasonId |
Reason id for the current status. Relevant only to skipped | undo skipped | mark not administered. (Mark as error is not supported). Refers to the last status of dose. in other case it should be null. |
integer |
None. |
| StatusReason |
Reason for the current status. Relevant only to skipped | undo skipped | mark not administered. (Mark as error is not supported). Refers to the last status of dose. |
string |
None. |
| StatusReasonComments |
Additional comments accompanying the status reason. |
string |
None. |
| HasWarning |
Indicates whether the dose has a warning. |
boolean |
None. |
| Comments |
Comments entered for the dose. |
string |
None. |
| IsSelfAdministered |
Indicates whether the dose is self administered. |
boolean |
None. |
| Rate |
The drip rate at which the medication should be administered. Whether the main component is in mass or volume unit, rate will be returned (not dose). |
iMDsoft.API.Metavision.Data.Data.DripUnitNameAndValueOfSystem.Decimal |
None. |
| InfuseOver |
The duration for which the medication should be infused over. |
iMDsoft.API.Metavision.Data.Data.UnitNameAndValueOfSystem.Decimal |
None. |
| DispenseStatus |
Dispense Status |
iMDsoft.API.Metavision.Data.Doses.Enums.DispenseStatusEnum |
None. |
| OrderComponents |
List of order components. Represents the dose details grid in the Dose Entry window in MetaVision. |
Collection of iMDsoft.API.Metavision.Data.Doses.OrderComponent |
None. |
| DosePreparationStatus |
Dose preparation status |
iMDsoft.API.Metavision.Data.Doses.Enums.DosePreparationStatusEnum |
None. |
| DosePreparationUser |
Dose preparation user |
string |
None. |
| DosePreparationTime |
Dose preparation time |
date |
None. |
| DisplayStatus |
Dose display status |
string |
None. |
| OrderStatus |
Order status |
string |
None. |
| IsPRN |
Is PRN |
boolean |
None. |
| CoSignForPreparationAction |
CoSignForPreparation requirements for current user/role for this dose |
iMDsoft.API.Metavision.Data.Doses.Enums.CoSignEnum |
None. |
| CoSignForAdministrationAction |
CoSignForAdministration requirements for current user/role for this dose |
iMDsoft.API.Metavision.Data.Doses.Enums.CoSignEnum |
None. |
| AttachedForms |
Attached Forms |
Collection of iMDsoft.API.Metavision.Data.Doses.AttachedForm |
None. |
| DbTimeStamp |
SQL Time stamp |
Collection of byte |
None. |
| DetectedIssues |
Detected Issues |
Collection of iMDsoft.API.Metavision.Data.Doses.DetectedIssue |
None. |
| ActionTime |
Action time. in offline case we also support the former report not in the future. |
date |
None. |
| OrderingStyle |
Represents the ordering style in the MetaVision order. |
iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.OrderingStyleEnum |
None. |
| IsConditional | boolean |
None. |
|
| ConditionalIndication | string |
None. |
Request Formats
application/json, text/json
[
{
"id": "c427b070-4a93-44fc-adc8-4cda7e4cc019",
"doseInstanceId": 2,
"patientId": 3,
"orderId": 4,
"orderGuid": "be81baed-2fe7-4b86-a418-af0b08185d2a",
"route": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"location": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"startTime": "2026-01-02T00:30:17.2057212+02:00",
"enteredByUser": "sample string 6",
"enteredTime": "2026-01-02T00:30:17.2057212+02:00",
"updateTime": "2026-01-02T00:30:17.2057212+02:00",
"orderedByUser": "sample string 9",
"coSignPreparationUser": "sample string 10",
"dosingWeightType": "sample string 11",
"weight": 1.0,
"weightUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"status": "sample string 12",
"statusReasonId": 1,
"statusReason": "sample string 13",
"statusReasonComments": "sample string 14",
"hasWarning": true,
"comments": "sample string 16",
"isSelfAdministered": true,
"rate": {
"dripUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"infuseOver": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"dispenseStatus": "NotOrdered",
"orderComponents": [
{
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"medicationDoseForm": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"ampouleDiluent": {
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"product": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
}
},
"concentrationRatio": {
"value": 1.0,
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volumeUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
}
},
"products": [
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
},
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
}
],
"componentType": "None"
},
{
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"medicationDoseForm": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"ampouleDiluent": {
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"product": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
}
},
"concentrationRatio": {
"value": 1.0,
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volumeUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
}
},
"products": [
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
},
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
}
],
"componentType": "None"
}
],
"dosePreparationStatus": "Unprepared",
"dosePreparationUser": "sample string 18",
"dosePreparationTime": "2026-01-02T00:30:17.2057212+02:00",
"displayStatus": "sample string 19",
"orderStatus": "sample string 20",
"isPRN": true,
"coSignForPreparationAction": "NotRequired",
"coSignForAdministrationAction": "NotRequired",
"attachedForms": [
{
"formId": "22daeefe-746f-4a9e-af55-92dfe248212d",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "04c24c00-0ce9-4fec-a3ce-6ceea0407689",
"isCrossPlatform": true
},
{
"formId": "22daeefe-746f-4a9e-af55-92dfe248212d",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "04c24c00-0ce9-4fec-a3ce-6ceea0407689",
"isCrossPlatform": true
}
],
"dbTimeStamp": "QEA=",
"detectedIssues": [
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
},
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
}
],
"actionTime": "2026-01-02T00:30:17.2057212+02:00",
"orderingStyle": "None",
"isConditional": true,
"conditionalIndication": "sample string 23"
},
{
"id": "c427b070-4a93-44fc-adc8-4cda7e4cc019",
"doseInstanceId": 2,
"patientId": 3,
"orderId": 4,
"orderGuid": "be81baed-2fe7-4b86-a418-af0b08185d2a",
"route": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"location": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"startTime": "2026-01-02T00:30:17.2057212+02:00",
"enteredByUser": "sample string 6",
"enteredTime": "2026-01-02T00:30:17.2057212+02:00",
"updateTime": "2026-01-02T00:30:17.2057212+02:00",
"orderedByUser": "sample string 9",
"coSignPreparationUser": "sample string 10",
"dosingWeightType": "sample string 11",
"weight": 1.0,
"weightUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"status": "sample string 12",
"statusReasonId": 1,
"statusReason": "sample string 13",
"statusReasonComments": "sample string 14",
"hasWarning": true,
"comments": "sample string 16",
"isSelfAdministered": true,
"rate": {
"dripUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"infuseOver": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"dispenseStatus": "NotOrdered",
"orderComponents": [
{
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"medicationDoseForm": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"ampouleDiluent": {
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"product": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
}
},
"concentrationRatio": {
"value": 1.0,
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volumeUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
}
},
"products": [
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
},
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
}
],
"componentType": "None"
},
{
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"medicationDoseForm": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"ampouleDiluent": {
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"product": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
}
},
"concentrationRatio": {
"value": 1.0,
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volumeUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
}
},
"products": [
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
},
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
}
],
"componentType": "None"
}
],
"dosePreparationStatus": "Unprepared",
"dosePreparationUser": "sample string 18",
"dosePreparationTime": "2026-01-02T00:30:17.2057212+02:00",
"displayStatus": "sample string 19",
"orderStatus": "sample string 20",
"isPRN": true,
"coSignForPreparationAction": "NotRequired",
"coSignForAdministrationAction": "NotRequired",
"attachedForms": [
{
"formId": "22daeefe-746f-4a9e-af55-92dfe248212d",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "04c24c00-0ce9-4fec-a3ce-6ceea0407689",
"isCrossPlatform": true
},
{
"formId": "22daeefe-746f-4a9e-af55-92dfe248212d",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "04c24c00-0ce9-4fec-a3ce-6ceea0407689",
"isCrossPlatform": true
}
],
"dbTimeStamp": "QEA=",
"detectedIssues": [
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
},
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
}
],
"actionTime": "2026-01-02T00:30:17.2057212+02:00",
"orderingStyle": "None",
"isConditional": true,
"conditionalIndication": "sample string 23"
}
]
application/x-www-form-urlencoded
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Doses.DoseResultOfiMDsoft.API.Metavision.Data.Doses.PlannedDose| Name | Description | Type | Additional information |
|---|---|---|---|
| DoseData | iMDsoft.API.Metavision.Data.Doses.PlannedDose |
None. |
|
| DoseId | globally unique identifier |
None. |
|
| DoseInstanceId | integer |
None. |
|
| TemplateId | integer |
None. |
|
| TemplateInstanceGuid | globally unique identifier |
None. |
|
| ValidationErrors | Collection of iMDsoft.API.Metavision.Data.Doses.ValidationError |
None. |
|
| DetectedIssues | Collection of iMDsoft.API.Metavision.Data.Doses.DetectedIssue |
None. |
|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
[
{
"doseData": {
"id": "bf410a0a-77dd-4635-9a29-61caef3a19b6",
"doseInstanceId": 2,
"patientId": 3,
"orderId": 4,
"orderGuid": "95bf5bde-bfcc-443e-8c25-d795ccbe50bb",
"route": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"location": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"startTime": "2026-01-02T00:30:17.2212474+02:00",
"enteredByUser": "sample string 6",
"enteredTime": "2026-01-02T00:30:17.2212474+02:00",
"updateTime": "2026-01-02T00:30:17.2212474+02:00",
"orderedByUser": "sample string 9",
"coSignPreparationUser": "sample string 10",
"dosingWeightType": "sample string 11",
"weight": 1.0,
"weightUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"status": "sample string 12",
"statusReasonId": 1,
"statusReason": "sample string 13",
"statusReasonComments": "sample string 14",
"hasWarning": true,
"comments": "sample string 16",
"isSelfAdministered": true,
"rate": {
"dripUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"infuseOver": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"dispenseStatus": "NotOrdered",
"orderComponents": [
{
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"medicationDoseForm": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"ampouleDiluent": {
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"product": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
}
},
"concentrationRatio": {
"value": 1.0,
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volumeUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
}
},
"products": [
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
},
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
}
],
"componentType": "None"
},
{
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"medicationDoseForm": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"ampouleDiluent": {
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"product": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
}
},
"concentrationRatio": {
"value": 1.0,
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volumeUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
}
},
"products": [
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
},
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
}
],
"componentType": "None"
}
],
"dosePreparationStatus": "Unprepared",
"dosePreparationUser": "sample string 18",
"dosePreparationTime": "2026-01-02T00:30:17.2212474+02:00",
"displayStatus": "sample string 19",
"orderStatus": "sample string 20",
"isPRN": true,
"coSignForPreparationAction": "NotRequired",
"coSignForAdministrationAction": "NotRequired",
"attachedForms": [
{
"formId": "24fd8883-4fb9-4eac-9086-5ae6c4236781",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "f3f882bb-560e-4b30-8d5d-6e1882688ae3",
"isCrossPlatform": true
},
{
"formId": "24fd8883-4fb9-4eac-9086-5ae6c4236781",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "f3f882bb-560e-4b30-8d5d-6e1882688ae3",
"isCrossPlatform": true
}
],
"dbTimeStamp": "QEA=",
"detectedIssues": [
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
},
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
}
],
"actionTime": "2026-01-02T00:30:17.2212474+02:00",
"orderingStyle": "None",
"isConditional": true,
"conditionalIndication": "sample string 23"
},
"doseId": "2e0f6ca9-7fe4-457d-991e-23640073ac68",
"doseInstanceId": 1,
"templateId": 1,
"templateInstanceGuid": "5d6a15f1-91a2-48d2-9596-7c8525e2599a",
"validationErrors": [
{
"errorCode": 0,
"description": "sample string 1"
},
{
"errorCode": 0,
"description": "sample string 1"
}
],
"detectedIssues": [
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
},
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
}
],
"isSuccess": true
},
{
"doseData": {
"id": "bf410a0a-77dd-4635-9a29-61caef3a19b6",
"doseInstanceId": 2,
"patientId": 3,
"orderId": 4,
"orderGuid": "95bf5bde-bfcc-443e-8c25-d795ccbe50bb",
"route": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"location": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"startTime": "2026-01-02T00:30:17.2212474+02:00",
"enteredByUser": "sample string 6",
"enteredTime": "2026-01-02T00:30:17.2212474+02:00",
"updateTime": "2026-01-02T00:30:17.2212474+02:00",
"orderedByUser": "sample string 9",
"coSignPreparationUser": "sample string 10",
"dosingWeightType": "sample string 11",
"weight": 1.0,
"weightUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"status": "sample string 12",
"statusReasonId": 1,
"statusReason": "sample string 13",
"statusReasonComments": "sample string 14",
"hasWarning": true,
"comments": "sample string 16",
"isSelfAdministered": true,
"rate": {
"dripUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"infuseOver": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"dispenseStatus": "NotOrdered",
"orderComponents": [
{
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"medicationDoseForm": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"ampouleDiluent": {
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"product": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
}
},
"concentrationRatio": {
"value": 1.0,
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volumeUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
}
},
"products": [
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
},
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
}
],
"componentType": "None"
},
{
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"medicationDoseForm": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"ampouleDiluent": {
"medication": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"product": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
}
},
"concentrationRatio": {
"value": 1.0,
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"volumeUnit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
}
},
"products": [
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
},
{
"key": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"quantityVolume": {
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"value": 1.0
},
"barcodeInformation": "sample string 1",
"substitution": {
"disallowed": true,
"reason": "sample string 2"
}
}
],
"componentType": "None"
}
],
"dosePreparationStatus": "Unprepared",
"dosePreparationUser": "sample string 18",
"dosePreparationTime": "2026-01-02T00:30:17.2212474+02:00",
"displayStatus": "sample string 19",
"orderStatus": "sample string 20",
"isPRN": true,
"coSignForPreparationAction": "NotRequired",
"coSignForAdministrationAction": "NotRequired",
"attachedForms": [
{
"formId": "24fd8883-4fb9-4eac-9086-5ae6c4236781",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "f3f882bb-560e-4b30-8d5d-6e1882688ae3",
"isCrossPlatform": true
},
{
"formId": "24fd8883-4fb9-4eac-9086-5ae6c4236781",
"formName": "sample string 2",
"isMandatory": true,
"callerId": "f3f882bb-560e-4b30-8d5d-6e1882688ae3",
"isCrossPlatform": true
}
],
"dbTimeStamp": "QEA=",
"detectedIssues": [
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
},
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
}
],
"actionTime": "2026-01-02T00:30:17.2212474+02:00",
"orderingStyle": "None",
"isConditional": true,
"conditionalIndication": "sample string 23"
},
"doseId": "2e0f6ca9-7fe4-457d-991e-23640073ac68",
"doseInstanceId": 1,
"templateId": 1,
"templateInstanceGuid": "5d6a15f1-91a2-48d2-9596-7c8525e2599a",
"validationErrors": [
{
"errorCode": 0,
"description": "sample string 1"
},
{
"errorCode": 0,
"description": "sample string 1"
}
],
"detectedIssues": [
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
},
{
"issueId": "None",
"description": "sample string 1",
"severity": "Minor",
"requiredMitigation": "Acknowledge",
"mitigation": {
"acknowledged": true,
"coSignUser": "sample string 2",
"reason": "sample string 3"
}
}
],
"isSuccess": true
}
]