{
  "resourceType": "CodeSystem",
  "status": "draft",
  "content": "complete",
  "name": "NexusTaskInputTypeCS",
  "id": "nexus-task-input-type",
  "title": "Task Input Type CodeSystem",
  "description": "Labels for `Task.input` slots whose meaning is structural rather than descriptive -- the ones a\nconsumer branches on. Currently one concept, marking the input that references the contained\nsuggested resource. Ordinary inputs keep their free-text `input.type` label; this system does not\nenumerate the chart.",
  "url": "https://fhir.apps.health/CodeSystem/nexus-task-input-type",
  "concept": [
    {
      "code": "suggested-resource",
      "display": "Suggested resource",
      "definition": "This input references the suggested resource CONTAINED in the task (a local `#id` reference, enforced by nexus-sugg-1). It is the element that identifies WHICH contained resource is the proposal -- a suggestion task also contains the Provenance carrying its citations, and may reference unrelated chart elements from other `input` slots. Used on Task.input.type."
    }
  ],
  "experimental": false,
  "caseSensitive": true,
  "count": 1
}
