NCCN Templates® 1.0

CodeSystem-reference-type-code-list

{
  "resourceType" : "CodeSystem",
  "id" : "reference-type-code-list",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>ReferenceType</h2><div><p>Whether/how the regimen is referenced in the NCCN Guidelines</p>
</div><p>This code system http://nccn.org/fhir/CodeSystem/reference-type-code-list 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="reference-type-code-list-a"> </a></td><td>a</td><td>NCCN references the regimen, and the template is consistent with the NCCN reference.</td></tr><tr><td>b<a name="reference-type-code-list-b"> </a></td><td>b</td><td>NCCN does not reference the regimen, but an alternative reference is included which the template follows.</td></tr><tr><td>c<a name="reference-type-code-list-c"> </a></td><td>c</td><td>NCCN references the regimen, but an alternative reference is included which more closely follows current practices and which the template follows.</td></tr><tr><td>d<a name="reference-type-code-list-d"> </a></td><td>d</td><td>Whether or not NCCN references the regimen, the template does not exactly follow the stated reference because of changes in the standard of practice.</td></tr></table></div>"
  },
  "url" : "http://nccn.org/fhir/CodeSystem/reference-type-code-list",
  "name" : "ReferenceType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-04-14T19:53:50-04:00",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url"
        },
        {
          "system" : "email"
        }
      ]
    }
  ],
  "description" : "Whether/how the regimen is referenced in the NCCN Guidelines",
  "caseSensitive" : true,
  "valueSet" : "http://nccn.org/fhir/ValueSet/reference-type-code-list",
  "content" : "complete",
  "concept" : [
    {
      "code" : "a",
      "display" : "a",
      "definition" : "NCCN references the regimen, and the template is consistent with the NCCN reference."
    },
    {
      "code" : "b",
      "display" : "b",
      "definition" : "NCCN does not reference the regimen, but an alternative reference is included which the template follows."
    },
    {
      "code" : "c",
      "display" : "c",
      "definition" : "NCCN references the regimen, but an alternative reference is included which more closely follows current practices and which the template follows."
    },
    {
      "code" : "d",
      "display" : "d",
      "definition" : "Whether or not NCCN references the regimen, the template does not exactly follow the stated reference because of changes in the standard of practice."
    }
  ]
}