HL7 Terminology (THO)
3.1.0 - Publication International flag

This page is part of the HL7 Terminology (v3.1.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: PHVS_Race_HL7_2x - TTL Representation

Active as of 2021-09-01

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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "v2-0005"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-CDCREC.html\"><code>urn:oid:2.16.840.1.113883.6.238</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1002-5</td><td>American Indian or Alaska Native</td></tr><tr><td>2028-9</td><td>Asian</td></tr><tr><td>2054-5</td><td>Black or African American</td></tr><tr><td>2076-8</td><td>Native Hawaiian or Other Pacific Islander</td></tr><tr><td>2106-3</td><td>White</td></tr><tr><td>2131-1</td><td>Other Race</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v2-0005"];
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.114222.4.11.6065" ]
  ];
  fhir:ValueSet.version [ fhir:value "3.0.0"];
  fhir:ValueSet.name [ fhir:value "PHVSRaceHL72x"];
  fhir:ValueSet.title [ fhir:value "PHVS_Race_HL7_2x"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2021-09-01"^^xsd:date];
  fhir:ValueSet.publisher [ fhir:value "U.S. Centers for Disease Control and Prevention (CDC)"];
  fhir:ValueSet.description [ fhir:value "This race value set is based upon CDC check-digit codes, but using the HL7 table 0005. HL7 adopted the CDC Race and Ethnicity codes in HL7 Table 0005 in 2005. This value set has been created for backward compatibility and some historic Implementation guides (E.g. Immunization). Recommend using Race Category value set based upon CDC Race & Ethnicity code system."];
  fhir:ValueSet.copyright [ fhir:value "Copyright HL7. Licensed under creative commons public domain"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1002-5" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "American Indian or Alaska Native" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2028-9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Asian" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2054-5" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Black or African American" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2076-8" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Native Hawaiian or Other Pacific Islander" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2106-3" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "White" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2131-1" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Other Race" ]       ]     ]
  ].

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

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