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 IMNCI Weight Status - TTL Representation
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-imnci-weight-status"] ; #
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-imnci-weight-status</b></p><a name=\"hmis-imnci-weight-status\"> </a><a name=\"hchmis-imnci-weight-status\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-imnci-weight-status</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\">very-low-weight<a name=\"hmis-imnci-weight-status-very-low-weight\"> </a></td><td>Very Low Weight</td><td>Weight for age below -3 Z-score (severe underweight)</td><td>तौल निकै कम</td></tr><tr><td style=\"white-space:nowrap\">low-weight<a name=\"hmis-imnci-weight-status-low-weight\"> </a></td><td>Low Weight</td><td>Weight for age between -3 and -2 Z-score (underweight)</td><td>तौल कम</td></tr><tr><td style=\"white-space:nowrap\">normal-weight<a name=\"hmis-imnci-weight-status-normal-weight\"> </a></td><td>Normal Weight</td><td>Weight for age at or above -2 Z-score (normal)</td><td>सामान्य तौल</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://biomaxis.com/fhir/CodeSystem/hmis-imnci-weight-status"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/hmis-imnci-weight-status>
] ; #
fhir:version [ fhir:v "0.0.0-semantic-release"] ; #
fhir:name [ fhir:v "HMISIMNCIWeightStatus"] ; #
fhir:title [ fhir:v "HMIS IMNCI Weight Status"] ; #
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 weight-for-age status classification in IMNCI protocol used in Nepal HMIS 2.4."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "very-low-weight" ] ;
fhir:display [ fhir:v "Very Low Weight" ] ;
fhir:definition [ fhir:v "Weight for age below -3 Z-score (severe underweight)" ] ;
( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "तौल निकै कम" ] ] )
] [
fhir:code [ fhir:v "low-weight" ] ;
fhir:display [ fhir:v "Low Weight" ] ;
fhir:definition [ fhir:v "Weight for age between -3 and -2 Z-score (underweight)" ] ;
( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "तौल कम" ] ] )
] [
fhir:code [ fhir:v "normal-weight" ] ;
fhir:display [ fhir:v "Normal Weight" ] ;
fhir:definition [ fhir:v "Weight for age at or above -2 Z-score (normal)" ] ;
( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "सामान्य तौल" ] ] )
] ) . #