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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeValueSet
IdValueSet-mime-types.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/mime-types
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/mime-types
Statusactive
NameONQuestionnaireMimeTypes
TitleMime Types of Ontario Questionnaires
Realmca
DescriptionCodes allowed for attachments in Ontario e-referral and other Questionnaires

Resources that use this resource

StructureDefinition
sdc-questionnaireOntario SDC Questionnaire profile

Resources that this resource uses

CodeSystem
urn:ietf:bcp:13Mime Type

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ONQuestionnaireMimeTypes",
  "id": "mime-types",
  "title": "Mime Types of Ontario Questionnaires",
  "description": "Codes allowed for attachments in Ontario e-referral and other Questionnaires",
  "url": "http://ontariohealth.ca/fhir/eforms/ValueSet/mime-types",
  "immutable": false,
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "application/msword"
          },
          {
            "code": "application/pdf",
            "display": "PDF"
          },
          {
            "code": "application/vnd.ms-excel"
          },
          {
            "code": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
          },
          {
            "code": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
          },
          {
            "code": "audio/mp4",
            "display": "MP4 Audio"
          },
          {
            "code": "audio/mpeg",
            "display": "MPEG audio layer 3"
          },
          {
            "code": "image/bmp"
          },
          {
            "code": "image/gif",
            "display": "GIF Graphics Interchange Format"
          },
          {
            "code": "image/jpeg",
            "display": "JPEG Image"
          },
          {
            "code": "image/pjpeg"
          },
          {
            "code": "image/png",
            "display": "PNG Portable Network Graphics"
          },
          {
            "code": "image/svg+xml"
          },
          {
            "code": "image/tiff",
            "display": "TIFF Image"
          },
          {
            "code": "text/csv",
            "display": "CSV Comma-separated Values"
          },
          {
            "code": "text/plain",
            "display": "Plain Text"
          },
          {
            "code": "video/mp4",
            "display": "MPEG-4 Part 14"
          }
        ]
      }
    ]
  }
}