Package | dk.ehealth.sundhed.fhir.ig.core |
Resource Type | OperationDefinition |
Id | Media-t-get-data |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-Media-t-get-data.html |
URL | https://measurement.devtest.systematic-ehealth.com/fhir/OperationDefinition/Media-t-get-data |
Version | 3.5.1 |
Status | active |
Date | 2025-07-03T10:29:25+00:00 |
Name | get-data |
Title | Get media data |
Realm | dk |
Description | The get-data operation returns a media content matching the uuid provided. ### Parameter description - uuid: The uuid of the media to return ### Request header description - ehealth-thumbnail-size: The size of thumbnail to return instead of original content. If thumbnails are not supported for the media, the original content is returned ### Output description The result of this operation returns a Binary containing the media found from the provided uuid |
Type | true |
Kind | operation |
CapabilityStatement | |
measurement | measurement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Operationsdefinition Media-t-get-data
URL: [base]/Media/$get-data
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | uuid | 0..1 | string | Get media data matching the UUID provided |
{ "resourceType": "OperationDefinition", "id": "Media-t-get-data", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://measurement.devtest.systematic-ehealth.com/fhir/OperationDefinition/Media-t-get-data", "version": "3.5.1", "name": "get-data", "title": "Get media data", "status": "active", "kind": "operation", "date": "2025-07-03T10:29:25+00:00", "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "contact": [ { "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "telecom": [ { "system": "url", "value": "http://ehealth.sundhed.dk" } ] } ], "description": "The get-data operation returns a media content matching the uuid provided.\n\n\n### Parameter description\n- uuid: The uuid of the media to return\n\n\n### Request header description\n- ehealth-thumbnail-size: The size of thumbnail to return instead of original content. If thumbnails are not supported for the media, the original content is returned\n\n\n### Output description\nThe result of this operation returns a Binary containing the media found from the provided uuid", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "DK", "display": "Denmark" } ] } ], "affectsState": false, "code": "get-data", "resource": [ "Media" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "uuid", "use": "in", "min": 0, "max": "1", "documentation": "Get media data matching the UUID provided", "type": "string" } ] }