This page is part of the Structured Data Capture FHIR IG (v1.6: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

This is a pre-release of a future version of SDC (expected to be STU 2). The current version is STU 2.
For a full list of available versions, see the Directory of published versions .

13.1 DEX mapping language mime types - json

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "dex-mimetype",
  "url" : "http://hl7.org/fhir/us/sdc/ValueSet/dex-mimetype",
  "name" : "DEX mapping language mime types",
  "status" : "draft",
  "publisher" : "Office of the National Coordinator for Health IT",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http:\\healthit.gov"
        }
      }
    }
  },
  "date" : "2016-08-11T13:43:13+10:00",
  "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"
          }
        }
      }
    }
  }
}