DAF Research, Release 1 Ballot

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

DAF Research Query Formats


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="daf-research-query-formats"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="http://hl7.org/fhir/us/core/2017Jan/CodeSystem/daf-research-query-formats"/>
  <name value="DAF Research Query Formats"/>
  <status value="draft"/>
  <publisher value="HL7 (FHIR Project)"/>
  <date value="2016-12-07T06:14:20+11:00"/>
  <description
               value="Research Data Models that are in use widely in the industry currently"/>
  <caseSensitive value="true"/>
  <valueSet
            value="http://hl7.org/fhir/us/daf-research/ValueSet/daf-research-query-formats"/>
  <content value="complete"/>
  <concept>
    <code value="SAS"/>
    <display value="SAS Queries"/>
    <definition value="Queries are created using the SAS language"/>
  </concept>
  <concept>
    <code value="SQL"/>
    <display value="SQL Queries"/>
    <definition value="Queries are created using the SQL language"/>
  </concept>
  <concept>
    <code value="FHIR-SEARCH"/>
    <display value="FHIR Search Queries"/>
    <definition value="Queries are created using FHIR Search mechanisms"/>
  </concept>
  <concept>
    <code value="PopMedNet-JSON"/>
    <display value="PopMedNet-JSON Queries"/>
    <definition
                value="Queries are created using PopMedNet JSON format, which is used in PCORNet."/>
  </concept>
</CodeSystem>