Extensions for Using Data Elements from FHIR R4 in FHIR R4B - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 1 |
{
"resourceType" : "CodeSystem",
"id" : "media-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem media-type</b></p><a name=\"media-type\"> </a><a name=\"hcmedia-type\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/media-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">image<a name=\"media-type-image\"> </a></td><td>Image</td><td>The media consists of one or more unmoving images, including photographs, computer-generated graphs and charts, and scanned documents</td></tr><tr><td style=\"white-space:nowrap\">video<a name=\"media-type-video\"> </a></td><td>Video</td><td>The media consists of a series of frames that capture a moving image</td></tr><tr><td style=\"white-space:nowrap\">audio<a name=\"media-type-audio\"> </a></td><td>Audio</td><td>The media consists of a sound recording</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4.r4b"
},
{
"url" : "version",
"valueString" : "0.1.0"
},
{
"url" : "uri",
"valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/media-type",
"version" : "4.0.1",
"name" : "MediaType",
"title" : "Media Type",
"status" : "draft",
"experimental" : false,
"date" : "2017-12-07T20:32:59-06:00",
"publisher" : "Orders and Observations",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}
]
},
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}
]
}
],
"description" : "Codes for high level media categories.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/media-type|4.3.0",
"content" : "complete",
"concept" : [
{
"code" : "image",
"display" : "Image",
"definition" : "The media consists of one or more unmoving images, including photographs, computer-generated graphs and charts, and scanned documents"
},
{
"code" : "video",
"display" : "Video",
"definition" : "The media consists of a series of frames that capture a moving image"
},
{
"code" : "audio",
"display" : "Audio",
"definition" : "The media consists of a sound recording"
}
]
}