@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://fhir.cognovis.de/dental/ValueSet/tooth-identification-fdi> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "tooth-identification-fdi"] ; # 
  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: ValueSet tooth-identification-fdi</b></p><a name=\"tooth-identification-fdi\"> </a><a name=\"hctooth-identification-fdi\"> </a><ul><li>Include all codes defined in <a href=\"http://tx.fhir.org/r4\"><code>http://terminology.hl7.org/CodeSystem/ex-tooth</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version ?4.0.1</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.cognovis.de/dental/ValueSet/tooth-identification-fdi"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/dental/ValueSet/tooth-identification-fdi>
  ] ; # 
  fhir:version [ fhir:v "0.36.1"] ; # 
  fhir:name [ fhir:v "ToothIdentificationFDI_VS"] ; # 
  fhir:title [ fhir:v "Zahnidentifikation nach FDI/ISO 3950"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-30T11:39:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "cognovis GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "cognovis GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.cognovis.de" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@cognovis.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Zahnidentifikation nach dem FDI-Zahnschema (ISO 3950). Permanente Zähne (11-48), Milchzähne (51-85)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DE" ] ;
       fhir:display [ fhir:v "Germany" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright 2026+ cognovis GmbH. Licensed under CC-BY-4.0."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/ex-tooth"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/ex-tooth>
       ] ;
       fhir:version [ fhir:v "4.0.1" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

