@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/praxis/CodeSystem/cave-clinical-warning-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cave-clinical-warning-type"] ; # 
  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: CodeSystem cave-clinical-warning-type</b></p><a name=\"cave-clinical-warning-type\"> </a><a name=\"hccave-clinical-warning-type\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/praxis/CodeSystem/cave-clinical-warning-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">K<a name=\"cave-clinical-warning-type-K\"> </a></td><td>Kontraindikation</td><td>Medizinische Kontraindikation gegen ein Medikament oder eine Behandlung</td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"cave-clinical-warning-type-A\"> </a></td><td>Allergie</td><td>Arzneimittelallergie oder sonstige Allergie</td></tr><tr><td style=\"white-space:nowrap\">V<a name=\"cave-clinical-warning-type-V\"> </a></td><td>Vertraeglichkeit</td><td>Bekannte Unvertraeglichkeit oder schlechte Vertraeglichkeit</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"cave-clinical-warning-type-E\"> </a></td><td>Empfehlung</td><td>Klinische Empfehlung oder Hinweis (z.B. klinische Entscheidungsunterstuetzung)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/cave-clinical-warning-type"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/cave-clinical-warning-type>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.3.7985.16.12" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.49.0"] ; # 
  fhir:name [ fhir:v "CaveClinicalWarningTypeCS"] ; # 
  fhir:title [ fhir:v "CAVE Clinical Warning Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-04T13:25: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 "Kurzschluessel fuer klinische Warnhinweistypen (CAVE-Eintraege) in deutschen Praxisverwaltungssystemen. PVS-uebergreifend standardisiert."] ; # 
  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:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "K" ] ;
     fhir:display [ fhir:v "Kontraindikation" ] ;
     fhir:definition [ fhir:v "Medizinische Kontraindikation gegen ein Medikament oder eine Behandlung" ]
  ] [
     fhir:code [ fhir:v "A" ] ;
     fhir:display [ fhir:v "Allergie" ] ;
     fhir:definition [ fhir:v "Arzneimittelallergie oder sonstige Allergie" ]
  ] [
     fhir:code [ fhir:v "V" ] ;
     fhir:display [ fhir:v "Vertraeglichkeit" ] ;
     fhir:definition [ fhir:v "Bekannte Unvertraeglichkeit oder schlechte Vertraeglichkeit" ]
  ] [
     fhir:code [ fhir:v "E" ] ;
     fhir:display [ fhir:v "Empfehlung" ] ;
     fhir:definition [ fhir:v "Klinische Empfehlung oder Hinweis (z.B. klinische Entscheidungsunterstuetzung)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

