@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://amakomaya.com/NamingSystem/nepal-telecom-system> a fhir:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nepal-telecom-system"] ; # 
  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: NamingSystem nepal-telecom-system</b></p><a name=\"nepal-telecom-system\"> </a><a name=\"hcnepal-telecom-system\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber</td></tr><tr><td>Version</td><td>1.0.1</td></tr><tr><td>Name</td><td>NepalTelecomSubscriberIdentifier</td></tr><tr><td>Title</td><td>Nepal Telecome Subscriber Identifier Namespace</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Defines the canonical identifier namespace used for all Nepal Telecome subscribers (phone numbers). Use this as identifier.system for Patient, Person, or Account resources.</p>\n</div></td></tr><tr><td>Publisher</td><td>Amakomaya Nepal</td></tr><tr><td>Copyright</td><td><div><p>Used by permission of HL7 International, all rights reserved Creative Commons License</p>\n</div></td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Period</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber</td><td>true</td><td>2024-01-01 --&gt; (ongoing)</td><td>Canonical URI for all Nepal telecom subscriber identifiers. Normalize numbers as E.164: +977XXXXXXXXX.</td></tr><tr><td>UUID</td><td>1b4e28ba-2fa1-11d2-883f-0016d3cca427</td><td>false</td><td/><td>Stable internal UUID for registry management; not intended for public display.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.1"] ; # 
  fhir:name [ fhir:v "NepalTelecomSubscriberIdentifier"] ; # 
  fhir:title [ fhir:v "Nepal Telecome Subscriber Identifier Namespace"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2025-12-17"^^xsd:date] ; # 
  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:responsible [ fhir:v "Nepal Telecome ID Governance"] ; # 
  fhir:description [ fhir:v "Defines the canonical identifier namespace used for all Nepal Telecome subscribers (phone numbers). Use this as identifier.system for Patient, Person, or Account resources."] ; # 
  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:usage [ fhir:v "Namespace for all Nepal telecom subscriber identifiers for use across the AMK ecosystem."] ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber" ] ;
     fhir:preferred [ fhir:v true ] ;
     fhir:comment [ fhir:v "Canonical URI for all Nepal telecom subscriber identifiers. Normalize numbers as E.164: +977XXXXXXXXX." ] ;
     fhir:period [
       fhir:start [ fhir:v "2024-01-01"^^xsd:date ]
     ]
  ] [
     fhir:type [ fhir:v "uuid" ] ;
     fhir:value [ fhir:v "1b4e28ba-2fa1-11d2-883f-0016d3cca427" ] ;
     fhir:preferred [ fhir:v false ] ;
     fhir:comment [ fhir:v "Stable internal UUID for registry management; not intended for public display." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

