eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
Active as of 2024-10-28 |
{
"resourceType" : "CodeSystem",
"id" : "ehealth-thumbnail-size",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-thumbnail-size</b></p><a name=\"ehealth-thumbnail-size\"> </a><a name=\"hcehealth-thumbnail-size\"> </a><a name=\"ehealth-thumbnail-size-da-DK\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>size</td><td>size</td><td>http://ehealth.sundhed.dk/cs/thumbnail-size#size</td><td>integer</td><td>The size in pixels of the media representation (maximum of width or height)</td></tr><tr><td>itemWeight</td><td>itemWeight</td><td>http://hl7.org/fhir/concept-properties#itemWeight</td><td>decimal</td><td>A numeric value that represents the item's weight in a list</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/thumbnail-size-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>itemWeight</b></td></tr><tr><td style=\"white-space:nowrap\">100p<a name=\"ehealth-thumbnail-size-100p\"> </a></td><td>100 pixels</td><td>The media representation is 100 pixels in size (maximum of width or height)</td><td>100</td></tr><tr><td style=\"white-space:nowrap\">240p<a name=\"ehealth-thumbnail-size-240p\"> </a></td><td>240 pixels</td><td>The media representation is 240 pixels in size (maximum of width or height)</td><td>240</td></tr><tr><td style=\"white-space:nowrap\">460p<a name=\"ehealth-thumbnail-size-460p\"> </a></td><td>460 pixels</td><td>The media representation is 460 pixels in size (maximum of width or height)</td><td>460</td></tr><tr><td style=\"white-space:nowrap\">1024p<a name=\"ehealth-thumbnail-size-1024p\"> </a></td><td>1024 pixels</td><td>The media representation is 1024 pixels in size (maximum of width or height)</td><td>1024</td></tr><tr><td style=\"white-space:nowrap\">1920p<a name=\"ehealth-thumbnail-size-1920p\"> </a></td><td>1920 pixels</td><td>The media representation is 1920 pixels in size (maximum of width or height)</td><td>1920</td></tr></table></div>"
},
"url" : "http://ehealth.sundhed.dk/cs/thumbnail-size-category",
"version" : "3.3.0",
"name" : "ThumbnailSize",
"title" : "Thumbnail Size Category",
"status" : "active",
"experimental" : false,
"date" : "2024-10-28T00:00: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" : "Thumbnail size is a code system for the sizes of low resolution media representations.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"property" : [
{
"code" : "size",
"uri" : "http://ehealth.sundhed.dk/cs/thumbnail-size#size",
"description" : "The size in pixels of the media representation (maximum of width or height)",
"type" : "integer"
},
{
"code" : "itemWeight",
"uri" : "http://hl7.org/fhir/concept-properties#itemWeight",
"description" : "A numeric value that represents the item's weight in a list",
"type" : "decimal"
}
],
"concept" : [
{
"code" : "100p",
"display" : "100 pixels",
"definition" : "The media representation is 100 pixels in size (maximum of width or height)",
"property" : [
{
"code" : "size",
"valueInteger" : 100
},
{
"code" : "itemWeight",
"valueDecimal" : 100
}
]
},
{
"code" : "240p",
"display" : "240 pixels",
"definition" : "The media representation is 240 pixels in size (maximum of width or height)",
"property" : [
{
"code" : "size",
"valueInteger" : 240
},
{
"code" : "itemWeight",
"valueDecimal" : 240
}
]
},
{
"code" : "460p",
"display" : "460 pixels",
"definition" : "The media representation is 460 pixels in size (maximum of width or height)",
"property" : [
{
"code" : "size",
"valueInteger" : 460
},
{
"code" : "itemWeight",
"valueDecimal" : 460
}
]
},
{
"code" : "1024p",
"display" : "1024 pixels",
"definition" : "The media representation is 1024 pixels in size (maximum of width or height)",
"property" : [
{
"code" : "size",
"valueInteger" : 1024
},
{
"code" : "itemWeight",
"valueDecimal" : 1024
}
]
},
{
"code" : "1920p",
"display" : "1920 pixels",
"definition" : "The media representation is 1920 pixels in size (maximum of width or height)",
"property" : [
{
"code" : "size",
"valueInteger" : 1920
},
{
"code" : "itemWeight",
"valueDecimal" : 1920
}
]
}
]
}