@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "race"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Race Codes

Blue Button Race Codes. Source: (https://bluebutton.cms.gov/resources/variables/race/)

\n

This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-race defines the following codes:

CodeDisplayDefinition
0 UnknownUnknown
1 WhiteWhite
2 BlackBlack
3 OtherOther
4 AsianAsian
5 HispanicHispanic
6 North American NativeNorth American Native
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-race"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-race.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Race Codes"]; fhir:CodeSystem.title [ fhir:value "Race Codes"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2018-11-27T15:56:35+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "CMS Blue Button 2.0 Team"]; fhir:CodeSystem.description [ fhir:value "Blue Button Race Codes. Source: (https://bluebutton.cms.gov/resources/variables/race/)"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-race"]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "0" ]; fhir:CodeSystem.concept.display [ fhir:value "Unknown" ]; fhir:CodeSystem.concept.definition [ fhir:value "Unknown" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "White" ]; fhir:CodeSystem.concept.definition [ fhir:value "White" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "Black" ]; fhir:CodeSystem.concept.definition [ fhir:value "Black" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "Other" ]; fhir:CodeSystem.concept.definition [ fhir:value "Other" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "Asian" ]; fhir:CodeSystem.concept.definition [ fhir:value "Asian" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "5" ]; fhir:CodeSystem.concept.display [ fhir:value "Hispanic" ]; fhir:CodeSystem.concept.definition [ fhir:value "Hispanic" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "6" ]; fhir:CodeSystem.concept.display [ fhir:value "North American Native" ]; fhir:CodeSystem.concept.definition [ fhir:value "North American Native" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------