NCCN Templates® 1.0

CodeSystem-schedule-constraint

{
  "resourceType" : "CodeSystem",
  "id" : "schedule-constraint",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>ScheduleConstraint</h2><div><p>A coded schedule for the applicability of an action</p>
</div><p>This code system http://nccn.org/fhir/CodeSystem/schedule-constraint 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>odd cycles<a name="schedule-constraint-oddcycles"> </a></td><td>Odd cycles</td><td/></tr><tr><td>even cycles<a name="schedule-constraint-evencycles"> </a></td><td>Even cycles</td><td/></tr></table></div>"
  },
  "url" : "http://nccn.org/fhir/CodeSystem/schedule-constraint",
  "name" : "ScheduleConstraint",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-04-14T19:53:50-04:00",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url"
        },
        {
          "system" : "email"
        }
      ]
    }
  ],
  "description" : "A coded schedule for the applicability of an action",
  "caseSensitive" : true,
  "valueSet" : "http://nccn.org/fhir/ValueSet/schedule-constraint",
  "content" : "complete",
  "concept" : [
    {
      "code" : "odd cycles",
      "display" : "Odd cycles"
    },
    {
      "code" : "even cycles",
      "display" : "Even cycles"
    }
  ]
}