FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.erec.branch
Resource TypeValueSet
Idvalueset-task-code.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.erec.branch@1.0.5-dft&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-code
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-code
Statusdraft
NameTaskCode
TitleTask Code
Authoritynational
DescriptionContains codes indicating the type of action that is expected to be performed.

Resources that use this resource

StructureDefinition
CA-eReC-TaskTask

Resources that this resource uses

CodeSystem
task-codeTask Code

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "task-code",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-code",
  "name": "TaskCode",
  "title": "Task Code",
  "status": "draft",
  "publisher": "Canada Health Infoway",
  "description": "Contains codes indicating the type of action that is expected to be performed.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/task-code",
        "concept": [
          {
            "code": "process-request",
            "display": "Primary task associated with tracking the status of a 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": "manage-request",
            "display": "To identify changes in the Referral Request Contributor"
          }
        ]
      }
    ]
  }
}