@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://example.org/ValueSet/encounter-servicetype-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "encounter-servicetype-vs"] ; # 
  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 encounter-servicetype-vs</b></p><a name=\"encounter-servicetype-vs\"> </a><a name=\"hcencounter-servicetype-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-encounter-servicetype-cs.html\"><code>http://example.org/CodeSystem/encounter-servicetype-cs</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://example.org/fhir/ValueSet/encounter-servicetype-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ENCOUNTERSERVICETYPEVS"] ; # 
  fhir:title [ fhir:v "Encounter Service Type"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-06-26T12:04:31+03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "intellisoftkenya"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "intellisoftkenya" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://example.org/example-publisher" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for Encounter Service type"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://example.org/CodeSystem/encounter-servicetype-cs"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

