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

: HMIS Leprosy Type - TTL Representation

Active 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 "hmis-leprosy-type"] ; # 
  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 hmis-leprosy-type</b></p><a name=\"hmis-leprosy-type\"> </a><a name=\"hchmis-leprosy-type\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-leprosy-type</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><td><b>ne</b></td></tr><tr><td style=\"white-space:nowrap\">PB<a name=\"hmis-leprosy-type-PB\"> </a></td><td>Paucibacillary (PB)</td><td>Leprosy with 1-5 skin lesions and/or only one nerve trunk involved, skin smear negative</td><td>पौसिब्यासिलरी (पीबी)</td></tr><tr><td style=\"white-space:nowrap\">MB<a name=\"hmis-leprosy-type-MB\"> </a></td><td>Multibacillary (MB)</td><td>Leprosy with more than 5 skin lesions and/or more than one nerve trunk involved, or skin smear positive</td><td>मल्टिब्यासिलरी (एमबी)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/CodeSystem/hmis-leprosy-type"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/hmis-leprosy-type>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "HMISLeprosyType"] ; # 
  fhir:title [ fhir:v "HMIS Leprosy Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  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 "Classification of leprosy as Paucibacillary (PB) or Multibacillary (MB) based on WHO criteria for Nepal HMIS."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "PB" ] ;
fhir:display [ fhir:v "Paucibacillary (PB)" ] ;
fhir:definition [ fhir:v "Leprosy with 1-5 skin lesions and/or only one nerve trunk involved, skin smear negative" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "पौसिब्यासिलरी (पीबी)" ]     ] )
  ] [
fhir:code [ fhir:v "MB" ] ;
fhir:display [ fhir:v "Multibacillary (MB)" ] ;
fhir:definition [ fhir:v "Leprosy with more than 5 skin lesions and/or more than one nerve trunk involved, or skin smear positive" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "मल्टिब्यासिलरी (एमबी)" ]     ] )
  ] ) . #