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

FHIR IG Statistics: CodeSystem/ehealth-thumbnail-status

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

Resources that use this resource

ValueSet
thumbnail-statusThumbnail Status

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
ready ReadyThe thumbnail has been generated and is ready for use
requested RequestedA thumbnail generation has been requested
rejected RejectedThe thumbnail generation has been rejected
failed FailedThe thumbnail generation has failed

Source

{
  "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"
    }
  ]
}