FHIR IG analytics| Package | ca.on.ehr.r4 |
| Resource Type | CodeSystem |
| Id | CodeSystem-mime-type.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "codesystem-mime-type",
"url": "urn:ietf:bcp:13",
"version": "1.1.0",
"name": "MimeTypeEHR",
"title": "Mime Type EHR",
"status": "active",
"date": "2026-03-11",
"publisher": "IETF",
"description": "MIME Media Types (formerly known as MIME types) are registered with Internet Assigned Numbers Authority (IANA) under the procedures defined in BCP 13 (RFC 6838). This is only a subset of the full list of media types and includes only those supported by Ontario Health interfaces, including but not limited to PHSD, acCDR, and eForms.",
"caseSensitive": true,
"content": "fragment",
"concept": [
{
"code": "application/msword",
"display": "Microsoft Word"
},
{
"code": "application/pdf",
"display": "Adobe Portable Document Format (PDF)"
},
{
"code": "application/rtf",
"display": "Rich Text Format (RTF)"
},
{
"code": "application/vnd.ms-excel",
"display": "Microsoft Excel"
},
{
"code": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"display": "Microsoft Excel (OpenXML)"
},
{
"code": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"display": "Microsoft Word (OpenXML)"
},
{
"code": "audio/mp4",
"display": "MP4 Audio"
},
{
"code": "audio/mpeg",
"display": "MPEG audio layer 3 (MP3)"
},
{
"code": "audio/x-wav",
"display": "Waveform Audio File Format"
},
{
"code": "image/bmp",
"display": "Windows OS/2 Bitmap Graphics"
},
{
"code": "image/gif",
"display": "Graphics Interchange Format (GIF)"
},
{
"code": "image/jpeg",
"display": "JPEG images"
},
{
"code": "image/png",
"display": "Portable Network Graphics (PNG)"
},
{
"code": "image/svg+xml",
"display": "Scalable Vector Graphics (SVG)"
},
{
"code": "image/tiff",
"display": "Tagged Image File Format (TIFF)"
},
{
"code": "text/csv",
"display": "Comma-separated values (CSV)"
},
{
"code": "text/html",
"display": "HyperText Markup Language (HTML)"
},
{
"code": "text/plain",
"display": "Plain text"
},
{
"code": "text/xml",
"display": "Extensible Markup Language"
},
{
"code": "video/mp4",
"display": "MP4 video"
}
]
}