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-form-reference - JSON Representation

Active as of 2025-07-16

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "task-form-reference",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter task-form-reference</b></p><a name=\"task-form-reference\"> </a><a name=\"hctask-form-reference\"> </a><h2>TaskFormReference</h2><p>Parameter <code>form-reference</code>:<code>reference</code></p><div><p>Search for tasks by referenced form (questionnaire)</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.input.where(type.coding.code = 'questionnaire').value</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a></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-form-reference",
  "version" : "0.1.0",
  "name" : "TaskFormReference",
  "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 referenced form (questionnaire)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "CA-ON",
          "display" : "Ontario"
        }
      ]
    }
  ],
  "code" : "form-reference",
  "base" : [
    "Task"
  ],
  "type" : "reference",
  "expression" : "Task.input.where(type.coding.code = 'questionnaire').value",
  "xpathUsage" : "normal",
  "target" : [
    "Questionnaire"
  ]
}