DAF Research Implementation Guide v2.0.0 (STU2)

Example: CodeSystem-daf-research-query-formats

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "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/daf-research/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>CQL<a name="daf-research-query-formats-CQL"> </a></td><td>CQL Queries</td><td>Queries are created using the Clinical Quality Language (CQL) language</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/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."
    }
  ]
}