FHIR IG Statistics: ValueSet/ValueSet-MimeType
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "ValueSet-MimeType",
"url": "http://ontariohealth.ca/fhir/ehr/ValueSet/mime-type",
"version": "1.0.0",
"name": "MimeTypeEHR",
"title": "Mime Type EHR",
"status": "active",
"date": "2025-04-09",
"publisher": "Ontario Health",
"description": "Attachment mime type supported by Ontario Health interfaces.",
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"code": "application/pdf",
"display": "Adobe Portable Document Format"
},
{
"code": "application/rtf",
"display": "Rich Text Format (RTF)"
},
{
"code": "audio/mpeg",
"display": "MPEG audo layer 3 (MP3)"
},
{
"code": "audio/x-wav",
"display": "Waveform Audio File Format"
},
{
"code": "image/gif",
"display": "Graphics Interchange Format"
},
{
"code": "image/jpeg",
"display": "Joint Photographic Experts Group"
},
{
"code": "image/png",
"display": "Portable Network Graphics (PNG)"
},
{
"code": "image/tiff",
"display": "Tag Image File Format"
},
{
"code": "text/html",
"display": "Hypertext Markup Language"
},
{
"code": "text/plain",
"display": "Plain text"
},
{
"code": "text/xml",
"display": "Extensible Markup Language"
}
]
}
]
}
}