@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://sundhedsdatastyrelsen.dk/ValueSet/VS-screeningstype> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VS-screeningstype"] ; # 
  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 VS-screeningstype</b></p><a name=\"VS-screeningstype\"> </a><a name=\"hcVS-screeningstype\"> </a><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.6.96</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>169703006</td><td/></tr><tr><td>390786002</td><td/></tr><tr><td>169698000</td><td/></tr><tr><td>712853001</td><td/></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://sundhedsdatastyrelsen.dk/ValueSet/VS-screeningstype"^^xsd:anyURI ;
     fhir:l <http://sundhedsdatastyrelsen.dk/ValueSet/VS-screeningstype>
  ] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "VS_screeningstype"] ; # 
  fhir:title [ fhir:v "Screeningstype Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-17T14:05:26+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Example Publisher" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://example.org/example-publisher" ]
     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DK" ] ;
       fhir:display [ fhir:v "Denmark" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "urn:oid:2.16.840.1.113883.6.96"^^xsd:anyURI ;
         fhir:l <urn:oid:2.16.840.1.113883.6.96>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "169703006" ]
       ] [
         fhir:code [ fhir:v "390786002" ]
       ] [
         fhir:code [ fhir:v "169698000" ]
       ] [
         fhir:code [ fhir:v "712853001" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

