DK MedCom Terminology
1.0.0 - release
This page is part of the MedCom Terminology (v1.0.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
Active as of 2022-09-01 |
{
"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></table></li></ul></div>"
},
"url" : "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-attachmentMimeTypes",
"version" : "1.0.0",
"name" : "MedComCoreAttachmentMimeTypes",
"title" : "MedComCoreAttachmentMimeTypes",
"status" : "active",
"date" : "2022-09-01",
"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)"
}
]
}
]
}
}