Package | dk.ehealth.sundhed.fhir.ig.core |
Type | CodeSystem |
Id | ehealth-thumbnail-size |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-thumbnail-size.html |
URL | http://ehealth.sundhed.dk/cs/thumbnail-size-category |
Version | 3.5.1 |
Status | active |
Date | 2024-10-28T00:00:00+00:00 |
Name | ThumbnailSize |
Title | Thumbnail Size Category |
Realm | dk |
Description | Thumbnail size is a code system for the sizes of low resolution media representations. |
Content | complete |
ValueSet | |
thumbnail-size-category | Thumbnail Size Category |
No resources found
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
Name | Code | URI | Type | Description |
size | size | http://ehealth.sundhed.dk/cs/thumbnail-size#size | integer | The size in pixels of the media representation (maximum of width or height) |
itemWeight | itemWeight | http://hl7.org/fhir/concept-properties#itemWeight | decimal | A 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:
{ "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 } ] } ] }