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

: eForms Business Status CodeSystem - JSON Representation

Active as of 2025-07-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "business-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem business-status</b></p><a name=\"business-status\"> </a><a name=\"hcbusiness-status\"> </a><p>This case-insensitive code system <code>http://ontario.ca/fhir/eforms/CodeSystem/business-status</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>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">draft<a name=\"business-status-draft\"> </a></td><td>Draft</td><td>The form is being prepared and is not yet submitted.</td></tr><tr><td style=\"white-space:nowrap\">submitted<a name=\"business-status-submitted\"> </a></td><td>Submitted</td><td>The form package has been delivered for processing.</td></tr><tr><td style=\"white-space:nowrap\">request-info<a name=\"business-status-request-info\"> </a></td><td>Request for Information</td><td>Additional data has been requested.</td></tr><tr><td style=\"white-space:nowrap\">processed<a name=\"business-status-processed\"> </a></td><td>Processed</td><td>The submission has been accepted and processed.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"business-status-completed\"> </a></td><td>Completed</td><td>All steps are finished; no further action required.</td></tr><tr><td style=\"white-space:nowrap\">revoked<a name=\"business-status-revoked\"> </a></td><td>Revoked</td><td>The request has been cancelled or withdrawn.</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"business-status-error\"> </a></td><td>Error</td><td>Processing failed or an unrecoverable error occurred.</td></tr></table></div>"
  },
  "url" : "http://ontario.ca/fhir/eforms/CodeSystem/business-status",
  "version" : "0.1.0",
  "name" : "EFormsBusinessStatusCS",
  "title" : "eForms Business Status CodeSystem",
  "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" : "Codes representing the eForms workflow states that appear in the\n`businessStatus` extension on ServiceRequest and Task.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "CA-ON",
          "display" : "Ontario"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "draft",
      "display" : "Draft",
      "definition" : "The form is being prepared and is not yet submitted."
    },
    {
      "code" : "submitted",
      "display" : "Submitted",
      "definition" : "The form package has been delivered for processing."
    },
    {
      "code" : "request-info",
      "display" : "Request for Information",
      "definition" : "Additional data has been requested."
    },
    {
      "code" : "processed",
      "display" : "Processed",
      "definition" : "The submission has been accepted and processed."
    },
    {
      "code" : "completed",
      "display" : "Completed",
      "definition" : "All steps are finished; no further action required."
    },
    {
      "code" : "revoked",
      "display" : "Revoked",
      "definition" : "The request has been cancelled or withdrawn."
    },
    {
      "code" : "error",
      "display" : "Error",
      "definition" : "Processing failed or an unrecoverable error occurred."
    }
  ]
}