{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "NexusTaskPriorityDetailCS",
  "id": "nexus-task-priority-detail",
  "title": "Task Priority Detail CodeSystem",
  "description": "Priority refinements finer than R4's `request-priority` vocabulary allows. Currently one concept:\n`trivial`, meaning below routine. Carried on the nexus-task-priority-detail extension, never in\n`Task.priority`, which is a bare `code` bound required to a value set whose floor is `routine`.",
  "url": "https://fhir.apps.health/CodeSystem/nexus-task-priority-detail",
  "concept": [
    {
      "code": "trivial",
      "display": "Trivial",
      "definition": "Below routine: worth recording, and worth doing eventually, but it should sort under the day's ordinary work. `Task.priority` still reads `routine` on such a task, because routine is the lowest thing base FHIR can say and understating the rank is safer than a consumer not reading it at all."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "count": 1
}
