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 - TTL Representation

Draft as of 2025-12-12

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "order-businessStatus"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/CodeSystem/order-businessStatus"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/order-businessStatus>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "BusinessStatus"] ; # 
  fhir:title [ fhir:v "Order Business-Status CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-12-12T11:33:46+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "BioMaxis Pvt. Ltd."] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "BioMaxis Pvt. Ltd." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://biomaxis.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Terminologies used to specify business status of Tasks in Biomaxis"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "awaiting-arrival" ] ;
fhir:display [ fhir:v "Awaiting Arrival" ] ;
fhir:definition [ fhir:v "The order has been placed, and is waiting on the arrival of specimen / patient." ]
  ] [
fhir:code [ fhir:v "awaiting-procedure" ] ;
fhir:display [ fhir:v "Awaiting Procedure" ] ;
fhir:definition [ fhir:v "The requirements to carry out the order have been fulfilled, and is waiting on the procedure corresponding to the order to be performed." ]
  ] [
fhir:code [ fhir:v "testing" ] ;
fhir:display [ fhir:v "Testing" ] ;
fhir:definition [ fhir:v "The order requirements have been obtained, and is in the process of undergoing testing procedure." ]
  ] [
fhir:code [ fhir:v "in-progress" ] ;
fhir:display [ fhir:v "In Progress" ] ;
fhir:definition [ fhir:v "The procedure(s) corresponding to the order is in progress." ]
  ] [
fhir:code [ fhir:v "validating" ] ;
fhir:display [ fhir:v "Validating" ] ;
fhir:definition [ fhir:v "Preliminary order results have been received, and is pending validation." ]
  ] [
fhir:code [ fhir:v "returned-for-review" ] ;
fhir:display [ fhir:v "Returned for Review" ] ;
fhir:definition [ fhir:v "Preliminary order results have been returned for review after validation." ]
  ] [
fhir:code [ fhir:v "awaiting-report" ] ;
fhir:display [ fhir:v "Awaiting Report" ] ;
fhir:definition [ fhir:v "The procedure corresponding to the order has been performed, and is waiting on the resulting report." ]
  ] [
fhir:code [ fhir:v "reported" ] ;
fhir:display [ fhir:v "Reported" ] ;
fhir:definition [ fhir:v "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." ]
  ] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "Completed" ] ;
fhir:definition [ fhir:v "The entire process for the fulfillment of the order has been completed." ]
  ] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ;
fhir:definition [ fhir:v "The fulfillment of the order was not carried out to completion, and was cancelled (at any stage of the order workflow)." ]
  ] ) . #