FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/Media-t-get-data

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdMedia-t-get-data
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-Media-t-get-data.html
URLhttps://measurement.devtest.systematic-ehealth.com/fhir/OperationDefinition/Media-t-get-data
Version3.5.1
Statusactive
Date2025-07-03T10:29:25+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

CapabilityStatement
measurementmeasurement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Operationsdefinition Media-t-get-data

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INuuid0..1string

Get media data matching the UUID provided


Source

{
  "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"
    }
  ]
}