@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/eHDSILabStudyType> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eHDSILabStudyType"] ; # 
  fhir:url [
     fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSILabStudyType"^^xsd:anyURI ;
     fhir:l <http://terminology.ehdsi.eu/ValueSet/eHDSILabStudyType>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.66" ]
  ] ) ; # 
  fhir:version [ fhir:v "8.0.1"] ; # 
  fhir:name [ fhir:v "eHDSILabStudyType"] ; # 
  fhir:title [ fhir:v "eHDSI Laboratory Study Types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "18722-9" ]
       ] [
         fhir:code [ fhir:v "26436-6" ]
       ] [
         fhir:code [ fhir:v "18719-5" ]
       ] [
         fhir:code [ fhir:v "18725-2" ]
       ] [
         fhir:code [ fhir:v "18723-7" ]
       ] [
         fhir:code [ fhir:v "18728-6" ]
       ] [
         fhir:code [ fhir:v "18717-9" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

