Blue Button 2.0 Implementation Guide

Part B Termination Code

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "b-trm-cd",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Part B Termination Code</h2><div><p>This code specifies the reason Part B entitlement was terminated. Source: https://bluebutton.cms.gov/resources/variables/b<em>trm</em>cd</p>
</div><p>This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-b-trm-cd 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>0<a name="b-trm-cd-0"> </a></td><td>Not Terminated</td><td>Not Terminated</td></tr><tr><td>1<a name="b-trm-cd-1"> </a></td><td>Dead</td><td>Dead</td></tr><tr><td>2<a name="b-trm-cd-2"> </a></td><td>Non-Payment of Premium</td><td>Non-Payment of Premium</td></tr><tr><td>3<a name="b-trm-cd-3"> </a></td><td>Voluntary Withdrawal</td><td>Voluntary Withdrawal</td></tr><tr><td>9<a name="b-trm-cd-9"> </a></td><td>Other Termination</td><td>Other Termination</td></tr></table></div>"
  },
  "url" : "https://bluebutton.cms.gov/assets/ig/CodeSystem-b-trm-cd",
  "identifier" : {
    "value" : "https://bluebutton.cms.gov/assets/ig/CodeSystem-b-trm-cd.html"
  },
  "version" : "1.1.1",
  "name" : "Part B Termination Code",
  "title" : "Part B Termination Code",
  "status" : "active",
  "date" : "2018-11-27T15:56:35+00:00",
  "publisher" : "CMS Blue Button 2.0 Team",
  "description" : "This code specifies the reason Part B entitlement was terminated. Source: https://bluebutton.cms.gov/resources/variables/b_trm_cd",
  "caseSensitive" : true,
  "valueSet" : "https://bluebutton.cms.gov/assets/ig/ValueSet-b-trm-cd",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [
    {
      "code" : "0",
      "display" : "Not Terminated",
      "definition" : "Not Terminated"
    },
    {
      "code" : "1",
      "display" : "Dead",
      "definition" : "Dead"
    },
    {
      "code" : "2",
      "display" : "Non-Payment of Premium",
      "definition" : "Non-Payment of Premium"
    },
    {
      "code" : "3",
      "display" : "Voluntary Withdrawal",
      "definition" : "Voluntary Withdrawal"
    },
    {
      "code" : "9",
      "display" : "Other Termination",
      "definition" : "Other Termination"
    }
  ]
}