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 Categories - JSON Representation

Draft as of 2026-02-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "order-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem order-category</b></p><a name=\"order-category\"> </a><a name=\"hcorder-category\"> </a><p>This  code system <code>http://biomaxis.com/fhir/CodeSystem/order-category</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\">laboratory<a name=\"order-category-laboratory\"> </a></td><td>Laboratory</td><td>Associated with laboratory orders</td></tr><tr><td style=\"white-space:nowrap\">medication<a name=\"order-category-medication\"> </a></td><td>Medication</td><td>Associated with medication prescriptions</td></tr><tr><td style=\"white-space:nowrap\">service<a name=\"order-category-service\"> </a></td><td>Service</td><td>Associated with services provided</td></tr><tr><td style=\"white-space:nowrap\">imaging<a name=\"order-category-imaging\"> </a></td><td>Imaging</td><td>Associated with imaging studies</td></tr><tr><td style=\"white-space:nowrap\">procedure<a name=\"order-category-procedure\"> </a></td><td>Procedure</td><td>Associated with procedures performed</td></tr></table></div>"
  },
  "url" : "http://biomaxis.com/fhir/CodeSystem/order-category",
  "version" : "0.0.0-semantic-release",
  "name" : "OrderCategory",
  "title" : "Order Categories",
  "status" : "draft",
  "date" : "2026-02-04T09:30:33+00:00",
  "publisher" : "BioMaxis Pvt. Ltd.",
  "contact" : [
    {
      "name" : "BioMaxis Pvt. Ltd.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://biomaxis.com"
        }
      ]
    }
  ],
  "description" : "A code system to represent the category associated with clinical orders.",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "laboratory",
      "display" : "Laboratory",
      "definition" : "Associated with laboratory orders"
    },
    {
      "code" : "medication",
      "display" : "Medication",
      "definition" : "Associated with medication prescriptions"
    },
    {
      "code" : "service",
      "display" : "Service",
      "definition" : "Associated with services provided"
    },
    {
      "code" : "imaging",
      "display" : "Imaging",
      "definition" : "Associated with imaging studies"
    },
    {
      "code" : "procedure",
      "display" : "Procedure",
      "definition" : "Associated with procedures performed"
    }
  ]
}