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

Draft as of 2026-02-04

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-category"] ; # 
  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-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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/CodeSystem/order-category"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/order-category>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "OrderCategory"] ; # 
  fhir:title [ fhir:v "Order Categories"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-02-04T09:30:33+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 "A code system to represent the category associated with clinical orders."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ;
fhir:definition [ fhir:v "Associated with laboratory orders" ]
  ] [
fhir:code [ fhir:v "medication" ] ;
fhir:display [ fhir:v "Medication" ] ;
fhir:definition [ fhir:v "Associated with medication prescriptions" ]
  ] [
fhir:code [ fhir:v "service" ] ;
fhir:display [ fhir:v "Service" ] ;
fhir:definition [ fhir:v "Associated with services provided" ]
  ] [
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging" ] ;
fhir:definition [ fhir:v "Associated with imaging studies" ]
  ] [
fhir:code [ fhir:v "procedure" ] ;
fhir:display [ fhir:v "Procedure" ] ;
fhir:definition [ fhir:v "Associated with procedures performed" ]
  ] ) . #