FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ValueSet-MimeType

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-MimeType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot9&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/mime-type
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/mime-type
Version1.0.0
Statusactive
Date2025-04-09
NameMimeTypeEHR
TitleMime Type EHR
Realmca
Authoritynational
DescriptionAttachment mime type supported by Ontario Health interfaces.

Resources that use this resource

StructureDefinition
profile-binaryBinaryEHR

Resources that this resource uses

CodeSystem
urn:ietf:bcp:13urn:ietf:bcp:13

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