Blue Button 2.0 Implementation Guide

End-stage Renal Disease (ESRD) Indicator

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 "esrd-ind"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>End-stage Renal Disease (ESRD) Indicator</h2><div><p>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</p>\n</div><p>This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-esrd-ind 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>Y<a name=\"esrd-ind-Y\"> </a></td><td>the beneficiary has ESRD</td><td>the beneficiary has ESRD</td></tr><tr><td>0<a name=\"esrd-ind-0\"> </a></td><td>the beneficiary does not have ESRDm</td><td>the beneficiary does not have ESRD</td></tr></table></div>"
  ];
  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.