Package | dk.ehealth.sundhed.fhir.ig.core |
Type | CodeSystem |
Id | ehealth-thumbnail-status |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-thumbnail-status.html |
URL | http://ehealth.sundhed.dk/cs/thumbnail-status |
Version | 3.5.1 |
Status | active |
Date | 2024-10-28T00:00:00+00:00 |
Name | ThumbnailStatus |
Title | Thumbnail status |
Realm | dk |
Description | Thumbnail status is a code system for the status of low resolution media representations. |
Content | complete |
ValueSet | |
thumbnail-status | Thumbnail Status |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Kodesystem ehealth-thumbnail-status
This case-sensitive code system http://ehealth.sundhed.dk/cs/thumbnail-status
defines the following codes:
{ "resourceType": "CodeSystem", "id": "ehealth-thumbnail-status", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://ehealth.sundhed.dk/cs/thumbnail-status", "version": "3.5.1", "name": "ThumbnailStatus", "title": "Thumbnail status", "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 status is a code system for the status of low resolution media representations.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "DK", "display": "Denmark" } ] } ], "caseSensitive": true, "content": "complete", "concept": [ { "code": "ready", "display": "Ready", "definition": "The thumbnail has been generated and is ready for use" }, { "code": "requested", "display": "Requested", "definition": "A thumbnail generation has been requested" }, { "code": "rejected", "display": "Rejected", "definition": "The thumbnail generation has been rejected" }, { "code": "failed", "display": "Failed", "definition": "The thumbnail generation has failed" } ] }