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

FHIR IG Statistics: ValueSet/olis-MimeType

Packageca.on.oh-olis
Resource TypeValueSet
Idolis-MimeType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-observation-mimetypes
URLhttp://ehealthontario.ca/fhir/ValueSet/ca-on-lab-observation-mimetypes
Version1.0.0
Statusactive
NameMimeType
Authorityhl7
DescriptionAttachment mime type supported by OLIS

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
urn:ietf:bcp:13BCP 13

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "olis-MimeType",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-observation-mimetypes",
  "version": "1.0.0",
  "name": "MimeType",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Attachment mime type supported by OLIS",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "image/tiff",
            "display": "TIFF image data"
          },
          {
            "code": "image/jpeg",
            "display": "Joint Photographic Experts Group"
          },
          {
            "code": "image/gif",
            "display": "Graphics Interchange Format"
          },
          {
            "code": "text/html",
            "display": "Hypertext Markup Language"
          },
          {
            "code": "text/xml",
            "display": "Extensible Markup Language"
          },
          {
            "code": "text/rtf",
            "display": "Rich Text Format"
          },
          {
            "code": "application/pdf",
            "display": "Portable Document Format"
          },
          {
            "code": "image/png",
            "display": "PNG image data"
          },
          {
            "code": "application/msword",
            "display": "Word document format"
          }
        ]
      }
    ]
  }
}