@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://gematik.de/fhir/terminology/CodeSystem/laboratory-test-profile> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "laboratory-test-profile"] ;
  fhir:CodeSystem.url [ fhir:value "https://gematik.de/fhir/terminology/CodeSystem/laboratory-test-profile"] ;
  fhir:CodeSystem.version [ fhir:value "1.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "LaboratoryTestProfileCS"] ;
  fhir:CodeSystem.title [ fhir:value "Laboratory Test Profiles"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-11-16"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "gematik GmbH"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.gematik.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Dieses Codesystem enthält die Codes für deutsche Bezeichner für Laboruntersuchungsgruppen."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "DE" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir:value "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "15"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "haemato" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Hämatologie" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "baselec" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Basisanalytik - Elektrolyte" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "baskidn" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Basisanalytik - Nierenfunktion" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "baslivr" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Basisanalytik - Leberfunktion" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "basenzy" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Basisanalytik - Enzyme" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "endocr" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Endokrinologie" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "cardio" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Kardiologie" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "lipmetb" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Fettstoffwechsel" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "diabdiag" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Diabetesdiagnostik" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "vitdiag" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Vitamindiagnostik" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "inflmark" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Entzündungsmarker" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "proteins" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Proteine" ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "hemostas" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Hämostaseologie" ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "uridiag" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Urindiagnostik" ]
  ], [
     fhir:index 14 ;
     fhir:CodeSystem.concept.code [ fhir:value "ironmetb" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Eisen-/Hämoglobinstoffwechsel" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://gematik.de/fhir/terminology/CodeSystem/laboratory-test-profile.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

