This page is part of the Data Access Framework (v1.8.0: STU 2 Ballot 2) based on FHIR v1.8.0. . For a full list of available versions, see the Directory of published versions
{ "resourceType" : "CodeSystem", "id" : "daf-research-query-formats", "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>DAF Research Query Formats</h2><div><p>Research Data Models that are in use widely in the industry currently</p> </div><p>This code system http://hl7.org/fhir/us/core/2017Jan/CodeSystem/daf-research-query-formats defines the following codes:</p><table class="codes"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>SAS<a name="daf-research-query-formats-SAS"> </a></td><td>SAS Queries</td><td>Queries are created using the SAS language</td></tr><tr><td>SQL<a name="daf-research-query-formats-SQL"> </a></td><td>SQL Queries</td><td>Queries are created using the SQL language</td></tr><tr><td>FHIR-SEARCH<a name="daf-research-query-formats-FHIR-SEARCH"> </a></td><td>FHIR Search Queries</td><td>Queries are created using FHIR Search mechanisms</td></tr><tr><td>PopMedNet-JSON<a name="daf-research-query-formats-PopMedNet-JSON"> </a></td><td>PopMedNet-JSON Queries</td><td>Queries are created using PopMedNet JSON format, which is used in PCORNet.</td></tr></table></div>" }, "url" : "http://hl7.org/fhir/us/core/2017Jan/CodeSystem/daf-research-query-formats", "name" : "DAF Research Query Formats", "status" : "draft", "publisher" : "HL7 (FHIR Project)", "date" : "2016-12-07T06:14:20+11:00", "description" : "Research Data Models that are in use widely in the industry currently", "caseSensitive" : true, "valueSet" : "http://hl7.org/fhir/us/daf-research/ValueSet/daf-research-query-formats", "content" : "complete", "concept" : [ { "code" : "SAS", "display" : "SAS Queries", "definition" : "Queries are created using the SAS language" }, { "code" : "SQL", "display" : "SQL Queries", "definition" : "Queries are created using the SQL language" }, { "code" : "FHIR-SEARCH", "display" : "FHIR Search Queries", "definition" : "Queries are created using FHIR Search mechanisms" }, { "code" : "PopMedNet-JSON", "display" : "PopMedNet-JSON Queries", "definition" : "Queries are created using PopMedNet JSON format, which is used in PCORNet." } ] }