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 supported devices for an interface - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DeviceDefinitionSupportedDevices"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.bfarm.de/OperationDefinition/DeviceDefinitionSupportedDevices"^^xsd:anyURI ;
fhir:l <https://fhir.bfarm.de/OperationDefinition/DeviceDefinitionSupportedDevices>
] ; #
fhir:version [ fhir:v "3.0.2-RC1"] ; #
fhir:name [ fhir:v "DeviceDefinitionSupportedDevices"] ; #
fhir:title [ fhir:v "Operation to retrieve all supported devices for an interface"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2026-02-25T07:31:33+01:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "BfArM"] ; #
fhir:contact ( [
fhir:name [ fhir:v "BfArM" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.bfarm.de" ] ] )
] ) ; #
fhir:description [ fhir:v "This operation returns all medical aids or implants (HiisPersonalHealthDeviceDefinition) that are supported by a specific interface (HiisDeviceDataRecorderDefinition) with relation type 'supports'"] ; #
fhir:affectsState [ fhir:v false] ; #
fhir:code [ fhir:v "supported-devices"] ; #
fhir:resource ( [ fhir:v "DeviceDefinition"] ) ; #
fhir:system [ fhir:v false] ; #
fhir:type [ fhir:v false] ; #
fhir:instance [ fhir:v true] ; #
fhir:parameter ( [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Searchset Bundle containing all supported DeviceDefinition resources (HiisPersonalHealthDeviceDefinition) with relation type 'supports'" ] ;
fhir:type [ fhir:v "Bundle" ]
] ) . #