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 Admission Source 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-admission-source-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-admission-source-vs</b></p><a name=\"hmis-admission-source-vs\"> </a><a name=\"hchmis-admission-source-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-hmis-referral-source.html\"><code>http://biomaxis.com/fhir/CodeSystem/hmis-referral-source</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-referral-source.html#hmis-referral-source-self\">self</a></td><td>Self-referred</td><td>Patient/client arrived at the facility on their own without a referral</td></tr><tr><td><a href=\"CodeSystem-hmis-referral-source.html#hmis-referral-source-health-facility\">health-facility</a></td><td>Health Facility (General)</td><td>Referred from another health facility (unspecified type)</td></tr><tr><td><a href=\"CodeSystem-hmis-referral-source.html#hmis-referral-source-emergency-to-ipd\">emergency-to-ipd</a></td><td>Emergency to Inpatient</td><td>Patient admitted to inpatient care from the emergency department</td></tr><tr><td><a href=\"CodeSystem-hmis-referral-source.html#hmis-referral-source-opd-to-ipd\">opd-to-ipd</a></td><td>OPD to Inpatient</td><td>Patient admitted to inpatient care from outpatient department</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/ValueSet/hmis-admission-source-vs"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/ValueSet/hmis-admission-source-vs>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "HMISAdmissionSourceVS"] ; # 
  fhir:title [ fhir:v "HMIS Admission Source 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 admission/referral sources used in Nepal HMIS encounters."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://biomaxis.com/fhir/CodeSystem/hmis-referral-source"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/hmis-referral-source>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "self" ] ;
fhir:display [ fhir:v "Self-referred" ]       ] [
fhir:code [ fhir:v "health-facility" ] ;
fhir:display [ fhir:v "Health Facility (General)" ]       ] [
fhir:code [ fhir:v "emergency-to-ipd" ] ;
fhir:display [ fhir:v "Emergency to Inpatient" ]       ] [
fhir:code [ fhir:v "opd-to-ipd" ] ;
fhir:display [ fhir:v "OPD to Inpatient" ]       ] )     ] )
  ] . #