@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v2-0005"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
  • Include these codes as defined in urn:oid:2.16.840.1.113883.6.238
    CodeDisplay
    1002-5American Indian or Alaska Native
    2028-9Asian
    2054-5Black or African American
    2076-8Native Hawaiian or Other Pacific Islander
    2106-3White
    2131-1Other Race
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v2-0005"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.114222.4.11.6065" ] ] ) ; # fhir:version [ fhir:v "4.0.0"] ; # fhir:name [ fhir:v "PHVSRaceHL72x"] ; # fhir:title [ fhir:v "PHVS_Race_HL7_2x"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-09-01"^^xsd:date] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:description [ fhir:v "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:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "1002-5" ] ; fhir:display [ fhir:v "American Indian or Alaska Native" ] ] [ fhir:code [ fhir:v "2028-9" ] ; fhir:display [ fhir:v "Asian" ] ] [ fhir:code [ fhir:v "2054-5" ] ; fhir:display [ fhir:v "Black or African American" ] ] [ fhir:code [ fhir:v "2076-8" ] ; fhir:display [ fhir:v "Native Hawaiian or Other Pacific Islander" ] ] [ fhir:code [ fhir:v "2106-3" ] ; fhir:display [ fhir:v "White" ] ] [ fhir:code [ fhir:v "2131-1" ] ; fhir:display [ fhir:v "Other Race" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------