BfArM Digitale Anwendungen
3.1.0-TEST - draft
BfArM Digitale Anwendungen - Local Development build (v3.1.0-TEST) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-09-01 |
{
"resourceType" : "OperationDefinition",
"id" : "SystemStatus",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition SystemStatus</b></p><a name=\"SystemStatus\"> </a><a name=\"hcSystemStatus\"> </a><p>URL: [base]/$status</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>OUT</td><td>lastModified</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#instant\">instant</a></td><td/><td><div><p>Timestamp of the last change across all resources of the directory</p>\n</div></td></tr><tr><td>OUT</td><td>lastModifiedHealthApp</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#instant\">instant</a></td><td/><td><div><p>Timestamp of the most recently changed HealthApp resource (DiGA/DiPA). Only present if such a resource exists.</p>\n</div></td></tr><tr><td>OUT</td><td>lastModifiedHiisDeviceDataRecorderDefinition</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#instant\">instant</a></td><td/><td><div><p>Timestamp of the most recently changed HiisDeviceDataRecorderDefinition resource (HIIS). Only present if such a resource exists.</p>\n</div></td></tr></table></div>"
},
"url" : "https://fhir.bfarm.de/OperationDefinition/SystemStatus",
"version" : "3.1.0-TEST",
"name" : "SystemStatus",
"title" : "Operation to retrieve the last change status of the directory",
"status" : "active",
"kind" : "operation",
"date" : "2026-09-01T02:31:49+02:00",
"publisher" : "BfArM",
"contact" : [
{
"name" : "BfArM",
"telecom" : [
{
"system" : "url",
"value" : "https://www.bfarm.de"
}
]
}
],
"description" : "This operation returns the timestamp of the last change across all resources of the whole directory (system level). The last change of the HealthApp (DiGA/DiPA) and of the HiisDeviceDataRecorderDefinition (HIIS) is returned separately. A profile-specific parameter is only present when a corresponding resource exists on the server.",
"affectsState" : false,
"code" : "status",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "lastModified",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "Timestamp of the last change across all resources of the directory",
"type" : "instant"
},
{
"name" : "lastModifiedHealthApp",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "Timestamp of the most recently changed HealthApp resource (DiGA/DiPA). Only present if such a resource exists.",
"type" : "instant"
},
{
"name" : "lastModifiedHiisDeviceDataRecorderDefinition",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "Timestamp of the most recently changed HiisDeviceDataRecorderDefinition resource (HIIS). Only present if such a resource exists.",
"type" : "instant"
}
]
}