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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
IdMimeType - vs.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@1.1.0-snapshot&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/mime-type
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/mime-type
Version1.0.0
Statusactive
NameMimeType
TitleMimeType
DescriptionAttachment mime type supported by requirements

Resources that use this resource

StructureDefinition
ca.on.ehr.r4#1.0.0-temporaryprofile-binaryBinary EHR
ca.on.ehr.r4#1.0.0-temporaryprofile-diagnosticReport-imagingDiagnosticReport Imaging EHR
ca.on.mi#1.0.0-snapshot1ca-on-mi-profile-diagnosticReportMI DiagnosticReport Profile

Resources that this resource uses

CodeSystem
his.lw#1.0.2urn:ietf:bcp:13MimeTypes

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "mime-type",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/mime-type",
  "version": "1.0.0",
  "name": "MimeType",
  "title": "MimeType",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Attachment mime type supported by requirements",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "image/jpeg",
            "display": "Joint Photographic Experts Group"
          },
          {
            "code": "png",
            "display": "PNG image data"
          },
          {
            "code": "application/pdf",
            "display": "Portable Document Format"
          },
          {
            "code": "image/tiff",
            "display": "Graphics Interchange Format"
          },
          {
            "code": "audio/mpeg",
            "display": "MPEG audo layer 3 (MP3)"
          },
          {
            "code": "audio/mp4",
            "display": "MP4 Audio"
          },
          {
            "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"
          }
        ]
      }
    ]
  }
}