FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdOperationDefinition-Media-t-get-data.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-Media-t-get-data.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/Media-t-get-data
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Nameget-data
TitleGet media data
Realmdk
DescriptionThe 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
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition Media-t-get-data

URL: [base]/Media/$get-data

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INuuid0..1string

Get media data matching the UUID provided


Source1

{
  "resourceType": "OperationDefinition",
  "id": "Media-t-get-data",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/Media-t-get-data",
  "version": "8.0.0",
  "name": "get-data",
  "title": "Get media data",
  "status": "active",
  "kind": "operation",
  "date": "2026-02-18T09:10:00+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"
    }
  ]
}