@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 -------------------------------------------------------------------

<http://fhir.health.gov.lk/ips/ValueSet/vs-medication-name-non-msd> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-medication-name-non-msd"] ; # 
  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 vs-medication-name-non-msd</b></p><a name=\"vs-medication-name-non-msd\"> </a><a name=\"hcvs-medication-name-non-msd\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-cs-medication-name-non-msd.html\"><code>http://fhir.health.gov.lk/ips/CodeSystem/cs-medication-name-non-msd</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.health.gov.lk/ips/ValueSet/vs-medication-name-non-msd"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VSMedicationNamesForNonMSD"] ; # 
  fhir:title [ fhir:v "Medication Names Not For Pharmacy"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-06-18T16:02:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ministry of Health, Sri Lanka"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Ministry of Health, Sri Lanka" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.health.gov.lk/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "digitalhealth@health.gov.lk" ]
     ] )
  ] [
     fhir:name [ fhir:v "Director, Health Information" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "digitalhealth@health.gov.lk" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A list of medications that typically are not prescribed for collection at the pharamcy a.k.a. Non-Medical Supplies."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "LK" ] ;
       fhir:display [ fhir:v "Sri Lanka" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://fhir.health.gov.lk/ips/CodeSystem/cs-medication-name-non-msd"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

