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

Line Service Deductible Indicator Switch

Switch indicating whether or not the line item service on the non-institutional claim is subject to a deductible. Source: https://bluebutton.cms.gov/resources/variables/lineservicedeductible

\n

This value set includes codes from the following code systems:

" ]; fhir:ValueSet.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-line-service-deductible"]; fhir:ValueSet.version [ fhir:value "1.1.1"]; fhir:ValueSet.name [ fhir:value "Line Service Deductible Indicator Switch"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2018-11-27T15:56:35+00:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "Switch indicating whether or not the line item service on the non-institutional claim is subject to a deductible. Source: https://bluebutton.cms.gov/resources/variables/line_service_deductible"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-line-service-deductible" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------