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 Data Models

@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-data-models> a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "daf-research-data-models"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>DAF Research Data Models</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-data-models 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>PCORNet-CDM<a name=\"daf-research-data-models-PCORNet-CDM\"> </a></td><td>PCORNet Common Data Model</td><td>[The Patient Centered Clinical Research Network (PCORNet)](http://www.pcornet.org/pcornet-common-data-model/) Common Data Model</td></tr><tr><td>OMOP<a name=\"daf-research-data-models-OMOP\"> </a></td><td>OMOP Data Model</td><td>[The Observational Medical Outcomes Partnership (OMOP)](http://omop.org/CDM) Data Model</td></tr><tr><td>i2b2<a name=\"daf-research-data-models-i2b2\"> </a></td><td>i2b2 Data Model</td><td>[The Informatics for Integrating Biology  &amp; the Bedside ([i2b2)](https://www.i2b2.org/about/intro.html) Data Model</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/core/2017Jan/CodeSystem/daf-research-data-models"];
  fhir:CodeSystem.name [ fhir:value "DAF Research Data Models"];
  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-data-models"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "PCORNet-CDM" ];
     fhir:CodeSystem.concept.display [ fhir:value "PCORNet Common Data Model" ];
     fhir:CodeSystem.concept.definition [ fhir:value "[The Patient Centered Clinical Research Network (PCORNet)](http://www.pcornet.org/pcornet-common-data-model/) Common Data Model" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "OMOP" ];
     fhir:CodeSystem.concept.display [ fhir:value "OMOP Data Model" ];
     fhir:CodeSystem.concept.definition [ fhir:value "[The Observational Medical Outcomes Partnership (OMOP)](http://omop.org/CDM) Data Model" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "i2b2" ];
     fhir:CodeSystem.concept.display [ fhir:value "i2b2 Data Model" ];
     fhir:CodeSystem.concept.definition [ fhir:value "[The Informatics for Integrating Biology  & the Bedside ([i2b2)](https://www.i2b2.org/about/intro.html) Data Model" ]
  ].