FHIR IG analytics| Package | ca.on.phsd.r4-alpha |
| Resource Type | ValueSet |
| Id | MimeType - vs.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@1.1.0-snapshot&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/mime-type |
| URL | http://ontariohealth.ca/fhir/ehr/ValueSet/mime-type |
| Version | 1.0.0 |
| Status | active |
| Name | MimeType |
| Title | MimeType |
| Description | Attachment mime type supported by requirements |
| StructureDefinition | ||
| ca.on.ehr.r4#1.0.0-temporary | profile-binary | Binary EHR |
| ca.on.ehr.r4#1.0.0-temporary | profile-diagnosticReport-imaging | DiagnosticReport Imaging EHR |
| ca.on.mi#1.0.0-snapshot1 | ca-on-mi-profile-diagnosticReport | MI DiagnosticReport Profile |
| CodeSystem | ||
| his.lw#1.0.2 | urn:ietf:bcp:13 | MimeTypes |
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "mime-type",
"url": "http://ontariohealth.ca/fhir/ehr/ValueSet/mime-type",
"version": "1.0.0",
"name": "MimeType",
"title": "MimeType",
"status": "active",
"publisher": "Ontario Health",
"description": "Attachment mime type supported by requirements",
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"code": "image/jpeg",
"display": "Joint Photographic Experts Group"
},
{
"code": "png",
"display": "PNG image data"
},
{
"code": "application/pdf",
"display": "Portable Document Format"
},
{
"code": "image/tiff",
"display": "Graphics Interchange Format"
},
{
"code": "audio/mpeg",
"display": "MPEG audo layer 3 (MP3)"
},
{
"code": "audio/mp4",
"display": "MP4 Audio"
},
{
"code": "text/csv",
"display": "Comma-separated values (CSV)"
},
{
"code": "text/html",
"display": "HyperText Markup Language (HTML)"
},
{
"code": "text/plain",
"display": "Plain text"
},
{
"code": "text/xml",
"display": "Extensible Markup Language"
}
]
}
]
}
}