| Package | hl7.fhir.us.daf |
| Resource Type | CodeSystem |
| Id | daf-research-query-formats |
| FHIR Version | R3 |
| Source | http://hl7.org/fhir/us/daf/CodeSystem-daf-research-query-formats.html |
| URL | http://hl7.org/fhir/us/daf-research/CodeSystem/daf-research-query-formats |
| Version | 1.0.0 |
| Status | draft |
| Date | 2017-04-21T08:00:11+10:00 |
| Name | DAF Research Query Formats |
| Realm | us |
| Authority | hl7 |
| Description | Research Data Models that are in use widely in the industry currently |
| Content | complete |
| ValueSet | |
| daf-research-query-formats | DAF Research Query Formats |
No resources found
Note: links and images are rebased to the (stated) source
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:
{
"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."
}
]
}