Dk Terminology for XDS Metadata
1.0.0 - trial-use
Dk Terminology for XDS Metadata, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-xds-metadata/ and changes regularly. See the Directory of published versions
Active as of 2015-01-04 |
{
"resourceType" : "ValueSet",
"id" : "MedCom-ihe-core-mimetype-VS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MedCom-ihe-core-mimetype-VS</b></p><a name=\"MedCom-ihe-core-mimetype-VS\"> </a><a name=\"hcMedCom-ihe-core-mimetype-VS\"> </a><a name=\"MedCom-ihe-core-mimetype-VS-en-US\"> </a><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.5.79</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>text/xml</td><td>MimeType-text/xml</td></tr><tr><td>application/fhir+json</td><td>MimeType-application/fhir+json</td></tr><tr><td>application/fhir+xml</td><td>MimeType-application/fhir+xml</td></tr></table></li></ul></div>"
},
"url" : "http://medcomfhir.dk/ig/xdsmetadata/ValueSet/MedCom-ihe-core-mimetype-VS",
"version" : "1.0.0",
"name" : "MedComIHE_CoreMimeType",
"title" : "IHE MimeType",
"status" : "active",
"experimental" : true,
"date" : "2015-01-04",
"publisher" : "MedCom",
"contact" : [
{
"name" : "MedCom",
"telecom" : [
{
"system" : "url",
"value" : "http://www.medcom.dk"
}
]
}
],
"description" : "Values for the document metadata attribute mimeType",
"compose" : {
"include" : [
{
"system" : "urn:oid:2.16.840.1.113883.5.79",
"concept" : [
{
"code" : "text/xml",
"display" : "MimeType-text/xml"
},
{
"code" : "application/fhir+json",
"display" : "MimeType-application/fhir+json"
},
{
"code" : "application/fhir+xml",
"display" : "MimeType-application/fhir+xml"
}
]
}
]
}
}