@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/core/NamingSystem/gs1-di> a fhir:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gs1-di"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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: NamingSystem gs1-di</b></p><a name=\"gs1-di\"> </a><a name=\"hcgs1-di\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://hl7.cz/fhir/core/NamingSystem/gs1-di</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>GS1DI</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>GS1 Device Identifier (DI) namespace used as the UDI issuing organization for GS1 UDIs.</p>\n</div></td></tr><tr><td>Publisher</td><td>HL7 Czech Republic</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>URI</td><td>http://hl7.org/fhir/NamingSystem/gs1-di</td><td>true</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:uri ;
       fhir:v "https://hl7.cz/fhir/core/NamingSystem/gs1-di"^^xsd:anyURI
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "1.0.0"
     ]
  ] ) ; # 
  fhir:name [ fhir:v "GS1DI"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2026-06-10"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Czech Republic"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Czech Republic" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.cz/" ]
     ] )
  ] ) ; # 
  fhir:responsible [ fhir:v "GS1"] ; # 
  fhir:description [ fhir:v "GS1 Device Identifier (DI) namespace used as the UDI issuing organization for GS1 UDIs."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "CZ" ] ;
       fhir:display [ fhir:v "Czechia" ]
     ] )
  ] ) ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://hl7.org/fhir/NamingSystem/gs1-di" ] ;
     fhir:preferred [ fhir:v true ]
  ] ) . # 

# -------------------------------------------------------------------------------------

