Narrative view of the Value Set
{
"resourceType" : "ValueSet",
"id" : "dex-mimetype",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>DEX mapping language mime types</h2><div><p>The list of mime types that identify mapping languages supported by DEX.</p>
</div><p><b>Copyright Statement:</b> Mime types have no IP restrictions</p><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <code>urn:ietf:bcp:13</code><table class="none"><tr><td><b>Code</b></td><td><b>Display</b></td></tr><tr><td>application/sparql-results+xml</td><td>SPARQL</td><td/></tr><tr><td>application/sql</td><td>SQL</td><td/></tr><tr><td>application/xquery</td><td>X-Query</td><td/></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/sdc/ValueSet/dex-mimetype",
"version" : "2.0",
"name" : "DEX mapping language mime types",
"status" : "draft",
"date" : "2017-04-21T09:19:10+10:00",
"publisher" : "Office of the National Coordinator for Health IT",
"contact" : [
{
"telecom" : [
{
"system" : "other",
"value" : "http:\\healthit.gov"
}
]
}
],
"description" : "The list of mime types that identify mapping languages supported by DEX.",
"copyright" : "Mime types have no IP restrictions",
"compose" : {
"include" : [
{
"system" : "urn:ietf:bcp:13",
"concept" : [
{
"code" : "application/sparql-results+xml",
"display" : "SPARQL"
},
{
"code" : "application/sql",
"display" : "SQL"
},
{
"code" : "application/xquery",
"display" : "X-Query"
}
]
}
]
}
}