FHIR IG Statistics: ValueSet/medcom-core-attachmentMimeTypes
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
urn:ietf:bcp:13
Code | Display |
application/pdf | application/pdf |
image/gif | image/gif |
image/jpeg | image/jpeg |
image/png | image/png |
image/tiff | image/tiff |
image/bmp | image/bmp |
Source
{
"resourceType": "ValueSet",
"id": "medcom-core-attachmentMimeTypes",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-core-attachmentMimeTypes",
"version": "2.0.0-draft",
"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"
}
]
}
]
}
}