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
| Draft as of 2026-02-25 |
{
"resourceType" : "OperationDefinition",
"id" : "DeviceDefinitionSupportedDevices",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition DeviceDefinitionSupportedDevices</b></p><a name=\"DeviceDefinitionSupportedDevices\"> </a><a name=\"hcDeviceDefinitionSupportedDevices\"> </a><p>URL: [base]/DeviceDefinition/[id]/$supported-devices</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 supported DeviceDefinition resources (HiisPersonalHealthDeviceDefinition) with relation type 'supports'</p>\n</div></td></tr></table></div>"
},
"url" : "https://fhir.bfarm.de/OperationDefinition/DeviceDefinitionSupportedDevices",
"version" : "3.0.2-RC1",
"name" : "DeviceDefinitionSupportedDevices",
"title" : "Operation to retrieve all supported devices 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 medical aids or implants (HiisPersonalHealthDeviceDefinition) that are supported by a specific interface (HiisDeviceDataRecorderDefinition) with relation type 'supports'",
"affectsState" : false,
"code" : "supported-devices",
"resource" : [
"DeviceDefinition"
],
"system" : false,
"type" : false,
"instance" : true,
"parameter" : [
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "Searchset Bundle containing all supported DeviceDefinition resources (HiisPersonalHealthDeviceDefinition) with relation type 'supports'",
"type" : "Bundle"
}
]
}