NCCN Templates® 1.0

CodeSystem-emetic-risk-level

{
  "resourceType" : "CodeSystem",
  "id" : "emetic-risk-level",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>EmeticRisk</h2><div><p>The risk of emesis posed by this regimen</p>
</div><p>This code system http://nccn.org/fhir/CodeSystem/emetic-risk-level 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>high<a name="emetic-risk-level-high"> </a></td><td>High</td><td/></tr><tr><td>moderate<a name="emetic-risk-level-moderate"> </a></td><td>Moderate</td><td/></tr><tr><td>low<a name="emetic-risk-level-low"> </a></td><td>Low</td><td/></tr><tr><td>minimal<a name="emetic-risk-level-minimal"> </a></td><td>Minimal</td><td/></tr><tr><td>oralhighmoderate<a name="emetic-risk-level-oralhighmoderate"> </a></td><td>Oral high/moderate</td><td/></tr><tr><td>orallowminimal<a name="emetic-risk-level-orallowminimal"> </a></td><td>Oral low/minimal</td><td/></tr></table></div>"
  },
  "url" : "http://nccn.org/fhir/CodeSystem/emetic-risk-level",
  "name" : "EmeticRisk",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-04-14T19:53:50-04:00",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url"
        },
        {
          "system" : "email"
        }
      ]
    }
  ],
  "description" : "The risk of emesis posed by this regimen",
  "caseSensitive" : true,
  "valueSet" : "http://nccn.org/fhir/ValueSet/emetic-risk-level",
  "content" : "complete",
  "concept" : [
    {
      "code" : "high",
      "display" : "High"
    },
    {
      "code" : "moderate",
      "display" : "Moderate"
    },
    {
      "code" : "low",
      "display" : "Low"
    },
    {
      "code" : "minimal",
      "display" : "Minimal"
    },
    {
      "code" : "oralhighmoderate",
      "display" : "Oral high/moderate"
    },
    {
      "code" : "orallowminimal",
      "display" : "Oral low/minimal"
    }
  ]
}