FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeCodeSystem
IdCodeSystem-mime-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}