This page is part of the FUT Infrastructure (v5.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions
Active as of 2025-08-11 |
{
"resourceType" : "OperationDefinition",
"id" : "Media-t-get-data",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Operation</div>"
},
"url" : "http://ehealth.sundhed.dk/fhir/OperationDefinition/Media-t-get-data",
"version" : "5.0.0",
"name" : "get-data",
"title" : "Get media data",
"status" : "active",
"kind" : "operation",
"date" : "2025-08-11T11:41:57+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"
}
]
}