@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.dk/fhir/core/ValueSet/dk-core-practice-setting-exclude-lab-code> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dk-core-practice-setting-exclude-lab-code"] ; # 
  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 dk-core-practice-setting-exclude-lab-code</b></p><a name=\"dk-core-practice-setting-exclude-lab-code\"> </a><a name=\"hcdk-core-practice-setting-exclude-lab-code\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-dk-core-practice-setting-code.html\">DK SOR Practice Setting Code</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-dk-core-SCTLaboratorySpecialities.html\">SNOMED CT Laboratory Specialities</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.dk/fhir/core/ValueSet/dk-core-practice-setting-exclude-lab-code"^^xsd:anyURI ;
     fhir:l <http://hl7.dk/fhir/core/ValueSet/dk-core-practice-setting-exclude-lab-code>
  ] ; # 
  fhir:version [ fhir:v "3.7.0"] ; # 
  fhir:name [ fhir:v "SorPracticeSettingCodeExcludingLab"] ; # 
  fhir:title [ fhir:v "DK SOR Practice Setting Code excluding laboratory codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-31T18:02:09+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Denmark"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Denmark" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.dk" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "dk-affiliate@hl7.dk" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Values used for Practice Setting, as described in the SOR registry. This list excludes Laboratory Specialties ."] ; # 
  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:valueSet ( [
         fhir:v "http://hl7.dk/fhir/core/ValueSet/dk-core-practice-setting-code"^^xsd:anyURI ;
         fhir:l <http://hl7.dk/fhir/core/ValueSet/dk-core-practice-setting-code>
       ] )
     ] ) ;
     fhir:exclude ( [
       fhir:valueSet ( [
         fhir:v "http://hl7.dk/fhir/core/ValueSet/dk-core-SCTLaboratorySpecialities"^^xsd:anyURI ;
         fhir:l <http://hl7.dk/fhir/core/ValueSet/dk-core-SCTLaboratorySpecialities>
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

