@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://hl7.se/fhir/ig/base/ValueSet/SEBaseSOSNYKVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SEBaseSOSNYKVS"] ; # 
  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 SEBaseSOSNYKVS</b></p><a name=\"SEBaseSOSNYKVS\"> </a><a name=\"hcSEBaseSOSNYKVS\"> </a><a name=\"SEBaseSOSNYKVS-sv-SE\"> </a><ul><li>Include all codes defined in <code>urn:oid:1.2.752.116.1.3.6</code></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.se/fhir/ig/base/ValueSet/SEBaseSOSNYKVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "SEBaseSOSNYKVS"] ; # 
  fhir:title [ fhir:v "ValueSet for occupation codes from the National Board of Health and Welfare (SOSNYK)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-05-20T13:02:08+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Sweden"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Sweden" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.se/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@hl7.se" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The code system for professional categories is developed to be used in digital documentation, for reporting to registers, etc."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "SE" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "urn:oid:1.2.752.116.1.3.6"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

