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 .
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <ValueSet/dex-mimetype> a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "dex-mimetype"]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/sdc/ValueSet/dex-mimetype"]; fhir:ValueSet.name [ fhir:value "DEX mapping language mime types"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.publisher [ fhir:value "Office of the National Coordinator for Health IT"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ValueSet.contact.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http:\\\\healthit.gov" ] ] ]; fhir:ValueSet.date [ fhir:value "2016-08-11T13:43:13+10:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "The list of mime types that identify mapping languages supported by DEX."]; fhir:ValueSet.copyright [ fhir:value "Mime types have no IP restrictions"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "urn:ietf:bcp:13" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "application/sparql-results+xml" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "SPARQL" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "application/sql" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "SQL" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "application/xquery" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "X-Query" ] ] ] ].