BioMaxis Implementation Guide
0.0.0-semantic-release - ci-build

BioMaxis Implementation Guide - Local Development build (v0.0.0-semantic-release) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Order Business-Status CodeSystem - JSON Representation

Draft as of 2025-12-12

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "order-businessStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem order-businessStatus</b></p><a name=\"order-businessStatus\"> </a><a name=\"hcorder-businessStatus\"> </a><p>This  code system <code>http://biomaxis.com/fhir/CodeSystem/order-businessStatus</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\">awaiting-arrival<a name=\"order-businessStatus-awaiting-arrival\"> </a></td><td>Awaiting Arrival</td><td>The order has been placed, and is waiting on the arrival of specimen / patient.</td></tr><tr><td style=\"white-space:nowrap\">awaiting-procedure<a name=\"order-businessStatus-awaiting-procedure\"> </a></td><td>Awaiting Procedure</td><td>The requirements to carry out the order have been fulfilled, and is waiting on the procedure corresponding to the order to be performed.</td></tr><tr><td style=\"white-space:nowrap\">testing<a name=\"order-businessStatus-testing\"> </a></td><td>Testing</td><td>The order requirements have been obtained, and is in the process of undergoing testing procedure.</td></tr><tr><td style=\"white-space:nowrap\">in-progress<a name=\"order-businessStatus-in-progress\"> </a></td><td>In Progress</td><td>The procedure(s) corresponding to the order is in progress.</td></tr><tr><td style=\"white-space:nowrap\">validating<a name=\"order-businessStatus-validating\"> </a></td><td>Validating</td><td>Preliminary order results have been received, and is pending validation.</td></tr><tr><td style=\"white-space:nowrap\">returned-for-review<a name=\"order-businessStatus-returned-for-review\"> </a></td><td>Returned for Review</td><td>Preliminary order results have been returned for review after validation.</td></tr><tr><td style=\"white-space:nowrap\">awaiting-report<a name=\"order-businessStatus-awaiting-report\"> </a></td><td>Awaiting Report</td><td>The procedure corresponding to the order has been performed, and is waiting on the resulting report.</td></tr><tr><td style=\"white-space:nowrap\">reported<a name=\"order-businessStatus-reported\"> </a></td><td>Reported</td><td>The report that the order expects as output has been created. This status is usually used if the report needs to be validated before the order can be deemed completed.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"order-businessStatus-completed\"> </a></td><td>Completed</td><td>The entire process for the fulfillment of the order has been completed.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"order-businessStatus-cancelled\"> </a></td><td>Cancelled</td><td>The fulfillment of the order was not carried out to completion, and was cancelled (at any stage of the order workflow).</td></tr></table></div>"
  },
  "url" : "http://biomaxis.com/fhir/CodeSystem/order-businessStatus",
  "version" : "0.0.0-semantic-release",
  "name" : "BusinessStatus",
  "title" : "Order Business-Status CodeSystem",
  "status" : "draft",
  "date" : "2025-12-12T11:33:46+00:00",
  "publisher" : "BioMaxis Pvt. Ltd.",
  "contact" : [
    {
      "name" : "BioMaxis Pvt. Ltd.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://biomaxis.com"
        }
      ]
    }
  ],
  "description" : "Terminologies used to specify business status of Tasks in Biomaxis",
  "content" : "complete",
  "count" : 10,
  "concept" : [
    {
      "code" : "awaiting-arrival",
      "display" : "Awaiting Arrival",
      "definition" : "The order has been placed, and is waiting on the arrival of specimen / patient."
    },
    {
      "code" : "awaiting-procedure",
      "display" : "Awaiting Procedure",
      "definition" : "The requirements to carry out the order have been fulfilled, and is waiting on the procedure corresponding to the order to be performed."
    },
    {
      "code" : "testing",
      "display" : "Testing",
      "definition" : "The order requirements have been obtained, and is in the process of undergoing testing procedure."
    },
    {
      "code" : "in-progress",
      "display" : "In Progress",
      "definition" : "The procedure(s) corresponding to the order is in progress."
    },
    {
      "code" : "validating",
      "display" : "Validating",
      "definition" : "Preliminary order results have been received, and is pending validation."
    },
    {
      "code" : "returned-for-review",
      "display" : "Returned for Review",
      "definition" : "Preliminary order results have been returned for review after validation."
    },
    {
      "code" : "awaiting-report",
      "display" : "Awaiting Report",
      "definition" : "The procedure corresponding to the order has been performed, and is waiting on the resulting report."
    },
    {
      "code" : "reported",
      "display" : "Reported",
      "definition" : "The report that the order expects as output has been created. This status is usually used if the report needs to be validated before the order can be deemed completed."
    },
    {
      "code" : "completed",
      "display" : "Completed",
      "definition" : "The entire process for the fulfillment of the order has been completed."
    },
    {
      "code" : "cancelled",
      "display" : "Cancelled",
      "definition" : "The fulfillment of the order was not carried out to completion, and was cancelled (at any stage of the order workflow)."
    }
  ]
}