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

Revenue Center Deductible Coinsurance Code

Code indicating whether the revenue center charges are subject to deductible and/or coinsurance. Source: https://bluebutton.cms.gov/resources/variables/revcntrddctblcoinsrnccd

\n

This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-rev-cntr-ddctbl-coinsrnc-cd defines the following codes:

CodeDisplayDefinition
0 Charges are subject to deductible and coinsuranceCharges are subject to deductible and coinsurance
1 Charges are not subject to deductibleCharges are not subject to deductible
2 Charges are not subject to coinsuranceCharges are not subject to coinsurance
3 Charges are not subject to deductible or coinsuranceCharges are not subject to deductible or coinsurance
4 No charge or units associated with this revenue center code. (For multiple HCPCS per single revenue center code) For revenue center code 0001, the following MSP override values may be present:No charge or units associated with this revenue center code. (For multiple HCPCS per single revenue center code) For revenue center code 0001, the following MSP override values may be present:
M Override code; EGHP (employer group health plan) services involvedOverride code; EGHP (employer group health plan) services involved
N Override code; non-EGHP services involvedOverride code; non-EGHP services involved
X Override code: MSP (Medicare is secondary payer) cost avoidedOverride code: MSP (Medicare is secondary payer) cost avoided
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-rev-cntr-ddctbl-coinsrnc-cd"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-rev-cntr-ddctbl-coinsrnc-cd.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Revenue Center Deductible Coinsurance Code"]; fhir:CodeSystem.title [ fhir:value "Revenue Center Deductible Coinsurance 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 "Code indicating whether the revenue center charges are subject to deductible and/or coinsurance. Source: https://bluebutton.cms.gov/resources/variables/rev_cntr_ddctbl_coinsrnc_cd"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-rev-cntr-ddctbl-coinsrnc-cd"]; 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 "Charges are subject to deductible and coinsurance" ]; fhir:CodeSystem.concept.definition [ fhir:value "Charges are subject to deductible and coinsurance" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "Charges are not subject to deductible" ]; fhir:CodeSystem.concept.definition [ fhir:value "Charges are not subject to deductible" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "Charges are not subject to coinsurance" ]; fhir:CodeSystem.concept.definition [ fhir:value "Charges are not subject to coinsurance" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "Charges are not subject to deductible or coinsurance" ]; fhir:CodeSystem.concept.definition [ fhir:value "Charges are not subject to deductible or coinsurance" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "No charge or units associated with this revenue center code. (For multiple HCPCS per single revenue center code) For revenue center code 0001, the following MSP override values may be present:" ]; fhir:CodeSystem.concept.definition [ fhir:value "No charge or units associated with this revenue center code. (For multiple HCPCS per single revenue center code) For revenue center code 0001, the following MSP override values may be present:" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "M" ]; fhir:CodeSystem.concept.display [ fhir:value "Override code; EGHP (employer group health plan) services involved" ]; fhir:CodeSystem.concept.definition [ fhir:value "Override code; EGHP (employer group health plan) services involved" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "N" ]; fhir:CodeSystem.concept.display [ fhir:value "Override code; non-EGHP services involved" ]; fhir:CodeSystem.concept.definition [ fhir:value "Override code; non-EGHP services involved" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "X" ]; fhir:CodeSystem.concept.display [ fhir:value "Override code: MSP (Medicare is secondary payer) cost avoided" ]; fhir:CodeSystem.concept.definition [ fhir:value "Override code: MSP (Medicare is secondary payer) cost avoided" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------