{
  "resourceType": "ValueSet",
  "id": "sdc-dex-mimetype",
  "meta": {
    "lastUpdated": "2015-12-03T09:57:31.744+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><h2>DEX mapping language mime types</h2><p>The list of mime types that identify mapping languages supported by DEX.</p><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 http://example.com<table><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>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.0"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/sdc-dex-mimetype",
  "version": "1.1.0",
  "name": "DEX mapping language mime types",
  "status": "draft",
  "experimental": true,
  "publisher": "Office of the National Coordinator for Health IT",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http:\\\\healthit.gov"
        }
      ]
    }
  ],
  "date": "2015-12-03T09:57:31+11:00",
  "description": "The list of mime types that identify mapping languages supported by DEX.",
  "copyright": "Mime types have no IP restrictions",
  "compose": {
    "include": [
      {
        "system": "http://example.com",
        "concept": [
          {
            "fhir_comments": [
              "  TODO - fix this  "
            ],
            "code": "application/sparql-results+xml",
            "display": "SPARQL"
          },
          {
            "code": "application/sql",
            "display": "SQL"
          },
          {
            "code": "application/xquery",
            "display": "X-Query"
          }
        ]
      }
    ]
  }
}