FHIR IG Statistics: ValueSet/document-entry-mimetype
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 | PDF |
application/dicom | DICOM |
application/fhir+json | FHIR (JSON) |
application/fhir+xml | FHIR (XML) |
image/jpeg | JPEG Image |
image/png | PNG Portable Network Graphics |
image/tiff | TIFF Image |
Source
{
"resourceType": "ValueSet",
"id": "document-entry-mimetype",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.virtually.healthcare/ValueSet/document-entry-mimetype",
"version": "0.1.1-current",
"name": "DocumentEntryMimeType",
"title": "DocumentEntry mimeType",
"status": "draft",
"experimental": false,
"date": "2025-07-09T06:27:48+00:00",
"publisher": "Virtually Healthcare",
"contact": [
{
"name": "Virtually Healthcare",
"telecom": [
{
"system": "url",
"value": "https://virtually.healthcare"
}
]
}
],
"description": "- [Switzerland DocumentEntry.mimeType](https://fhir.ch/ig/ch-term/3.1.0/ValueSet-DocumentEntry.mimeType.html)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "GB",
"display": "United Kingdom of Great Britain and Northern Ireland"
}
]
}
],
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"code": "application/pdf",
"display": "PDF"
},
{
"code": "application/dicom",
"display": "DICOM"
},
{
"code": "application/fhir+json",
"display": "FHIR (JSON)"
},
{
"code": "application/fhir+xml",
"display": "FHIR (XML)"
},
{
"code": "image/jpeg",
"display": "JPEG Image"
},
{
"code": "image/png",
"display": "PNG Portable Network Graphics"
},
{
"code": "image/tiff",
"display": "TIFF Image"
}
]
}
]
}
}