BfArM Digitale Anwendungen
3.0.2-RC1 - draft

BfArM Digitale Anwendungen - Local Development build (v3.0.2-RC1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Operation to retrieve all endpoints for an interface - JSON Representation

Draft as of 2026-02-25

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "DeviceDefinitionEndpoints",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition DeviceDefinitionEndpoints</b></p><a name=\"DeviceDefinitionEndpoints\"> </a><a name=\"hcDeviceDefinitionEndpoints\"> </a><p>URL: [base]/DeviceDefinition/[id]/$endpoints</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>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Searchset Bundle containing all Endpoint resources (HiisDeviceDataRecorderEndpoint) referenced in the HiisDeviceDataRecorderEndpointLink extension on the interface</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://fhir.bfarm.de/OperationDefinition/DeviceDefinitionEndpoints",
  "version" : "3.0.2-RC1",
  "name" : "DeviceDefinitionEndpoints",
  "title" : "Operation to retrieve all endpoints for an interface",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2026-02-25T07:31:33+01:00",
  "publisher" : "BfArM",
  "contact" : [
    {
      "name" : "BfArM",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bfarm.de"
        }
      ]
    }
  ],
  "description" : "This operation returns all endpoints (HiisDeviceDataRecorderEndpoint) that are linked to a specific interface (HiisDeviceDataRecorderDefinition) via the HiisDeviceDataRecorderEndpointLink extension",
  "affectsState" : false,
  "code" : "endpoints",
  "resource" : [
    "DeviceDefinition"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Searchset Bundle containing all Endpoint resources (HiisDeviceDataRecorderEndpoint) referenced in the HiisDeviceDataRecorderEndpointLink extension on the interface",
      "type" : "Bundle"
    }
  ]
}