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

FHIR IG analytics

Packageca.on.hrm.r4
Resource TypeValueSet
IdValueSet-mime-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.hrm.r4@1.0.1-snapshot2&canonical=http://ontariohealth.ca/fhir/ocre/ValueSet/mime-type
URLhttp://ontariohealth.ca/fhir/ocre/ValueSet/mime-type
Version1.0.0-Ballot
Statusactive
NameMimeType
TitleMIME Type
Realmca
DescriptionMIME Type

Resources that use this resource

StructureDefinition
ca.on.hrm.r4#1.0.1-snapshot2profile-binary-submissionOCRE Binary Profile (Submission)
ca.on.hrm.r4#1.0.1-snapshot2profile-diagnosticReport-submissionOCRE DiagnosticReport Profile (Submission)

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": "active",
  "name": "MimeType",
  "id": "mime-type",
  "title": "MIME Type",
  "description": "MIME Type",
  "url": "http://ontariohealth.ca/fhir/ocre/ValueSet/mime-type",
  "experimental": false,
  "immutable": false,
  "version": "1.0.0-Ballot",
  "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"
          }
        ]
      }
    ]
  }
}