@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 -------------------------------------------------------------------

<https://fhir.amakomaya.com/ValueSet/province> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "province"] ; # 
  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: 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.amakomaya.com/CodeSystem/locations</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2.0.0</span><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.amakomaya.com/ValueSet/province"^^xsd:anyURI ;
     fhir:l <https://fhir.amakomaya.com/ValueSet/province>
  ] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "ProvinceVS"] ; # 
  fhir:title [ fhir:v "Province"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-08-21T17:27:40+05:45"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Amakomaya Nepal"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Amakomaya Nepal" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://amakomaya.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@amakomaya.com" ]
     ] )
  ] [
     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:l <urn:iso:std:iso:3166>
       ] ;
       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.amakomaya.com/CodeSystem/locations"^^xsd:anyURI ;
         fhir:l <https://fhir.amakomaya.com/CodeSystem/locations>
       ] ;
       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" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

