Ontario Health eForms Implementation Guide
0.1.0 - ci-build CA-ON

Ontario Health eForms Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: task-workflow-step - JSON Representation

Active as of 2025-07-16

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "task-workflow-step",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter task-workflow-step</b></p><a name=\"task-workflow-step\"> </a><a name=\"hctask-workflow-step\"> </a><h2>TaskWorkflowStep</h2><p>Parameter <code>workflow-step</code>:<code>token</code></p><div><p>Search for tasks by workflow step</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/task.html\">Task</a></td></tr><tr><td>Expression</td><td><code>Task.code.coding.code</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://ontario.ca/fhir/eforms/SearchParameter/task-workflow-step",
  "version" : "0.1.0",
  "name" : "TaskWorkflowStep",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-16",
  "publisher" : "Joel Pettis",
  "contact" : [
    {
      "name" : "Joel Pettis",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://smileditialhealth.com/JoelPettis"
        },
        {
          "system" : "email",
          "value" : "joel.pettis@smiledigitalhealth.com"
        }
      ]
    }
  ],
  "description" : "Search for tasks by workflow step",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "CA-ON",
          "display" : "Ontario"
        }
      ]
    }
  ],
  "code" : "workflow-step",
  "base" : [
    "Task"
  ],
  "type" : "token",
  "expression" : "Task.code.coding.code",
  "xpathUsage" : "normal"
}