This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions
@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 ------------------------------------------------------------------- <ValueSet/daf-race> a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "daf-race"]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/daf/ValueSet/daf-race"]; 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.113883.4.642.2.575" ] ]; fhir:ValueSet.version [ fhir:value "1.6.0"]; fhir:ValueSet.name [ fhir:value "OMB Race Categories"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean]; fhir:ValueSet.publisher [ fhir:value "DAF Project"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ValueSet.contact.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ], [ fhir:index 1; fhir:ValueSet.contact.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://wiki.siframework.org/Data+Access+Framework+Homepage" ] ] ]; fhir:ValueSet.date [ fhir:value "2016-05-25T16:59:08+10:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "In the United States, federal standards for classifying data on race determine the categories used by federal agencies and exert a strong influence on categorization by state and local agencies and private sector organizations. The federal standards do not conceptually define race, and they recognize the absence of an anthropological or scientific basis for racial classification. Instead, the federal standards acknowledge that race is a social-political construct in which an individual's own identification with one more race categories is preferred to observer identification. The standards use a variety of features to define five minimum race categories. The minimum race categories are American Indian or Alaska Native, Asian, Black or African American, Native Hawaiian or Other Pacific Islander, and White. The 5 base codes (see http://forum.sitenv.org/viewtopic.php?f=16&t=23&sid=8fb101254557843fa05ac94d8d83a095) from PHIN VADS https://phinvads.cdc.gov/vads/ViewValueSet.action?id=94E75E17-176B-DE11-9B52-0015173D1785 (oid: 2.16.840.1.113883.1.11.14914)."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/v3/Race" ]; 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 1; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/v3/NullFlavor" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "UNK" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Unknown" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "ASKU" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Asked but no answer" ] ] ] ].