{
  "resourceType": "ValueSet",
  "url": "http://helsenorge.no/fhir/ValueSet/task-input",
  "compose": {
    "include": [
      {
        "system": "http://helsenorge.no/fhir/task-input",
        "concept": [
          {
            "code": "reminder",
            "display": "The reminder for the task"
          },
          {
            "code": "deadline",
            "display": "The deadline for the task"
          },
          {
            "code": "contact",
            "display": "Contact details for the task"
          },
          {
            "code": "title",
            "display": "Task title"
          },
          {
            "code": "name",
            "display": "Task name"
          },
          {
            "code": "describe-receiver",
            "display": "Description about the receiver(s) and their purpose"
          },
          {
            "code": "performed-by",
            "display": "Who can perform the task"
          },
          {
            "code": "access-to-output",
            "display": "Who can access the output of the task"
          },
          {
            "code": "supports-representation",
            "display": "Does the tool used to perform the task support user representation"
          },
          {
            "code": "use-context",
            "display": "Explains the use context of the Task. This is used internally by Helsenorge to map the resource to a consent area"
          }
        ]
      }
    ]
  }
}