PackagesCanonicalsLogsProblems
    Packages
    dk.ehealth.sundhed.fhir.ig.core@3.2.0
    https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-ssl-orders
{
  "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",
  "_filename": "OperationDefinition--s-execute-ssl-orders.json",
  "package_name": "dk.ehealth.sundhed.fhir.ig.core",
  "date": "2024-09-02T13:58:07+00:00",
  "system": true,
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "instance": false,
  "name": "execute-ssl-orders",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Execute ssl orders",
  "package_version": "3.2.0",
  "status": "active",
  "id": "188bf387-bcc9-4461-b21b-ec9bb0ea6577",
  "affectsState": true,
  "kind": "operation",
  "url": "https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-execute-ssl-orders",
  "code": "execute-ssl-orders",
  "version": "3.2.0",
  "contact": [ {
    "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
    "telecom": [ {
      "value": "http://ehealth.sundhed.dk",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "anonymization",
    "type": "string"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "organization",
    "type": "Reference"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "seller",
    "type": "Reference"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "period",
    "type": "Period"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "Binary"
  } ]
}