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

Original Reason for Entitlement Code

Original reason for Medicare entitlement. Source: https://bluebutton.cms.gov/resources/variables/orec

\n

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

CodeDisplayDefinition
0 Old age and survivor's insurance (OASI)Old age and survivor's insurance (OASI)
1 Disability insurance benefits (DIB)Disability insurance benefits (DIB)
2 End-stage renal disease (ESRD)End-stage renal disease (ESRD)
3 Both DIB and ESRDBoth DIB and ESRD
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-orec"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-orec.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Original Reason for Entitlement Code"]; fhir:CodeSystem.title [ fhir:value "Original Reason for Entitlement Code"]; 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 "Original reason for Medicare entitlement. Source: https://bluebutton.cms.gov/resources/variables/orec"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-orec"]; 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 "0" ]; fhir:CodeSystem.concept.display [ fhir:value "Old age and survivor's insurance (OASI)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Old age and survivor's insurance (OASI)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "Disability insurance benefits (DIB)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Disability insurance benefits (DIB)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "End-stage renal disease (ESRD)" ]; fhir:CodeSystem.concept.definition [ fhir:value "End-stage renal disease (ESRD)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "Both DIB and ESRD" ]; fhir:CodeSystem.concept.definition [ fhir:value "Both DIB and ESRD" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------