FHIR IG analytics| Package | ca.on.olis.r4 |
| Resource Type | ValueSet |
| Id | vs-DataSubtype.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "olis-MimeType",
"url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-observation-mimetypes",
"version": "1.0.0",
"name": "MimeType",
"status": "active",
"publisher": "Ontario Health",
"description": "Attachment mime type supported by OLIS",
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"code": "image/tiff",
"display": "TIFF image data"
},
{
"code": "image/jpeg",
"display": "Joint Photographic Experts Group"
},
{
"code": "image/gif",
"display": "Graphics Interchange Format"
},
{
"code": "text/html",
"display": "Hypertext Markup Language"
},
{
"code": "text/xml",
"display": "Extensible Markup Language"
},
{
"code": "text/rtf",
"display": "Rich Text Format"
},
{
"code": "application/pdf",
"display": "Portable Document Format"
},
{
"code": "image/png",
"display": "PNG image data"
},
{
"code": "application/msword",
"display": "Word document format"
}
]
}
]
}
}