This page is part of the FUT Infrastructure (v3.3.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2024-11-05 |
{
"resourceType" : "OperationDefinition",
"id" : "Media-t-get-data",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition Media-t-get-data</b></p><a name=\"Media-t-get-data\"> </a><a name=\"hcMedia-t-get-data\"> </a><a name=\"Media-t-get-data-da-DK\"> </a><p>URL: [base]/Media/$get-data</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>IN</td><td>uuid</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Get media data matching the UUID provided</p>\n</div></td></tr></table></div>"
},
"url" : "https://measurement.devtest.systematic-ehealth.com/fhir/OperationDefinition/Media-t-get-data",
"version" : "3.3.0",
"name" : "get-data",
"title" : "Get media data",
"status" : "active",
"kind" : "operation",
"date" : "2024-11-05T10:04:41+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 resource matching the uuid provided.\n\n\n### Parameter description\n- uuid: The uuid of the media to return\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"
}
]
}