@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://hapifhir.eswatinihie.com/fhir/ValueSet/SzEpisodeOfCareTypeVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SzEpisodeOfCareTypeVS"] ; # 
  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 SzEpisodeOfCareTypeVS</b></p><a name=\"SzEpisodeOfCareTypeVS\"> </a><a name=\"hcSzEpisodeOfCareTypeVS\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-episodeofcare-type.html\"><code>http://terminology.hl7.org/CodeSystem/episodeofcare-type</code></a><span title=\"Version is explicitly stated to be 1.0.1\"> version ?1.0.1</span></li><li>Include all codes defined in <a href=\"CodeSystem-SzEpisodeOfCareTypeCS.html\"><code>https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzEpisodeOfCareTypeCS</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://hapifhir.eswatinihie.com/fhir/ValueSet/SzEpisodeOfCareTypeVS"^^xsd:anyURI ;
     fhir:l <https://hapifhir.eswatinihie.com/fhir/ValueSet/SzEpisodeOfCareTypeVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SzEpisodeOfCareTypeVS"] ; # 
  fhir:title [ fhir:v "Eswatini Episode of Care Valueset"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-26T10:44:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ministry of Health Eswatini"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Ministry of Health Eswatini" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://hapifhir.eswatinihie.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "eswatinihie@moh.gov.sz" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Eswatini Episode of Care Valueset"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/episodeofcare-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/episodeofcare-type>
       ] ;
       fhir:version [ fhir:v "1.0.1" ]
     ] [
       fhir:system [
         fhir:v "https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzEpisodeOfCareTypeCS"^^xsd:anyURI ;
         fhir:l <https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzEpisodeOfCareTypeCS>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

