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

FHIR IG Statistics: ValueSet/olis-DataMIMEtype

Packageca.on.oh-olis
Resource TypeValueSet
Idolis-DataMIMEtype
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/ValueSet/observation-data-mime-type
URLhttp://ehealthontario.ca/fhir/ValueSet/observation-data-mime-type
Version1.0.0
Statusactive
NameDataMIMEType
Authorityhl7
DescriptionAttachment type of observation data supported by Ontario Health

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
urn:ietf:bcp:13BCP 13

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "olis-DataMIMEtype",
  "url": "http://ehealthontario.ca/fhir/ValueSet/observation-data-mime-type",
  "version": "1.0.0",
  "name": "DataMIMEType",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Attachment type of observation data supported by Ontario Health",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "tiff",
            "display": "tiff"
          },
          {
            "code": "jpeg",
            "display": "jpeg"
          },
          {
            "code": "gif",
            "display": "gif"
          },
          {
            "code": "html",
            "display": "html"
          },
          {
            "code": "xml",
            "display": "xml"
          },
          {
            "code": "rtf",
            "display": "rtf"
          },
          {
            "code": "pdf",
            "display": "pdf"
          },
          {
            "code": "png",
            "display": "png"
          }
        ]
      }
    ]
  }
}