@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://hl7europe.org/fhir/terminology/common/ValueSet/lab-speciesType-eu-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lab-speciesType-eu-vs"] ; # 
  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 1
     ]
  ] [
     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 "draft"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7europe.org/fhir/terminology/common/ValueSet/lab-speciesType-eu-vs"^^xsd:anyURI ;
     fhir:l <http://hl7europe.org/fhir/terminology/common/ValueSet/lab-speciesType-eu-vs>
  ] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "LabSpeciesTypesEuVs"] ; # 
  fhir:title [ fhir:v "Types of species"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-04T11:55:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Europe"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Europe" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7europe.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types of animal species for non-human subjects"] ; # 
  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 "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "125097000" ] ;
         fhir:display [ fhir:v "Domestic goat" ]
       ] [
         fhir:code [ fhir:v "125099002" ] ;
         fhir:display [ fhir:v "Sheep" ]
       ] [
         fhir:code [ fhir:v "34618005" ] ;
         fhir:display [ fhir:v "Cow" ]
       ] [
         fhir:code [ fhir:v "425134008" ] ;
         fhir:display [ fhir:v "Turkey" ]
       ] [
         fhir:code [ fhir:v "47290002" ] ;
         fhir:display [ fhir:v "Chicken" ]
       ] [
         fhir:code [ fhir:v "15778005" ] ;
         fhir:display [ fhir:v "Anser" ]
       ] [
         fhir:code [ fhir:v "396620009" ] ;
         fhir:display [ fhir:v "Duck" ]
       ] [
         fhir:code [ fhir:v "35354009" ] ;
         fhir:display [ fhir:v "Horse" ]
       ] [
         fhir:code [ fhir:v "85626006" ] ;
         fhir:display [ fhir:v "Donkey" ]
       ] [
         fhir:code [ fhir:v "132950000" ] ;
         fhir:display [ fhir:v "Mule" ]
       ] [
         fhir:code [ fhir:v "448771007" ] ;
         fhir:display [ fhir:v "Domestic dog" ]
       ] [
         fhir:code [ fhir:v "448169003" ] ;
         fhir:display [ fhir:v "Domestic cat" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

