{
  "resourceType" : "ValueSet",
  "id" : "medcom-core-attachmentMimeTypes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medcom-core-attachmentMimeTypes</b></p><a name=\"medcom-core-attachmentMimeTypes\"> </a><a name=\"hcmedcom-core-attachmentMimeTypes\"> </a><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 style=\"color: #cccccc\">application/pdf</td></tr><tr><td>image/gif</td><td style=\"color: #cccccc\">image/gif</td></tr><tr><td>image/jpeg</td><td style=\"color: #cccccc\">image/jpeg</td></tr><tr><td>image/png</td><td style=\"color: #cccccc\">image/png</td></tr><tr><td>image/tiff</td><td style=\"color: #cccccc\">image/tiff</td></tr><tr><td>image/bmp</td><td style=\"color: #cccccc\">image/bmp</td></tr></table></li></ul></div>"
  },
  "url" : "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-attachmentMimeTypes",
  "version" : "1.8.1",
  "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"
      },
      {
        "code" : "image/gif"
      },
      {
        "code" : "image/jpeg"
      },
      {
        "code" : "image/png"
      },
      {
        "code" : "image/tiff"
      },
      {
        "code" : "image/bmp"
      }]
    }]
  }
}