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

FHIR IG Statistics: CodeSystem/ehealth-thumbnail-size

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idehealth-thumbnail-size
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-thumbnail-size.html
URLhttp://ehealth.sundhed.dk/cs/thumbnail-size-category
Version3.5.1
Statusactive
Date2024-10-28T00:00:00+00:00
NameThumbnailSize
TitleThumbnail Size Category
Realmdk
DescriptionThumbnail size is a code system for the sizes of low resolution media representations.
Contentcomplete

Resources that use this resource

ValueSet
thumbnail-size-categoryThumbnail Size Category

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Kodesystem ehealth-thumbnail-size

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
sizesizehttp://ehealth.sundhed.dk/cs/thumbnail-size#sizeintegerThe size in pixels of the media representation (maximum of width or height)
itemWeightitemWeighthttp://hl7.org/fhir/concept-properties#itemWeightdecimalA numeric value that represents the item's weight in a list

Concepts

This case-sensitive code system http://ehealth.sundhed.dk/cs/thumbnail-size-category defines the following codes:

CodeDisplayDefinitionsizeitemWeight
100p 100 pixelsThe media representation is 100 pixels in size (maximum of width or height)100100
240p 240 pixelsThe media representation is 240 pixels in size (maximum of width or height)240240
460p 460 pixelsThe media representation is 460 pixels in size (maximum of width or height)460460
1024p 1024 pixelsThe media representation is 1024 pixels in size (maximum of width or height)10241024
1920p 1920 pixelsThe media representation is 1920 pixels in size (maximum of width or height)19201920

Source

{
  "resourceType": "CodeSystem",
  "id": "ehealth-thumbnail-size",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/cs/thumbnail-size-category",
  "version": "3.5.1",
  "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
        }
      ]
    }
  ]
}