@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/CodeSystem/lab-localCs-eu-lab> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lab-localCs-eu-lab"] ; # 
  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 "informative"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://example.org/lab-codes"^^xsd:anyURI ;
     fhir:l <http://example.org/lab-codes>
  ] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "LaboratoryLocalCS"] ; # 
  fhir:title [ fhir:v "Laboratory Code: example"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  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 "List of local coded concepts used for supporting the examples defined in this guide."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "3002989" ] ;
     fhir:display [ fhir:v "Hepatitis Panel, Acute with Reflex to HBsAg Confirmation and Reflex to HCV by Quantitative NAAT" ]
  ] [
     fhir:code [ fhir:v "0020089" ] ;
     fhir:display [ fhir:v "Hepatitis B Surface Antigen" ]
  ] [
     fhir:code [ fhir:v "0020092" ] ;
     fhir:display [ fhir:v "Hepatitis B Core Antibody, IgM" ]
  ] [
     fhir:code [ fhir:v "0020093" ] ;
     fhir:display [ fhir:v "Hepatitis A Antibody, IgM" ]
  ] [
     fhir:code [ fhir:v "3003128" ] ;
     fhir:display [ fhir:v "Hepatitis C Antibody by CIA Interp" ]
  ] [
     fhir:code [ fhir:v "2002404" ] ;
     fhir:display [ fhir:v "Hepatitis C Antibody by CIA Index" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

