0.1.0 - ci-build

eReferralMustSupport - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Task Code - JSON Representation

Draft as of 2024-08-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "task-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet task-code</b></p><a name=\"task-code\"> </a><a name=\"hctask-code\"> </a><a name=\"task-code-en-US\"> </a><ul><li>Include these codes as defined in <code>https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/task-code</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>process-request</td><td>Primary task associated with tracking the status of a service request</td></tr><tr><td>process-request-consult</td><td>Primary task associated with tracking the status of an eConsult service request</td></tr><tr><td>request-for-information-for-requester</td><td>Request for more information Information to be completed by the referral requester</td></tr><tr><td>general-task</td><td>General ad-hoc tasks that for a referral detailed in Task.description (e.g., Contact supervisor for final approval)</td></tr><tr><td>data-correction</td><td>Providing up-to-date information of patient records/referral information (generally is from provider to the requester)</td></tr><tr><td>manage-request</td><td>To identify changes in the Referral Request Contributor</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.ca/fhir/eReferral/ValueSet/task-code",
  "version" : "0.1.0",
  "name" : "TaskCode",
  "title" : "Task Code",
  "status" : "draft",
  "date" : "2024-08-15T11:24:57-06:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Contains codes indicating the type of action that is expected to be performed.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://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"
          }
        ]
      }
    ]
  }
}