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

Carrier Claim Provider Assignment Indicator Switch

Variable indicates whether or not the provider accepts assignment for the non-institutional claim. Source: https://bluebutton.cms.gov/resources/variables/asgmntcd

\n

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

CodeDisplayDefinition
A Assigned claimAssigned claim
N Non-assigned claimNon-assigned claim
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-asgmntcd"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-asgmntcd.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Carrier Claim Provider Assignment Indicator Switch"]; fhir:CodeSystem.title [ fhir:value "Carrier Claim Provider Assignment Indicator Switch"]; 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 "Variable indicates whether or not the provider accepts assignment for the non-institutional claim. Source: https://bluebutton.cms.gov/resources/variables/asgmntcd"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-asgmntcd"]; 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 "A" ]; fhir:CodeSystem.concept.display [ fhir:value "Assigned claim" ]; fhir:CodeSystem.concept.definition [ fhir:value "Assigned claim" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "N" ]; fhir:CodeSystem.concept.display [ fhir:value "Non-assigned claim" ]; fhir:CodeSystem.concept.definition [ fhir:value "Non-assigned claim" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------