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 Race Codes - JSON Representation

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "uscore-to-pcornet-race",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2> Mapping from US Core to PCORNet Race codes</h2> \n        <p> Mapping from US Core Race (https://www.hl7.org/fhir/us/core/ValueSet-omb-race-category.html) to \n        <a>http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-race</a> \n      </p>\n      <div> \n        <p> This concept map defines a mapping from US Core Race category to PCORNet race codes.</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> 1002-5</td> \n          <td> equal</td> \n          <td> 01</td> \n        </tr> \n        <tr> \n          <td> 2028-9</td> \n          <td> equal</td> \n          <td> 02</td> \n        </tr> \n         <tr> \n          <td> 2054-5</td> \n          <td> equal</td> \n          <td> 03</td> \n        </tr> \n         <tr> \n          <td> 2076-8</td> \n          <td> equal</td> \n          <td> 04</td> \n        </tr> \n         <tr> \n          <td> 2106-3</td> \n          <td> equal</td> \n          <td> 05</td> \n        </tr> \n         <tr> \n          <td> UNK</td> \n          <td> equal</td> \n          <td> UN</td> \n        </tr> \n         <tr> \n          <td> ASKU</td> \n          <td> equal</td> \n          <td> 07</td> \n        </tr> \n      </table>  \n    </div>"
  },
  "url" : "http://hl7.org/fhir/us/cdmh/ConceptMap/uscore-to-pcornet-race",
  "version" : "1.0.0",
  "name" : "USCoreToPCORNetRace",
  "title" : "Mapping from US Core to PCORNet Race Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-12-06T15:53:07+00:00",
  "publisher" : "HL7 International - Biomedical Research and Regulation Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "This concept map defines a mapping from US Core Race to PCORNet Race codes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
  "sourceCanonical" : "http://hl7.org/fhir/us/core/ValueSet/omb-race-category",
  "targetCanonical" : "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-race",
  "group" : [
    {
      "element" : [
        {
          "code" : "1002-5",
          "target" : [
            {
              "code" : "01",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "2028-9",
          "target" : [
            {
              "code" : "02",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "2054-5",
          "target" : [
            {
              "code" : "03",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "2076-8",
          "target" : [
            {
              "code" : "04",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "2106-03",
          "target" : [
            {
              "code" : "05",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "UNK",
          "target" : [
            {
              "code" : "UN",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "ASKU",
          "target" : [
            {
              "code" : "07",
              "equivalence" : "equal"
            }
          ]
        }
      ]
    }
  ]
}