Blue Button 2.0 Implementation Guide

Carrier Claim Provider Assignment Indicator Switch

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "asgmntcd",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Carrier Claim Provider Assignment Indicator Switch</h2><div><p>Variable indicates whether or not the provider accepts assignment for the non-institutional claim. Source: https://bluebutton.cms.gov/resources/variables/asgmntcd</p>
</div><p>This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-asgmntcd defines the following codes:</p><table class="codes"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>A<a name="asgmntcd-A"> </a></td><td>Assigned claim</td><td>Assigned claim</td></tr><tr><td>N<a name="asgmntcd-N"> </a></td><td>Non-assigned claim</td><td>Non-assigned claim</td></tr></table></div>"
  },
  "url" : "https://bluebutton.cms.gov/assets/ig/CodeSystem-asgmntcd",
  "identifier" : {
    "value" : "https://bluebutton.cms.gov/assets/ig/CodeSystem-asgmntcd.html"
  },
  "version" : "1.1.1",
  "name" : "Carrier Claim Provider Assignment Indicator Switch",
  "title" : "Carrier Claim Provider Assignment Indicator Switch",
  "status" : "active",
  "date" : "2018-11-27T15:56:35+00:00",
  "publisher" : "CMS Blue Button 2.0 Team",
  "description" : "Variable indicates whether or not the provider accepts assignment for the non-institutional claim. Source: https://bluebutton.cms.gov/resources/variables/asgmntcd",
  "caseSensitive" : true,
  "valueSet" : "https://bluebutton.cms.gov/assets/ig/ValueSet-asgmntcd",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [
    {
      "code" : "A",
      "display" : "Assigned claim",
      "definition" : "Assigned claim"
    },
    {
      "code" : "N",
      "display" : "Non-assigned claim",
      "definition" : "Non-assigned claim"
    }
  ]
}