@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://fhir.ehdsi.eu/core/ValueSet/eHDSILabSpecimenTypeWithExceptions> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eHDSILabSpecimenTypeWithExceptions"] ; # 
  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 eHDSILabSpecimenTypeWithExceptions</b></p><a name=\"eHDSILabSpecimenTypeWithExceptions\"> </a><a name=\"hceHDSILabSpecimenTypeWithExceptions\"> </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=\"https://fhir.ehdsi.eu/mvc-package/ValueSet-eHDSIExceptionalValue.html\">eHDSI Exceptional Value</a></li><li>Import all the codes that are contained in <a href=\"https://fhir.ehdsi.eu/mvc-package/ValueSet-eHDSILabSpecimenType.html\">eHDSI Laboratory Specimen Type</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 2
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://fhir.ehdsi.eu/core/ValueSet/eHDSILabSpecimenTypeWithExceptions"^^xsd:anyURI ;
     fhir:l <http://fhir.ehdsi.eu/core/ValueSet/eHDSILabSpecimenTypeWithExceptions>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "EHDSILabSpecimenTypeWithExceptions"] ; # 
  fhir:title [ fhir:v "eHDSI Laboratory Specimen Type With Exceptions"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-04T16:10:59+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MyHealth@Eu"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "MyHealth@Eu" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This Value Set is used for the kind of material that forms the specimen.\r\nIt also includes exceptional values"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "The Value Set incorporates SNOMED CT®, used by permission of the International Health Terminology Standards Development Organisation, trading as SNOMED International. SNOMED CT was originally created by the College of American Pathologists. SNOMED CT is a registered trademark of the International Health Terminology Standards Development Organisation, all rights reserved. For further information on the use of SNOMED CT, including translations, implementers of MyHealth@EU should review usage terms or directly contact SNOMED International: info@snomed.org."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSIExceptionalValue"^^xsd:anyURI ;
         fhir:l <http://terminology.ehdsi.eu/ValueSet/eHDSIExceptionalValue>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSILabSpecimenType"^^xsd:anyURI ;
         fhir:l <http://terminology.ehdsi.eu/ValueSet/eHDSILabSpecimenType>
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

