Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION
0.0.1-ballot - ci-build Nepal flag

Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION - Local Development build (v0.0.1-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Province - TTL Representation

Active as of 2025-09-08

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 "province"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet province</b></p><a name=\"province\"> </a><a name=\"hcprovince\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-locations.html\"><code>https://fhir.hmis.gov.np/CodeSystem/locations</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-locations.html#locations-1\">1</a></td><td>Koshi Province</td></tr><tr><td><a href=\"CodeSystem-locations.html#locations-2\">2</a></td><td>Madhesh Province</td></tr><tr><td><a href=\"CodeSystem-locations.html#locations-3\">3</a></td><td>Bagmati Province</td></tr><tr><td><a href=\"CodeSystem-locations.html#locations-4\">4</a></td><td>Gandaki Province</td></tr><tr><td><a href=\"CodeSystem-locations.html#locations-5\">5</a></td><td>Lumbini Province</td></tr><tr><td><a href=\"CodeSystem-locations.html#locations-6\">6</a></td><td>Karnali Province</td></tr><tr><td><a href=\"CodeSystem-locations.html#locations-7\">7</a></td><td>Sudurpashchim Province</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.hmis.gov.np/ValueSet/province"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1-ballot"] ; # 
  fhir:name [ fhir:v "ProvinceVS"] ; # 
  fhir:title [ fhir:v "Province"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-09-08T06:44:10+05:45"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Integrated Health Information Management Section"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Integrated Health Information Management Section" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hmis.gov.np" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "it@hmis.gov.np" ]     ] )
  ] [
fhir:name [ fhir:v "RC Poudel" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rcpoudel@amakomaya.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rmchndrapdl@gmail.com" ]     ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+977-9851341921" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "All provinces used in administrative divisions"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NP" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.hmis.gov.np/CodeSystem/locations"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Koshi Province" ]       ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Madhesh Province" ]       ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Bagmati Province" ]       ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Gandaki Province" ]       ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Lumbini Province" ]       ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Karnali Province" ]       ] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Sudurpashchim Province" ]       ] )     ] )
  ] . #