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 IMNCI Follow-up Result Value Set - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hmis-imnci-followup-result-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hmis-imnci-followup-result-vs</b></p><a name=\"hmis-imnci-followup-result-vs\"> </a><a name=\"hchmis-imnci-followup-result-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-hmis-outcome.html\"><code>http://biomaxis.com/fhir/CodeSystem/hmis-outcome</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.0.0-semantic-release</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-improved\">improved</a></td><td>Improved</td><td>Patient's condition has improved with treatment</td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-same\">same</a></td><td>Condition Unchanged</td><td>Patient's condition remains the same as previous assessment</td></tr><tr><td><a href=\"CodeSystem-hmis-outcome.html#hmis-outcome-worse\">worse</a></td><td>Condition Worsened</td><td>Patient's condition has worsened since previous assessment</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/ValueSet/hmis-imnci-followup-result-vs"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/ValueSet/hmis-imnci-followup-result-vs>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "HMISIMNCIFollowupResultVS"] ; # 
  fhir:title [ fhir:v "HMIS IMNCI Follow-up Result Value Set"] ; # 
  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 "Value set for IMNCI follow-up visit results used in Nepal HMIS."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://biomaxis.com/fhir/CodeSystem/hmis-outcome"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/hmis-outcome>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "improved" ] ;
fhir:display [ fhir:v "Improved" ]       ] [
fhir:code [ fhir:v "same" ] ;
fhir:display [ fhir:v "Condition Unchanged" ]       ] [
fhir:code [ fhir:v "worse" ] ;
fhir:display [ fhir:v "Condition Worsened" ]       ] )     ] )
  ] . #