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
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <CodeSystem/daf-research-query-formats> a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "daf-research-query-formats"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>\n</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>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/core/2017Jan/CodeSystem/daf-research-query-formats"]; fhir:CodeSystem.name [ fhir:value "DAF Research Query Formats"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:CodeSystem.date [ fhir:value "2016-12-07T06:14:20+11:00"^^xsd:dateTime]; fhir:CodeSystem.description [ fhir:value "Research Data Models that are in use widely in the industry currently"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/us/daf-research/ValueSet/daf-research-query-formats"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "SAS" ]; fhir:CodeSystem.concept.display [ fhir:value "SAS Queries" ]; fhir:CodeSystem.concept.definition [ fhir:value "Queries are created using the SAS language" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "SQL" ]; fhir:CodeSystem.concept.display [ fhir:value "SQL Queries" ]; fhir:CodeSystem.concept.definition [ fhir:value "Queries are created using the SQL language" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "FHIR-SEARCH" ]; fhir:CodeSystem.concept.display [ fhir:value "FHIR Search Queries" ]; fhir:CodeSystem.concept.definition [ fhir:value "Queries are created using FHIR Search mechanisms" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "PopMedNet-JSON" ]; fhir:CodeSystem.concept.display [ fhir:value "PopMedNet-JSON Queries" ]; fhir:CodeSystem.concept.definition [ fhir:value "Queries are created using PopMedNet JSON format, which is used in PCORNet." ] ].