FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "active",
"name": "ONQuestionnaireMimeTypes",
"id": "mime-types",
"title": "Mime Types of Ontario Questionnaires",
"description": "Codes allowed for attachments in Ontario e-referral and other Questionnaires",
"url": "http://ontariohealth.ca/fhir/eforms/ValueSet/mime-types",
"immutable": false,
"experimental": false,
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"code": "application/msword"
},
{
"code": "application/pdf",
"display": "PDF"
},
{
"code": "application/vnd.ms-excel"
},
{
"code": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
},
{
"code": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
},
{
"code": "audio/mp4",
"display": "MP4 Audio"
},
{
"code": "audio/mpeg",
"display": "MPEG audio layer 3"
},
{
"code": "image/bmp"
},
{
"code": "image/gif",
"display": "GIF Graphics Interchange Format"
},
{
"code": "image/jpeg",
"display": "JPEG Image"
},
{
"code": "image/pjpeg"
},
{
"code": "image/png",
"display": "PNG Portable Network Graphics"
},
{
"code": "image/svg+xml"
},
{
"code": "image/tiff",
"display": "TIFF Image"
},
{
"code": "text/csv",
"display": "CSV Comma-separated Values"
},
{
"code": "text/plain",
"display": "Plain Text"
},
{
"code": "video/mp4",
"display": "MPEG-4 Part 14"
}
]
}
]
}
}