FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "draft",
"name": "MimeType",
"id": "mime-type",
"title": "MIME Type",
"description": "MIME Type",
"url": "http://ehealthontario.ca/fhir/ValueSet/mime-type",
"experimental": false,
"immutable": false,
"version": "1.1.0",
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"code": "application/pdf",
"display": "Adobe Portable Document Format"
},
{
"code": "image/jpeg",
"display": "Joint Photographic Experts Group"
},
{
"code": "image/png",
"display": "Portable Network Graphics (PNG)"
},
{
"code": "image/gif",
"display": "Graphics Interchange Format"
},
{
"code": "text/html",
"display": "Hypertext Markup Language"
}
]
}
]
}
}