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 Visit 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-visit-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-visit-type</b></p><a name=\"hmis-visit-type\"> </a><a name=\"hchmis-visit-type\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-visit-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\">new<a name=\"hmis-visit-type-new\"> </a></td><td>New Visit</td><td>First visit to the facility within the current fiscal year</td><td>पहिलो पटक</td></tr><tr><td style=\"white-space:nowrap\">follow-up<a name=\"hmis-visit-type-follow-up\"> </a></td><td>Follow-up Visit</td><td>Repeat or follow-up visit within the current fiscal year</td><td>दोहोर्याएर आएको/पुरानो</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/CodeSystem/hmis-visit-type"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/hmis-visit-type>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "HMISVisitType"] ; # 
  fhir:title [ fhir:v "HMIS Visit 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 "Standardized codes for visit types in Nepal HMIS indicating whether the encounter is a new visit or a follow-up within the fiscal year."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "new" ] ;
fhir:display [ fhir:v "New Visit" ] ;
fhir:definition [ fhir:v "First visit to the facility within the current fiscal year" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "पहिलो पटक" ]     ] )
  ] [
fhir:code [ fhir:v "follow-up" ] ;
fhir:display [ fhir:v "Follow-up Visit" ] ;
fhir:definition [ fhir:v "Repeat or follow-up visit within the current fiscal year" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "दोहोर्याएर आएको/पुरानो" ]     ] )
  ] ) . #