FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/task-code

Packageca.on.oh.erec
Resource TypeCodeSystem
Idtask-code
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=https://ehealthontario.ca/fhir/CodeSystem/task-code
URLhttps://ehealthontario.ca/fhir/CodeSystem/task-code
Version1.0.0
Statusactive
Date2019-10-23
NameTaskCode
Realmca
Authoritynational
DescriptionContains codes indicating the type of action that is expected to be performed
Contentcomplete

Resources that use this resource

ValueSet
task-codeTask Code

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "task-code",
  "url": "https://ehealthontario.ca/fhir/CodeSystem/task-code",
  "version": "1.0.0",
  "name": "TaskCode",
  "status": "active",
  "date": "2019-10-23",
  "publisher": "Ontario Health",
  "description": "Contains codes indicating the type of action that is expected to be performed",
  "content": "complete",
  "concept": [
    {
      "code": "process-request",
      "display": "Primary task associated with tracking the status of an eReferral service request"
    },
    {
      "code": "process-request-consult",
      "display": "Primary task associated with tracking the status of an eConsult 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)"
    },
    {
      "code": "data-process-documentation",
      "display": "General documentation tasks related to the execution of a task (e.g. documenting the amount of time spent on a consultation)"
    },
    {
      "code": "manage-request",
      "display": "To identify changes in the Referral Request Contributor"
    }
  ]
}