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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ehealth-thumbnail-size"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/thumbnail-size-category"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.3.0"] ; #
fhir:name [ fhir:v "ThumbnailSize"] ; #
fhir:title [ fhir:v "Thumbnail Size Category"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-28T00:00:00+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "Thumbnail size is a code system for the sizes of low resolution media representations."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:property ( [
fhir:code [ fhir:v "size" ] ;
fhir:uri [ fhir:v "http://ehealth.sundhed.dk/cs/thumbnail-size#size"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The size in pixels of the media representation (maximum of width or height)" ] ;
fhir:type [ fhir:v "integer" ]
] [
fhir:code [ fhir:v "itemWeight" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#itemWeight"^^xsd:anyURI ] ;
fhir:description [ fhir:v "A numeric value that represents the item's weight in a list" ] ;
fhir:type [ fhir:v "decimal" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "100p" ] ;
fhir:display [ fhir:v "100 pixels" ] ;
fhir:definition [ fhir:v "The media representation is 100 pixels in size (maximum of width or height)" ] ;
( fhir:property [
fhir:code [ fhir:v "size" ] ;
fhir:value [ fhir:v "100"^^xsd:integer ] ] [
fhir:code [ fhir:v "itemWeight" ] ;
fhir:value [ fhir:v "100"^^xsd:decimal ] ] )
] [
fhir:code [ fhir:v "240p" ] ;
fhir:display [ fhir:v "240 pixels" ] ;
fhir:definition [ fhir:v "The media representation is 240 pixels in size (maximum of width or height)" ] ;
( fhir:property [
fhir:code [ fhir:v "size" ] ;
fhir:value [ fhir:v "240"^^xsd:integer ] ] [
fhir:code [ fhir:v "itemWeight" ] ;
fhir:value [ fhir:v "240"^^xsd:decimal ] ] )
] [
fhir:code [ fhir:v "460p" ] ;
fhir:display [ fhir:v "460 pixels" ] ;
fhir:definition [ fhir:v "The media representation is 460 pixels in size (maximum of width or height)" ] ;
( fhir:property [
fhir:code [ fhir:v "size" ] ;
fhir:value [ fhir:v "460"^^xsd:integer ] ] [
fhir:code [ fhir:v "itemWeight" ] ;
fhir:value [ fhir:v "460"^^xsd:decimal ] ] )
] [
fhir:code [ fhir:v "1024p" ] ;
fhir:display [ fhir:v "1024 pixels" ] ;
fhir:definition [ fhir:v "The media representation is 1024 pixels in size (maximum of width or height)" ] ;
( fhir:property [
fhir:code [ fhir:v "size" ] ;
fhir:value [ fhir:v "1024"^^xsd:integer ] ] [
fhir:code [ fhir:v "itemWeight" ] ;
fhir:value [ fhir:v "1024"^^xsd:decimal ] ] )
] [
fhir:code [ fhir:v "1920p" ] ;
fhir:display [ fhir:v "1920 pixels" ] ;
fhir:definition [ fhir:v "The media representation is 1920 pixels in size (maximum of width or height)" ] ;
( fhir:property [
fhir:code [ fhir:v "size" ] ;
fhir:value [ fhir:v "1920"^^xsd:integer ] ] [
fhir:code [ fhir:v "itemWeight" ] ;
fhir:value [ fhir:v "1920"^^xsd:decimal ] ] )
] ) . #
IG © 2021+ Den telemedicinske infrastruktur (eHealth Infrastructure). Package dk.ehealth.sundhed.fhir.ig.core#3.3.0 based on FHIR 4.0.1. Generated 2024-12-20