FHIR IG analytics| Package | ca.on.olis.r4 |
| Resource Type | ValueSet |
| Id | vs-Observation-DataMIMEType.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
]
}
}