eHealth Infrastructure
3.3.0 - ci-build Denmark flag

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

: Thumbnail Size Category - XML Representation

Active as of 2024-10-28

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ehealth-thumbnail-size"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://ehealth.sundhed.dk/cs/thumbnail-size-category"/>
  <version value="3.3.0"/>
  <name value="ThumbnailSize"/>
  <title value="Thumbnail Size Category"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-10-28T00:00:00+00:00"/>
  <publisher
             value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
  <contact>
    <name value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk"/>
    </telecom>
  </contact>
  <description
               value="Thumbnail size is a code system for the sizes of low resolution media representations."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DK"/>
      <display value="Denmark"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <property>
    <code value="size"/>
    <uri value="http://ehealth.sundhed.dk/cs/thumbnail-size#size"/>
    <description
                 value="The size in pixels of the media representation (maximum of width or height)"/>
    <type value="integer"/>
  </property>
  <property>
    <code value="itemWeight"/>
    <uri value="http://hl7.org/fhir/concept-properties#itemWeight"/>
    <description
                 value="A numeric value that represents the item's weight in a list"/>
    <type value="decimal"/>
  </property>
  <concept>
    <code value="100p"/>
    <display value="100 pixels"/>
    <definition
                value="The media representation is 100 pixels in size (maximum of width or height)"/>
    <property>
      <code value="size"/>
      <valueInteger value="100"/>
    </property>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="100"/>
    </property>
  </concept>
  <concept>
    <code value="240p"/>
    <display value="240 pixels"/>
    <definition
                value="The media representation is 240 pixels in size (maximum of width or height)"/>
    <property>
      <code value="size"/>
      <valueInteger value="240"/>
    </property>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="240"/>
    </property>
  </concept>
  <concept>
    <code value="460p"/>
    <display value="460 pixels"/>
    <definition
                value="The media representation is 460 pixels in size (maximum of width or height)"/>
    <property>
      <code value="size"/>
      <valueInteger value="460"/>
    </property>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="460"/>
    </property>
  </concept>
  <concept>
    <code value="1024p"/>
    <display value="1024 pixels"/>
    <definition
                value="The media representation is 1024 pixels in size (maximum of width or height)"/>
    <property>
      <code value="size"/>
      <valueInteger value="1024"/>
    </property>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="1024"/>
    </property>
  </concept>
  <concept>
    <code value="1920p"/>
    <display value="1920 pixels"/>
    <definition
                value="The media representation is 1920 pixels in size (maximum of width or height)"/>
    <property>
      <code value="size"/>
      <valueInteger value="1920"/>
    </property>
    <property>
      <code value="itemWeight"/>
      <valueDecimal value="1920"/>
    </property>
  </concept>
</CodeSystem>