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

End-stage Renal Disease (ESRD) Indicator

This field specifies whether a beneficiary is entitled to Medicare benefits due to end stage renal disease (ESRD). Source: https://bluebutton.cms.gov/resources/variables/esrd_ind

\n

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

CodeDisplayDefinition
Y the beneficiary has ESRDthe beneficiary has ESRD
0 the beneficiary does not have ESRDmthe beneficiary does not have ESRD
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-esrd-ind"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-esrd-ind.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "End-stage Renal Disease (ESRD) Indicator"]; fhir:CodeSystem.title [ fhir:value "End-stage Renal Disease (ESRD) Indicator"]; 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 "This field specifies whether a beneficiary is entitled to Medicare benefits due to end stage renal disease (ESRD). Source: https://bluebutton.cms.gov/resources/variables/esrd_ind"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-esrd-ind"]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "Y" ]; fhir:CodeSystem.concept.display [ fhir:value "the beneficiary has ESRD" ]; fhir:CodeSystem.concept.definition [ fhir:value "the beneficiary has ESRD" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "0" ]; fhir:CodeSystem.concept.display [ fhir:value "the beneficiary does not have ESRDm" ]; fhir:CodeSystem.concept.definition [ fhir:value "the beneficiary does not have ESRD" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------