@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-follow-up-plan> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-follow-up-plan"] ; # 
  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-follow-up-plan</b></p><a name=\"vs-follow-up-plan\"> </a><a name=\"hcvs-follow-up-plan\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  descends from 183851006 (Referral to clinic)</li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/772071006\">772071006</a></td><td>Referral to dentist</td></tr><tr><td><a href=\"http://snomed.info/id/410321003\">410321003</a></td><td>Wellness health education, guidance, and counseling</td></tr><tr><td><a href=\"http://snomed.info/id/306110004\">306110004</a></td><td>Referral to medical service</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.health.gov.lk/ips/ValueSet/vs-follow-up-plan"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VSFollowUpPlan"] ; # 
  fhir:title [ fhir:v "Follow-up plan"] ; # 
  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 "Follow-up plan"] ; # 
  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://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "descendent-of" ] ;
         fhir:value [ fhir:v "183851006" ]
       ] )
     ] [
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "772071006" ] ;
         fhir:display [ fhir:v "Referral to dentist" ]
       ] [
         fhir:code [ fhir:v "410321003" ] ;
         fhir:display [ fhir:v "Wellness health education, guidance, and counseling" ]
       ] [
         fhir:code [ fhir:v "306110004" ] ;
         fhir:display [ fhir:v "Referral to medical service" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

