eHealth Infrastructure - Local Development build (v2022.2). See the Directory of published versions
Official URL: https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-ssl-orders | Version: 2022.2 | |||
Active as of 2022-06-20 | Computable Name: schedule-ssl-orders |
This report contains SSL Orders
Order. Each Order is returned in a single JSon file.
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
All returned objects are SSL resources. See the SSL API description for details
{ ‘OrderDetails’: { ‘order’: { ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘threadId’: null, ‘identifiers’: null, ‘status’: null, ‘priority’: null, ‘notes’: null, ‘buyer’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER’, ‘seller’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER’, ‘sellerDeliveryContactEmail’: null, ‘carePlanRef’: null, ‘carePlanTitle’: null, ‘earliestDeliveryDate’: null, ‘latestDeliveryDate’: null, ‘receiver’: null }, ‘orderLines’: [{ ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE’, ‘order’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘status’: null, ‘item’: null, ‘agreedDate’: null, ‘device’: null } ], ‘traceLines’: [{ ‘id’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1’, ‘timestamp’: ‘2019-12-24T18:00:00Z’, ‘createdByOrganization’: null, ‘createdByUser’: null, ‘text’: null, ‘supplementaryText’: null, ‘order’: ‘https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER’, ‘orderLine’: null, ‘statusChange’: null } ] } }
OPERATION: schedule-ssl-orders
The official URL for this operation definition is:
https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-schedule-ssl-orders
This report contains SSL Orders
Order. Each Order is returned in a single JSon file.
Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.
All returned objects are SSL resources. See the SSL API description for details
{
'OrderDetails': {
'order': {
'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',
'threadId': null,
'identifiers': null,
'status': null,
'priority': null,
'notes': null,
'buyer': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER',
'seller': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER',
'sellerDeliveryContactEmail': null,
'carePlanRef': null,
'carePlanTitle': null,
'earliestDeliveryDate': null,
'latestDeliveryDate': null,
'receiver': null
},
'orderLines': [{
'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE',
'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',
'status': null,
'item': null,
'agreedDate': null,
'device': null
}
],
'traceLines': [{
'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1',
'timestamp': '2019-12-24T18:00:00Z',
'createdByOrganization': null,
'createdByUser': null,
'text': null,
'supplementaryText': null,
'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',
'orderLine': null,
'statusChange': null
}
]
}
}
URL: [base]/$schedule-ssl-orders
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | anonymization | 1..1 | string | ||
IN | organization | 0..1 | Reference | ||
IN | seller | 0..1 | Reference | ||
IN | period | 0..1 | Period | ||
OUT | return | 0..1 | Binary |