FHIR IG Statistics: ValueSet/images-MediaContentTypeCodelijst
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "images-MediaContentTypeCodelijst",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"url": "http://nictiz.nl/fhir/ValueSet/images-MediaContentTypeCodelijst",
"version": "1.0.1",
"name": "MediaContentTypeCodelijst",
"title": "MediaContentTypeCodelijst",
"status": "active",
"experimental": false,
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "url",
"value": "https://www.nictiz.nl",
"use": "work"
}
]
}
],
"description": "MediaContentTypeCodelijst based on Dicom's Web Services rendered Media Types for single frame images.",
"immutable": false,
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"code": "image/jpeg",
"display": "jpeg"
},
{
"code": "image/gif",
"display": "gif"
},
{
"code": "image/png",
"display": "png"
},
{
"code": "image/jp2",
"display": "jp2"
}
]
}
]
}
}