GET API/V1/Patients/{PatientId}/PlannedTasksProcesses
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Key |
Key.Id: Returns all tasks/processes for the selected patient, for which the task/process id equals the specified task/process id. Key.Code: Returns all tasks/processes for the selected patient, for which the task/process code contains the specified task/process code. |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
Type |
Returns either all tasks or all timed processes. |
string |
None. |
TimeRunningLessThan |
TimeRunning definition: TimeRunning filter is not relevant for tasks, however is relevant to initiated processes(and of course validated processes). If EndTime exists and is in the past, then TimeRunning = EndTime minus StartTime. If EndTime does not exist or is in the future, then TimeRunning = Current time minus StartTime. TimeRunningLessThan returns all processes for which their time running is less than the specified number, inclusive. Supports the following time intervals: minutes (m), hours(hr) and days(d). |
string |
None. |
TimeRunningGreaterThan |
TimeRunning definition: TimeRunning filter is not relevant for tasks, however is relevant to initiated processes(and of course validated processes). If EndTime exists and is in the past, then TimeRunning = EndTime minus StartTime. If EndTime does not exist or is in the future, then TimeRunning = Current time minus StartTime. TimeRunningGreaterThan returns all processes for which their time running is more than the specified number, inclusive. Supports the following time intervals: minutes (m), hours(hr) and days(d). |
string |
None. |
Location |
Location.Id: Returns all tasks/processes with route id equal to the specified location id. Location.Code: Returns all tasks/processes with route code which contains the specified location code. |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
IsMobileRelated |
IsMobileRelated: Determines rather mobile search properties logic should be enforced. |
boolean |
None. |
PatientId |
Returns all doses for the selected patient. |
integer |
None. |
StartTimeBefore |
Returns all doses for the selected patient, with a start time earlier than or equal to the specified time. The value is an RFC 3339 formatted date-time value(1970-01-01T00:00:00Z |
date |
None. |
StartTimeAfter |
Returns all doses for the selected patient, with a start time later than or equal to the specified time. The value is an RFC 3339 formatted date-time value(1970-01-01T00:00:00Z |
date |
None. |
EndTimeBefore |
Returns all doses for the selected patient, with an end time earlier than or equal to the specified time. Initiated doses will not be returned. The value is an RFC 3339 formatted date-time value(1970-01-01T00:00:00Z). |
date |
None. |
EndTimeAfter |
Returns all doses for the selected patient, with an end time later than or equal to the specified time. Initiated doses will be returned. The value is an RFC 3339 formatted date-time value(1970-01-01T00:00:00Z). |
date |
None. |
Status |
Returns all doses for the selected patient, with status equal to any of the following: in-progress-running | not-done-skipped | on-hold | completed | stopped | in-progress-initiated | not-done-not-administered. (entered-in-error status is not supported). If this field is not used, then the doses that will be returned by default will be doses in status= in-progress-running | on-hold | completed | stopped | in-progress-initiated. Can filter by multiple statuses, each separated by a comma. |
string |
None. |
MedicationGroupSet |
Returns all doses for the selected patient, filtered by the main orderable medication which fits within the assigned medication group set's medication group. Enter with the format MedicationGroupSet.Name={SetName}&MedicationGroupSet.Group={GroupName} Only customized medication group sets can be used - "Not assigned" and "Partial Data Products" cannot be used. It is possible to get only a single medication group. The query should contain both the medication group set and the medication group, otherwise if both are not provided the result will be empty. |
iMDsoft.API.Metavision.Data.Data.MedicationGroupSet |
None. |
Route |
Route.Id: returns all doses with route id equal to the specified route id. Route.Code: returns all doses with route code which contains the specified route code. |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
LastUpdateSince |
Returns all doses which were last updated on or after the specified date & time. The value is an RFC 3339 formatted date-time value(1970-01-01T00:00:00Z). |
date |
None. |
IsSelfAdministered |
Returns all self administered or not self administered doses. |
boolean |
None. |
PreparationStatus |
Dose preparation status |
iMDsoft.API.Metavision.Data.Doses.Enums.DosePreparationStatusEnum |
None. |
IsPrn |
Return the prn doses acording to the flag. |
boolean |
None. |
OrderId |
Returns all doses for the selected patient with this order id. |
integer |
None. |
Sort |
Returns all doses sort according to sort parameter. |
iMDsoft.API.Metavision.Data.Doses.Enums.DoseSearchPropertiesSortEnum |
None. |
Count |
Returns number of doses. |
integer |
None. |
OrderGuid |
Returns all doses for the selected patient with this order guid. |
globally unique identifier |
None. |
DbTimeStamp |
Sql time stamp |
string |
None. |
HideSections |
Hide sections |
boolean |
None. |
PatientId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Doses.TaskProcessDataModels.TaskProcessName | Description | Type | Additional information |
---|---|---|---|
Sections |
Represents the process sections information. For example, a process that is paused and then resumed later will have two sections. |
Collection of iMDsoft.API.Metavision.Data.Doses.Section |
None. |
CoSignAdministrationUser |
The user who co-signed the task/process for administration (=validation). |
string |
None. |
JsonFhirMedicalDevice |
Constrains the representation of a statement about a medical device used by or implanted on the patient. |
string |
None. |
PatientId |
Unique patient ID in MetaVision. Can be obtained via Get Patient. |
integer |
None. |
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. |
OrderGuid |
Represents the order guid. |
globally unique identifier |
None. |
OrderId |
MetaVision order ID. |
integer |
None. |
Type |
Either task or process |
string |
None. |
Key |
Contains the parameter id, code and description of a MetaVision task/process, for example, "Abdominal drain". |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
Route |
Route, e.g. "Intralesional". The route the task/process was validated 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. "Abdomen – Left". The location the task/process was validated with will be returned. If the dose has no location, null will be returned. |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
IsPRN |
Is PRN |
boolean |
None. |
StartTime |
The start time the task/process was validated with. |
date |
None. |
EndTime |
For tasks (type = task), end time = start time. For initiated processes, end time = null. In all other cases, the end time is simply the process end time. |
date |
None. |
Duration |
Time of duration. If it's a task or an initiated process, then duration=null |
decimal number |
None. |
DurationUnit |
DurationUnit. If it's a task or an initiated process, then DurationUnit=null |
iMDsoft.API.Metavision.Data.Doses.Enums.TimeUnitEnum |
None. |
EffortNumberOfCareGivers |
The number of care givers required for the performance of the task (relevant only to Type = Task). |
integer |
None. |
EffortDuration |
The task duration (in minutes) required for the performance of the task (relevant only to Type = Task). |
integer |
None. |
EnteredTime |
The latest action time (the time the action was performed), limited to the following actions: Validated | initiated | mark not administered | skipped | revised. |
date |
None. |
EnteredByUser |
The user who performed the latest action, limited to the following actions: Validated | initiated | mark not administered | skipped | revised. |
string |
None. |
OrderedByUser |
The user on whose behalf the action was performed, limited to the following actions: validated | initiated | revised. In the case of mark not administered | skipped, or in the case that there was not any OrderedByUser, then OrderedByUser = EnteredByUser. |
string |
None. |
CoSignPreparationUser |
The user who co-signed the task/process for preparation. |
string |
None. |
Status |
Specifies the current state of the dose. Can be one of the following (status name taken from FHIR, MV status name in parenthesis): in-progress-running(validated but not finished) | not-done-skipped(skipped) | on-hold(paused) | completed(finished) | stopped(stopped) | in-progress-initiated(Initiated) | not-done-not-administered(marked not administered). By default, if the request does not contain a status query string, then the doses that will be returned will be doses in status= in-progress-running | on-hold | completed | stopped | in-progress-initiated. Doses in status entered-in-error(marked as error) are not supported. |
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 not supported). Refers to the last status of dose. |
string |
None. |
StatusReasonComments |
Additional comments accompanying status reason. |
string |
None. |
HasWarning |
Indicates whether the task/process has a warning. |
boolean |
None. |
Comments |
Comments entered for the task/process. |
string |
None. |
IsSelfAdministered |
Indicates whether the dose is self administered. |
boolean |
None. |
UpdateTime |
Latest action time (the time the action was performed). |
date |
None. |
PreparationStatus |
Preparation status |
iMDsoft.API.Metavision.Data.Doses.Enums.DosePreparationStatusEnum |
None. |
PreparationUser |
The user who performed the last prepared/unprepared action |
string |
None. |
PreparationTime |
PreparationTime |
date |
None. |
DisplayStatus |
Task/Process in status planned may have different display statuses: pending, immediate, late and expired. For all the other statuses, DisplayStatus = Status. |
string |
None. |
OrderStatus |
OrderStatus |
string |
None. |
CoSignForPreparationAction |
CoSignForPreparationAction |
iMDsoft.API.Metavision.Data.Doses.Enums.CoSignEnum |
None. |
CoSignForAdministrationAction |
CoSignForAdministrationAction |
iMDsoft.API.Metavision.Data.Doses.Enums.CoSignEnum |
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 validated with. |
decimal number |
None. |
WeightUnit |
The weight parameter unit as customized at the database level. |
iMDsoft.API.Metavision.Data.Data.CodedElement |
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. |
IsConditional |
Is conditional |
boolean |
None. |
ConditionalIndication |
Conditional Indication |
string |
None. |
Response Formats
application/json, text/json
[ { "patientId": 3, "id": "c7b58458-80c8-4776-94da-a8244bd0e7d0", "doseInstanceId": 5, "orderGuid": "fa707d59-323d-4673-8049-45c71252657e", "orderId": 7, "type": "sample string 8", "key": { "id": 1, "code": "sample string 1", "description": "sample string 2" }, "route": { "id": 1, "code": "sample string 1", "description": "sample string 2" }, "location": { "id": 1, "code": "sample string 1", "description": "sample string 2" }, "isPRN": true, "startTime": "2024-11-07T02:29:47.8596653+02:00", "endTime": "2024-11-07T02:29:47.8596653+02:00", "duration": 1.0, "durationUnit": "Min", "effortNumberOfCareGivers": 1, "effortDuration": 1, "enteredTime": "2024-11-07T02:29:47.8596653+02:00", "enteredByUser": "sample string 11", "orderedByUser": "sample string 12", "coSignPreparationUser": "sample string 13", "status": "sample string 14", "statusReasonId": 1, "statusReason": "sample string 15", "statusReasonComments": "sample string 16", "hasWarning": true, "comments": "sample string 18", "isSelfAdministered": true, "updateTime": "2024-11-07T02:29:47.8596653+02:00", "preparationStatus": "Unprepared", "preparationUser": "sample string 21", "preparationTime": "2024-11-07T02:29:47.8596653+02:00", "displayStatus": "sample string 22", "orderStatus": "sample string 23", "coSignForPreparationAction": "NotRequired", "coSignForAdministrationAction": "NotRequired", "dosingWeightType": "sample string 24", "weight": 1.0, "weightUnit": { "id": 1, "code": "sample string 1", "description": "sample string 2" }, "attachedForms": [ { "formId": "6165e364-024a-4bf3-ac8e-5d756a8cb713", "formName": "sample string 2", "isMandatory": true, "callerId": "ff85f6da-9b22-4656-8833-ae8255079c62", "isCrossPlatform": true }, { "formId": "6165e364-024a-4bf3-ac8e-5d756a8cb713", "formName": "sample string 2", "isMandatory": true, "callerId": "ff85f6da-9b22-4656-8833-ae8255079c62", "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": "2024-11-07T02:29:47.8596653+02:00", "isConditional": true, "conditionalIndication": "sample string 26", "coSignAdministrationUser": "sample string 1", "sections": [ { "startTime": "2024-11-07T02:29:47.8596653+02:00", "endTime": "2024-11-07T02:29:47.8596653+02:00", "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 }, "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" } ] }, { "startTime": "2024-11-07T02:29:47.8596653+02:00", "endTime": "2024-11-07T02:29:47.8596653+02:00", "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 }, "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" } ] } ], "jsonFhirMedicalDevice": "sample string 2" }, { "patientId": 3, "id": "c7b58458-80c8-4776-94da-a8244bd0e7d0", "doseInstanceId": 5, "orderGuid": "fa707d59-323d-4673-8049-45c71252657e", "orderId": 7, "type": "sample string 8", "key": { "id": 1, "code": "sample string 1", "description": "sample string 2" }, "route": { "id": 1, "code": "sample string 1", "description": "sample string 2" }, "location": { "id": 1, "code": "sample string 1", "description": "sample string 2" }, "isPRN": true, "startTime": "2024-11-07T02:29:47.8596653+02:00", "endTime": "2024-11-07T02:29:47.8596653+02:00", "duration": 1.0, "durationUnit": "Min", "effortNumberOfCareGivers": 1, "effortDuration": 1, "enteredTime": "2024-11-07T02:29:47.8596653+02:00", "enteredByUser": "sample string 11", "orderedByUser": "sample string 12", "coSignPreparationUser": "sample string 13", "status": "sample string 14", "statusReasonId": 1, "statusReason": "sample string 15", "statusReasonComments": "sample string 16", "hasWarning": true, "comments": "sample string 18", "isSelfAdministered": true, "updateTime": "2024-11-07T02:29:47.8596653+02:00", "preparationStatus": "Unprepared", "preparationUser": "sample string 21", "preparationTime": "2024-11-07T02:29:47.8596653+02:00", "displayStatus": "sample string 22", "orderStatus": "sample string 23", "coSignForPreparationAction": "NotRequired", "coSignForAdministrationAction": "NotRequired", "dosingWeightType": "sample string 24", "weight": 1.0, "weightUnit": { "id": 1, "code": "sample string 1", "description": "sample string 2" }, "attachedForms": [ { "formId": "6165e364-024a-4bf3-ac8e-5d756a8cb713", "formName": "sample string 2", "isMandatory": true, "callerId": "ff85f6da-9b22-4656-8833-ae8255079c62", "isCrossPlatform": true }, { "formId": "6165e364-024a-4bf3-ac8e-5d756a8cb713", "formName": "sample string 2", "isMandatory": true, "callerId": "ff85f6da-9b22-4656-8833-ae8255079c62", "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": "2024-11-07T02:29:47.8596653+02:00", "isConditional": true, "conditionalIndication": "sample string 26", "coSignAdministrationUser": "sample string 1", "sections": [ { "startTime": "2024-11-07T02:29:47.8596653+02:00", "endTime": "2024-11-07T02:29:47.8596653+02:00", "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 }, "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" } ] }, { "startTime": "2024-11-07T02:29:47.8596653+02:00", "endTime": "2024-11-07T02:29:47.8596653+02:00", "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 }, "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" } ] } ], "jsonFhirMedicalDevice": "sample string 2" } ]