Package | dk.ehealth.sundhed.fhir.ig.core |
Type | OperationDefinition |
Id | -s-fetch-ssl-orders |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-fetch-ssl-orders.html |
URL | https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-ssl-orders |
Version | 3.5.1 |
Status | active |
Date | 2025-07-03T10:29:25+00:00 |
Name | fetch-ssl-orders |
Title | Fetch ssl orders |
Realm | dk |
Description | ### Report Contents This report contains SSL Orders - OrderDetails - OrderLines - TraceLines ### Grouping Order. Each Order is returned in a single JSon file. ### Parameters - organization: Filter on Order.buyer - period: Filter on TraceLine.timestamp - seller: Filter on Order.seller ### Output Output can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups. ### Example output 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 } ] } } |
Type | false |
Kind | operation |
CapabilityStatement | |
reporting | reporting |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Operationsdefinition -s-fetch-ssl-orders
URL: [base]/$fetch-ssl-orders
Use | Name | Scope | 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 |
{ "resourceType": "OperationDefinition", "id": "-s-fetch-ssl-orders", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-fetch-ssl-orders", "version": "3.5.1", "name": "fetch-ssl-orders", "title": "Fetch ssl orders", "status": "active", "kind": "operation", "date": "2025-07-03T10:29:25+00:00", "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "contact": [ { "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "telecom": [ { "system": "url", "value": "http://ehealth.sundhed.dk" } ] } ], "description": "### Report Contents\nThis report contains SSL Orders\n- OrderDetails\n- OrderLines\n- TraceLines\n### Grouping \nOrder. Each Order is returned in a single JSon file.\n### Parameters\n- organization: Filter on Order.buyer\n- period: Filter on TraceLine.timestamp\n- seller: Filter on Order.seller\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files corresponding to the report groups.\n### Example output\nAll returned objects are SSL resources. See the SSL API description for details\n\n {\n 'OrderDetails': {\n 'order': {\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'threadId': null,\n 'identifiers': null,\n 'status': null,\n 'priority': null,\n 'notes': null,\n 'buyer': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/BUYER',\n 'seller': 'https://ssl-order.local.ehealth.sundhed.dk/v1/party/SELLER',\n 'sellerDeliveryContactEmail': null,\n 'carePlanRef': null,\n 'carePlanTitle': null,\n 'earliestDeliveryDate': null,\n 'latestDeliveryDate': null,\n 'receiver': null\n },\n 'orderLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order-line/ORDERLINE',\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'status': null,\n 'item': null,\n 'agreedDate': null,\n 'device': null\n }\n ],\n 'traceLines': [{\n 'id': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER/1',\n 'timestamp': '2019-12-24T18:00:00Z',\n 'createdByOrganization': null,\n 'createdByUser': null,\n 'text': null,\n 'supplementaryText': null,\n 'order': 'https://ssl-order.local.ehealth.sundhed.dk/v1/order/ORDER',\n 'orderLine': null,\n 'statusChange': null\n }\n ]\n }\n }\n", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "DK", "display": "Denmark" } ] } ], "affectsState": true, "code": "fetch-ssl-orders", "system": true, "type": false, "instance": false, "parameter": [ { "name": "anonymization", "use": "in", "min": 1, "max": "1", "type": "string" }, { "name": "organization", "use": "in", "min": 0, "max": "1", "type": "Reference" }, { "name": "seller", "use": "in", "min": 0, "max": "1", "type": "Reference" }, { "name": "period", "use": "in", "min": 0, "max": "1", "type": "Period" }, { "name": "return", "use": "out", "min": 0, "max": "1", "type": "Binary" } ] }