FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/daf-research-query-formats

Packagehl7.fhir.us.daf
TypeCodeSystem
Iddaf-research-query-formats
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/daf/CodeSystem-daf-research-query-formats.html
URLhttp://hl7.org/fhir/us/daf-research/CodeSystem/daf-research-query-formats
Version1.0.0
Statusdraft
Date2017-04-21T08:00:11+10:00
NameDAF Research Query Formats
Realmus
Authorityhl7
DescriptionResearch Data Models that are in use widely in the industry currently
Contentcomplete

Resources that use this resource

ValueSet
daf-research-query-formatsDAF Research Query Formats

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

DAF Research Query Formats

Research Data Models that are in use widely in the industry currently

This code system http://hl7.org/fhir/us/daf-research/CodeSystem/daf-research-query-formats defines the following codes:

CodeDisplayDefinition
CQL CQL QueriesQueries are created using the Clinical Quality Language (CQL) language
SAS SAS QueriesQueries are created using the SAS language
SQL SQL QueriesQueries are created using the SQL language
FHIR-SEARCH FHIR Search QueriesQueries are created using FHIR Search mechanisms
PopMedNet-JSON PopMedNet-JSON QueriesQueries are created using PopMedNet JSON format, which is used in PCORNet.

Source

{
  "resourceType": "CodeSystem",
  "id": "daf-research-query-formats",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/daf-research/CodeSystem/daf-research-query-formats",
  "version": "1.0.0",
  "name": "DAF Research Query Formats",
  "status": "draft",
  "date": "2017-04-21T08:00:11+10:00",
  "publisher": "HL7 (FHIR Project)",
  "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": "CQL",
      "display": "CQL Queries",
      "definition": "Queries are created using the Clinical Quality Language (CQL) language"
    },
    {
      "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."
    }
  ]
}