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

Line Payment 80% / 100% Code

The code indicating that the amount shown in the payment field on the non-institutional line item represents either 80% or 100% of the allowed charges less any deductible, or 100% limitation of liability only. Source: https://bluebutton.cms.gov/resources/variables/linepmt80100cd

\n

This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-line-pmt-80-100-cd defines the following codes:

CodeDisplayDefinition
0 80%80%
1 100%100%
3 100% Limitation of liability only100% Limitation of liability only
4 75% Reimbursement75% Reimbursement
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-line-pmt-80-100-cd"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-line-pmt-80-100-cd.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Line Payment 80% / 100% Code"]; fhir:CodeSystem.title [ fhir:value "Line Payment 80% / 100% 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 "The code indicating that the amount shown in the payment field on the non-institutional line item represents either 80% or 100% of the allowed charges less any deductible, or 100% limitation of liability only. Source: https://bluebutton.cms.gov/resources/variables/line_pmt_80_100_cd"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-line-pmt-80-100-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 "80%" ]; fhir:CodeSystem.concept.definition [ fhir:value "80%" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "100%" ]; fhir:CodeSystem.concept.definition [ fhir:value "100%" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "100% Limitation of liability only" ]; fhir:CodeSystem.concept.definition [ fhir:value "100% Limitation of liability only" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "75% Reimbursement" ]; fhir:CodeSystem.concept.definition [ fhir:value "75% Reimbursement" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------