DK MedCom Terminology
1.6.0 - release Denmark flag

This page is part of the MedCom Terminology (v1.6.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.1. For a full list of available versions, see the Directory of published versions

: MedComCoreAttachmentMimeTypes - JSON Representation

Active as of 2024-01-18

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "medcom-core-attachmentMimeTypes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:ietf:bcp:13</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>application/pdf</td><td>Adobe Portable Document Format</td></tr><tr><td>image/gif</td><td>Graphics Interchange Format</td></tr><tr><td>image/jpeg</td><td>JPEG Image</td></tr><tr><td>image/png</td><td>Portable Network Graphics (PNG)</td></tr><tr><td>image/tiff</td><td>Tag Image File Format</td></tr><tr><td>image/bmp</td><td>Windows OS/2 Bitmap Graphics</td></tr></table></li></ul></div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-attachmentMimeTypes",
  "version" : "1.6.0",
  "name" : "MedComCoreAttachmentMimeTypes",
  "title" : "MedComCoreAttachmentMimeTypes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-01-18",
  "publisher" : "MedCom",
  "contact" : [
    {
      "name" : "MedCom",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description" : "ValueSet containing allowed mime types for MedCom messages",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:ietf:bcp:13",
        "concept" : [
          {
            "code" : "application/pdf",
            "display" : "Adobe Portable Document Format"
          },
          {
            "code" : "image/gif",
            "display" : "Graphics Interchange Format"
          },
          {
            "code" : "image/jpeg",
            "display" : "JPEG Image"
          },
          {
            "code" : "image/png",
            "display" : "Portable Network Graphics (PNG)"
          },
          {
            "code" : "image/tiff",
            "display" : "Tag Image File Format"
          },
          {
            "code" : "image/bmp",
            "display" : "Windows OS/2 Bitmap Graphics"
          }
        ]
      }
    ]
  }
}