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

: OH eForms Task Code System - JSON Representation

Active as of 2025-07-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "task-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem task-code</b></p><a name=\"task-code\"> </a><a name=\"hctask-code\"> </a><p>This case-insensitive code system <code>http://ontario.ca/fhir/eforms/CodeSystem/task-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>English (English, en)</b></td></tr><tr><td style=\"white-space:nowrap\">complete-section<a name=\"task-code-complete-section\"> </a></td><td>Complete Questionnaire Response Section</td><td>This type of task requires the Questionnaire to be completed</td></tr><tr><td style=\"white-space:nowrap\">amend-section<a name=\"task-code-amend-section\"> </a></td><td>Amend Questionnaire Response Section</td><td>This type of task requires the Questionnaire to be ammended</td></tr></table></div>"
  },
  "url" : "http://ontario.ca/fhir/eforms/CodeSystem/task-code",
  "version" : "0.1.0",
  "name" : "EFormsTaskCode",
  "title" : "OH eForms Task Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-16T02:14:35+00:00",
  "publisher" : "Joel Pettis",
  "contact" : [
    {
      "name" : "Joel Pettis",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://smileditialhealth.com/JoelPettis"
        },
        {
          "system" : "email",
          "value" : "joel.pettis@smiledigitalhealth.com"
        }
      ]
    }
  ],
  "description" : "Additional workflow codes used by eForms tasks.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "CA-ON",
          "display" : "Ontario"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "complete-section",
      "display" : "Complete Questionnaire Response Section",
      "designation" : [
        {
          "language" : "en",
          "value" : "This type of task requires the Questionnaire to be completed"
        }
      ]
    },
    {
      "code" : "amend-section",
      "display" : "Amend Questionnaire Response Section",
      "designation" : [
        {
          "language" : "en",
          "value" : "This type of task requires the Questionnaire to be ammended"
        }
      ]
    }
  ]
}