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

FHIR IG Statistics: CodeSystem/acCDR-MimeType

Packageaccdr.fhir.ig.pkg
Resource TypeCodeSystem
IdacCDR-MimeType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=accdr.fhir.ig.pkg@0.9.27&canonical=http://ontariohealth.ca/fhir/CodeSystem/urn:ietf:bcp:13
URLhttp://ontariohealth.ca/fhir/CodeSystem/urn:ietf:bcp:13
Version1.0.0
Statusactive
Date2023-05-29T15:55:06.3613088+00:00
NameMimeType
TitleMime Type
DescriptionThe value set identifies attachment mime type supported by acCDR
Contentcomplete

Resources that use this resource

ValueSet
accdr-mimetypeMimeType

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "acCDR-MimeType",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/urn:ietf:bcp:13",
  "version": "1.0.0",
  "name": "MimeType",
  "title": "Mime Type",
  "status": "active",
  "experimental": false,
  "date": "2023-05-29T15:55:06.3613088+00:00",
  "publisher": "Ontario Health",
  "description": "The value set identifies attachment mime type supported by acCDR",
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "image/jpeg",
      "display": "Joint Photographic Experts Group"
    },
    {
      "code": "image/gif",
      "display": "Graphics Interchange Format"
    },
    {
      "code": "text/html",
      "display": "Hypertext Markup Language"
    },
    {
      "code": "application/pdf",
      "display": "Portable Document Format"
    },
    {
      "code": "image/png",
      "display": "PNG image data"
    },
    {
      "code": "audio/mpeg",
      "display": "MPEG audo layer 3 (MP3)"
    },
    {
      "code": "audio/x-wav",
      "display": "WAV sound file"
    }
  ]
}