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

: Operation to retrieve the last change status of a single directory entry - JSON Representation

Active as of 2026-09-01

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "DeviceDefinitionStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition DeviceDefinitionStatus</b></p><a name=\"DeviceDefinitionStatus\"> </a><a name=\"hcDeviceDefinitionStatus\"> </a><p>URL: [base]/DeviceDefinition/[id]/$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 requested directory entry</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 requested entry's 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 requested entry's HiisDeviceDataRecorderDefinition resource (HIIS). Only present if such a resource exists.</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://fhir.bfarm.de/OperationDefinition/DeviceDefinitionStatus",
  "version" : "3.1.0-TEST",
  "name" : "DeviceDefinitionStatus",
  "title" : "Operation to retrieve the last change status of a single directory entry",
  "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 of a single directory entry (instance 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 is part of the entry.",
  "affectsState" : false,
  "code" : "status",
  "resource" : [
    "DeviceDefinition"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "lastModified",
      "use" : "out",
      "min" : 0,
      "max" : "1",
      "documentation" : "Timestamp of the last change across all resources of the requested directory entry",
      "type" : "instant"
    },
    {
      "name" : "lastModifiedHealthApp",
      "use" : "out",
      "min" : 0,
      "max" : "1",
      "documentation" : "Timestamp of the requested entry's 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 requested entry's HiisDeviceDataRecorderDefinition resource (HIIS). Only present if such a resource exists.",
      "type" : "instant"
    }
  ]
}