FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/-s-get-report-job-status

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
Id-s-get-report-job-status
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-get-report-job-status.html
URLhttps://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-report-job-status
Version3.5.1
Statusactive
Date2025-07-03T10:29:25+00:00
Nameget-report-job-status
TitleGet Report Job Status
Realmdk
Description### Status Contents This operation returns status for reports scheduled by the user (by schedule or execute) ### Output The output is a Bundle containing Parameters resources for each scheduled report. The parts of the Parameters describe the class of report, the parameters that the report was scheduled with, the user ID, the status of the report, a reference to the report Binary and time of creation, start, and end of execution. ### Example output { 'resourceType': 'Bundle', 'type': 'collection', 'entry': [ { 'fullUrl': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc', 'resource': { 'resourceType': 'Parameters', 'id': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc', 'parameter': [ { 'name': 'reportJob', 'part': [ { 'name': 'reportClass', 'valueString': 'com.systematic.ehealth.reporting.reports.PatientsUsageReport' }, { 'name': 'userId', 'valueString': '0aaca7cd-67c3-48dd-a8c4-0cceecb5d276' }, { 'name': 'status', 'valueString': 'DONE' }, { 'name': 'binary', 'valueReference': { 'reference': 'https://reporting.local.ehealth.sundhed.dk/fhir/Binary/7' } }, { 'name': 'parameters', 'resource': { 'resourceType': 'Parameters', 'parameter': [ { 'name': 'anonymization', 'valueString': 'None' } ] } }, { 'name': 'created', 'valueDateTime': '2023-10-12T09:51:50+00:00' }, { 'name': 'started', 'valueDateTime': '2023-10-12T09:51:50+00:00' }, { 'name': 'ended', 'valueDateTime': '2023-10-12T09:51:51+00:00' } ] } ] } } ] }
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
reportingreporting

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Operationsdefinition -s-get-report-job-status

URL: [base]/$get-report-job-status

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn0..1Bundle

Source

{
  "resourceType": "OperationDefinition",
  "id": "-s-get-report-job-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://reporting.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-report-job-status",
  "version": "3.5.1",
  "name": "get-report-job-status",
  "title": "Get Report Job Status",
  "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": "### Status Contents \nThis operation returns status for reports scheduled by the user (by schedule or execute)\n### Output\nThe output is a Bundle containing Parameters resources for each scheduled report.\nThe parts of the Parameters describe the class of report, the parameters that the report\nwas scheduled with, the user ID, the status of the report, a reference to the report Binary\nand time of creation, start, and end of execution.\n### Example output\n{\n  'resourceType': 'Bundle',\n  'type': 'collection',\n  'entry': [\n    {\n      'fullUrl': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc',\n      'resource': {\n        'resourceType': 'Parameters',\n        'id': 'ce35bcd5-4bb2-4c6e-b230-5347df1fe9bc',\n        'parameter': [\n          {\n            'name': 'reportJob',\n            'part': [\n              {\n                'name': 'reportClass',\n                'valueString': 'com.systematic.ehealth.reporting.reports.PatientsUsageReport'\n              },\n              {\n                'name': 'userId',\n                'valueString': '0aaca7cd-67c3-48dd-a8c4-0cceecb5d276'\n              },\n              {\n                'name': 'status',\n                'valueString': 'DONE'\n              },\n              {\n                'name': 'binary',\n                'valueReference': {\n                  'reference': 'https://reporting.local.ehealth.sundhed.dk/fhir/Binary/7'\n                }\n              },\n              {\n                'name': 'parameters',\n                'resource': {\n                  'resourceType': 'Parameters',\n                  'parameter': [\n                    {\n                      'name': 'anonymization',\n                      'valueString': 'None'\n                    }\n                  ]\n                }\n              },\n              {\n                'name': 'created',\n                'valueDateTime': '2023-10-12T09:51:50+00:00'\n              },\n              {\n                'name': 'started',\n                'valueDateTime': '2023-10-12T09:51:50+00:00'\n              },\n              {\n                'name': 'ended',\n                'valueDateTime': '2023-10-12T09:51:51+00:00'\n              }\n            ]\n          }\n        ]\n      }\n    }\n  ]\n}\n",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "get-report-job-status",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "Bundle"
    }
  ]
}