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 AEFI Severity Classification - 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-aefi-severity"] ; # 
  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-aefi-severity</b></p><a name=\"hmis-aefi-severity\"> </a><a name=\"hchmis-aefi-severity\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-aefi-severity</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\">minor<a name=\"hmis-aefi-severity-minor\"> </a></td><td>Minor</td><td>Minor AEFI - local reactions or mild systemic symptoms that resolve without treatment or with minimal intervention</td><td>सामान्य</td></tr><tr><td style=\"white-space:nowrap\">severe<a name=\"hmis-aefi-severity-severe\"> </a></td><td>Severe</td><td>Severe AEFI - significant systemic symptoms requiring medical attention but not life-threatening</td><td>गम्भीर</td></tr><tr><td style=\"white-space:nowrap\">serious<a name=\"hmis-aefi-severity-serious\"> </a></td><td>Serious</td><td>Serious AEFI - results in death, is life-threatening, requires hospitalization or prolongs existing hospitalization, results in persistent or significant disability/incapacity, or is a congenital anomaly/birth defect</td><td>अति गम्भीर</td></tr><tr><td style=\"white-space:nowrap\">fatal<a name=\"hmis-aefi-severity-fatal\"> </a></td><td>Fatal</td><td>Fatal AEFI - adverse event that resulted in death</td><td>घातक</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/CodeSystem/hmis-aefi-severity"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/hmis-aefi-severity>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "HMISAEFISeverity"] ; # 
  fhir:title [ fhir:v "HMIS AEFI Severity Classification"] ; # 
  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 "Standardized codes for Adverse Events Following Immunization (AEFI) severity classification used in Nepal's National Immunization Program based on HMIS 2.2."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "minor" ] ;
fhir:display [ fhir:v "Minor" ] ;
fhir:definition [ fhir:v "Minor AEFI - local reactions or mild systemic symptoms that resolve without treatment or with minimal intervention" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "सामान्य" ]     ] )
  ] [
fhir:code [ fhir:v "severe" ] ;
fhir:display [ fhir:v "Severe" ] ;
fhir:definition [ fhir:v "Severe AEFI - significant systemic symptoms requiring medical attention but not life-threatening" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "गम्भीर" ]     ] )
  ] [
fhir:code [ fhir:v "serious" ] ;
fhir:display [ fhir:v "Serious" ] ;
fhir:definition [ fhir:v "Serious AEFI - results in death, is life-threatening, requires hospitalization or prolongs existing hospitalization, results in persistent or significant disability/incapacity, or is a congenital anomaly/birth defect" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "अति गम्भीर" ]     ] )
  ] [
fhir:code [ fhir:v "fatal" ] ;
fhir:display [ fhir:v "Fatal" ] ;
fhir:definition [ fhir:v "Fatal AEFI - adverse event that resulted in death" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "घातक" ]     ] )
  ] ) . #