This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) v1.6.0. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "daf-research-query-formats",
"meta" : {
"lastUpdated" : "2016-03-25T16:34:24.987-04:00",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
}
},
"url" : "http://hl7.org/fhir/us/daf/ValueSet/daf-research-query-formats",
"version" : "1.0.0",
"name" : "DAF Research Query Formats",
"status" : "active",
"experimental" : true,
"publisher" : "US Realm Steering Committee",
"contact" : [
{
"telecom" : [
{
"system" : "other",
"value" : "http://hl7.org/fhir"
}
}
}
},
"date" : "2016-07-24",
"description" : "Research Query Formats that are in use widely in the industry currently",
"compose" : {
"include" : [
{
"concept" : [
{
"code" : "SAS",
"display" : "Queries are created using the SAS language"
},
{
"code" : "SQL",
"display" : "Queries are created using the SQL language"
},
{
"code" : "FHIR-SEARCH",
"display" : "Queries are created using FHIR Search mechanisms"
},
{
"code" : "PopMedNet-JSON",
"display" : "Queries are created using PopMedNet JSON format, which is used in PCORNet."
}
}
}
}
}
}