Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions

: Mapping from US Core to PCORNet Ethnicity Codes - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ConceptMap;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "uscore-to-pcornet-ethnicity"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2> Mapping from US Core to PCORNet Ethnicity codes</h2> \n        <p> Mapping from US Core Ethnicity (https://www.hl7.org/fhir/us/core/ValueSet-omb-ethnicity-category.html) to \n        <a>http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-ethnicity</a> \n      </p>\n      <div> \n        <p> This concept map defines a mapping from US Core Ethnicity to PCORNet Ethnicity codes.\n            For values such as &quot;Patient Refusing to Answer&quot;, No Information etc, the mapping software has to map the data absent reason values to the PCORNet Ethnicity codes. \n        </p> \n      </div> \n      <br/> \n      <table class=\"grid\">\n        <tr> \n          <td> \n            <b> Source Code</b> \n          </td> \n          <td> \n            <b> Equivalence</b> \n          </td> \n          <td> \n            <b> Destination Code</b> \n          </td> \n        </tr> \n        <tr> \n          <td> 2135-2</td> \n          <td> equal</td> \n          <td> Y</td> \n        </tr> \n        <tr> \n          <td> 2186-5</td> \n          <td> equal</td> \n          <td> N</td> \n        </tr> \n      </table>  \n    </div>"
  ];
  fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/us/cdmh/ConceptMap/uscore-to-pcornet-ethnicity"];
  fhir:ConceptMap.version [ fhir:value "1.0.0"];
  fhir:ConceptMap.name [ fhir:value "USCoreToPCORNetEthnicity"];
  fhir:ConceptMap.title [ fhir:value "Mapping from US Core to PCORNet Ethnicity Codes"];
  fhir:ConceptMap.status [ fhir:value "draft"];
  fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ConceptMap.date [ fhir:value "2021-12-06T15:53:07+00:00"^^xsd:dateTime];
  fhir:ConceptMap.publisher [ fhir:value "HL7 International - Biomedical Research and Regulation Work Group"];
  fhir:ConceptMap.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/rcrim" ]     ]
  ];
  fhir:ConceptMap.description [ fhir:value "This concept map defines a mapping from US Core Ethnicity to PCORNet Ethnicity codes."];
  fhir:ConceptMap.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:ConceptMap.copyright [ fhir:value "Used by permission of HL7, all rights reserved Creative Commons License"];
  fhir:ConceptMap.sourceCanonical [
     fhir:value "http://hl7.org/fhir/us/core/ValueSet/omb-ethnicity-category";
     fhir:link <http://hl7.org/fhir/us/core/ValueSet/omb-ethnicity-category>
  ];
  fhir:ConceptMap.targetCanonical [
     fhir:value "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-ethnicity";
     fhir:link <http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-ethnicity>
  ];
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.group.element [
       fhir:index 0;
       fhir:ConceptMap.group.element.code [ fhir:value "2135-2" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "Y" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ]       ]     ], [
       fhir:index 1;
       fhir:ConceptMap.group.element.code [ fhir:value "2186-5" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "N" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equal" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.