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

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeValueSet
IdValueSet-mime-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.erec.r4@0.12.6-TU-snapshot1&canonical=http://ehealthontario.ca/fhir/ValueSet/mime-type
URLhttp://ehealthontario.ca/fhir/ValueSet/mime-type
Version1.1.0
Statusdraft
NameMimeType
TitleMIME Type
DescriptionMIME Type

Resources that use this resource

StructureDefinition
ca.on.erec.r4#0.12.6-TU-snapshot1ca-on-eReferral-profile-binaryBinary

Resources that this resource uses

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

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "MimeType",
  "id": "mime-type",
  "title": "MIME Type",
  "description": "MIME Type",
  "url": "http://ehealthontario.ca/fhir/ValueSet/mime-type",
  "experimental": false,
  "immutable": false,
  "version": "1.1.0",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "application/pdf",
            "display": "Adobe Portable Document Format"
          },
          {
            "code": "image/jpeg",
            "display": "Joint Photographic Experts Group"
          },
          {
            "code": "image/png",
            "display": "Portable Network Graphics (PNG)"
          },
          {
            "code": "image/gif",
            "display": "Graphics Interchange Format"
          },
          {
            "code": "text/html",
            "display": "Hypertext Markup Language"
          }
        ]
      }
    ]
  }
}