@mik CDC Race & Ethnicity are not defined in FHIR V4.0.0 because they are not part of FHIR V4.0.0 but are required elements on the US Core Implementation Guide for FHIR V4 (HL7.FHIR.US.CORE\Index - FHIR v4.0.1). US Core extends core FHIR with these elements (and others).
While not what @greshje is seeking (he wants FHIR terminology in Athena), appended (can’t attach json files…) are the two trivial FHIR ConceptMaps that we created for a CDC project that maps OMOP race/ethnicity values into valid USCore coded terms.
{
“resourceType”: “ConceptMap”,
“id”: “Person.race.conceptid”,
“version”: “0”,
“group”: [
{
“source”: “omop”,
“sourceVersion”: “5.3”,
“target”: “urn:oid:2.16.840.1.113883.6.238”,
“targetVersion”: “4.0.0”,
“element”: [
{
“code”: “8515”,
“display”: “Asian”,
“target”: [
{
“code” : “2028-9”,
“display” : “Asian”
}
]
},
{
“code”: “8516”,
“display”: “Black or African American”,
“target”: [
{
“code”: “2054-5”,
“display”: “Black or African American”
}
]
},
{
“code”: “8527”,
“display”: “White”,
“target”: [
{
“code”: “2106-3”,
“display”: “White”
}
]
},
{
“code”: “8557”,
“display”: “Native Hawaiian or Other Pacific Islander”,
“target”: [
{
“code”: “2076-8”,
“display”: “Native Hawaiian or Other Pacific Islander”
}
]
},
{
“code”: “8657”,
“display”: “American Indian or Alaska Native”,
“target”: [
{
“code”: “1002-5”,
“display”: “American Indian or Alaska Native”
}
]
},
{
“code”: “38003613”,
“display”: “Other Pacific Islander”,
“target”: [
{
“code”: “2076-8”,
“display”: “Native Hawaiian or Other Pacific Islander”
}
]
}
]
},
{
“source”: “omop”,
“sourceVersion”: “5.3”,
“target”: “http://terminology.hl7.org/CodeSystem/v3-NullFlavor”,
“targetVersion”: “2.0.0”,
“element”: [
{
“code”: “0”,
“display”: “No matching concept”,
“target”: [
{
“code”: “UNK”,
“display”: “Unknown”
}
]
}
]
}
]
}
{
“resourceType”: “ConceptMap”,
“id”: “Person.ethnicity.conceptid”,
“group”: [
{
“source”: “omop”,
“sourceVersion”: “5.3”,
“target”: “urn:oid:2.16.840.1.113883.6.238”,
“targetVersion”: “4.0.0”,
“element”: [
{
“code”: “38003563”,
“display”: “Hispanic”,
“target”: [
{
“code” : “2135-2”,
“display” : “Hispanic or Latino”
}
]
},
{
“code”: “38003564”,
“display”: “Not Hispanic”,
“target”: [
{
“code”: “2186-5”,
“display”: “Not Hispanic or Latino”
}
]
},
{
“code”: “0”,
“display”: “No matching concept”,
“target”: [
{
“code”: “2186-5”,
“display”: “Not Hispanic or Latino”
}
]
}
]
}
]
}