{
  "resourceType": "ValueSet",
  "id": "TaskCode",
  "text": {
    "status": "generated"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/task-code",
  "version": "1.0.0",
  "name": "TaskCode",
  "status": "draft",
  "publisher": "eHealth Ontario",
  "description": "Contains codes indicating the type of action that is expected to be performed",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "https://ehealthontario.ca/fhir/CodeSystem/task-code",
        "concept": [
          {
            "code": "process-request",
            "display": "Primary task associated with tracking the status of a service request"
          },
          {
            "code": "request-for-information-for-requester",
            "display": "Request for more information Information to be completed by the referral requester"
          },
          {
            "code": "general-task",
            "display": "General ad-hoc tasks that for a referral detailed in Task.description (e.g., Contact supervisor for final approval)"
          },
          {
            "code": "data-correction",
            "display": "Providing up-to-date information of patient records/referral information (generally is from provider to the requester)"
          }
        ]
      }
    ]
  }
}