Formats: Narrative, XML, JSON, Turtle
Raw ttl
@prefix fhir: <https://bluebutton.cms.gov/assets/ig/> . @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:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "race"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Race Codes</h2><div><p>Blue Button Race Codes. Source: (https://bluebutton.cms.gov/resources/variables/race/)</p>\n</div><p>This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-race defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>0<a name=\"race-0\"> </a></td><td>Unknown</td><td>Unknown</td></tr><tr><td>1<a name=\"race-1\"> </a></td><td>White</td><td>White</td></tr><tr><td>2<a name=\"race-2\"> </a></td><td>Black</td><td>Black</td></tr><tr><td>3<a name=\"race-3\"> </a></td><td>Other</td><td>Other</td></tr><tr><td>4<a name=\"race-4\"> </a></td><td>Asian</td><td>Asian</td></tr><tr><td>5<a name=\"race-5\"> </a></td><td>Hispanic</td><td>Hispanic</td></tr><tr><td>6<a name=\"race-6\"> </a></td><td>North American Native</td><td>North American Native</td></tr></table></div>" ]; 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.