FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeValueSet
IdValueSet-ehealth-carecommunication-mimetypes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/ValueSet-ehealth-carecommunication-mimetypes.html
URLhttp://ehealth.sundhed.dk/vs/ehealth-carecommunication-mimetypes
Version10.0.0
Statusactive
Date2026-08-05T10:42:25+00:00
NameEhealthCareCommunicationMimeTypesVS
TitleeHealth CareCommunication Attachment MIME Types
Realmdk
DescriptionAllowed MIME types for attachments in eHealth CareCommunication messages. Mirrors MedCom's medcom-core-attachmentMimeTypes ValueSet.

Resources that use this resource

StructureDefinition
dk.ehealth.sundhed.fhir.ig.core#currentehealth-carecommunicationehealth-carecommunication

Resources that this resource uses

CodeSystem
his.lw#1.0.2urn:ietf:bcp:13MimeTypes

Narrative

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

Generated Narrative: ValueSet ehealth-carecommunication-mimetypes

  • Include these codes as defined in urn:ietf:bcp:13 version Not Stated (use latest from terminology server)
    CodeDisplay
    application/pdfapplication/pdf
    image/gifimage/gif
    image/jpegimage/jpeg
    image/pngimage/png
    image/tiffimage/tiff
    image/bmpimage/bmp

Source1

{
  "resourceType": "ValueSet",
  "id": "ehealth-carecommunication-mimetypes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/vs/ehealth-carecommunication-mimetypes",
  "version": "10.0.0",
  "name": "EhealthCareCommunicationMimeTypesVS",
  "title": "eHealth CareCommunication Attachment MIME Types",
  "status": "active",
  "date": "2026-08-05T10:42:25+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Allowed MIME types for attachments in eHealth CareCommunication messages. Mirrors MedCom's medcom-core-attachmentMimeTypes ValueSet.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "application/pdf",
            "display": "application/pdf"
          },
          {
            "code": "image/gif",
            "display": "image/gif"
          },
          {
            "code": "image/jpeg",
            "display": "image/jpeg"
          },
          {
            "code": "image/png",
            "display": "image/png"
          },
          {
            "code": "image/tiff",
            "display": "image/tiff"
          },
          {
            "code": "image/bmp",
            "display": "image/bmp"
          }
        ]
      }
    ]
  }
}