@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/ConceptMap/scheinart-to-kvdt> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "scheinart-to-kvdt"] ; # 
  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: ConceptMap scheinart-to-kvdt</b></p><a name=\"scheinart-to-kvdt\"> </a><a name=\"hcscheinart-to-kvdt\"> </a><p>Mapping from <a href=\"ValueSet-scheinart.html\">Scheinart</a> to <a href=\"ValueSet-kvdt-scheinuntergruppe.html\">KVDT Scheinuntergruppe</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-scheinart.html\">Scheinart</a> to <a href=\"CodeSystem-kvdt-scheinuntergruppe.html\">KVDT Scheinuntergruppe (KBV Schlüsseltabelle)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>gkv</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#wider\" title=\"wider\">maps to wider concept</a></td><td>00 (Behandlungsausweis)</td><td>#gkv umfasst alle GKV-Scheine; #00 ist nur der Primär-/Hausarztschein — daher wider (gkv ist breiter)</td></tr><tr><td>ue (Ueberweisung)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>21 (Überweisungsschein zur Mitbehandlung)</td><td>Allgemeine Überweisung auf häufigsten KVDT-Überweisungstyp gemappt</td></tr><tr><td>not (Notfall)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>41 (Notfallschein)</td><td/></tr><tr><td>pkv</td><td colspan=\"2\" style=\"background-color: #efefef\">(not mapped)</td><td style=\"background-color: #efefef\">PKV nicht in KBV Schlüsseltabelle (nur GKV-Fälle)</td></tr><tr><td>bg</td><td colspan=\"2\" style=\"background-color: #efefef\">(not mapped)</td><td style=\"background-color: #efefef\">BG nicht in KBV Schlüsseltabelle</td></tr><tr><td>igel</td><td colspan=\"2\" style=\"background-color: #efefef\">(not mapped)</td><td style=\"background-color: #efefef\">IGeL nicht in KBV Schlüsseltabelle</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.cognovis.de/praxis/ConceptMap/scheinart-to-kvdt"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/praxis/ConceptMap/scheinart-to-kvdt>
  ] ; # 
  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.18.3" ]
  ] ; # 
  fhir:version [ fhir:v "0.49.0"] ; # 
  fhir:name [ fhir:v "ScheinartToKvdtCM"] ; # 
  fhir:title [ fhir:v "ScheinartCS → KVDT Scheinuntergruppe"] ; # 
  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 "Mappt PVS-interne Scheinart-Codes (ScheinartCS) auf KVDT-offizielle Scheinuntergruppe-Codes (KBV_CS_SFHIR_KBV_SCHEINART). Nur GKV-relevante Codes (gkv, ue, not) haben eine Entsprechung; pkv, bg, igel sind nicht in der KBV Schlüsseltabelle."] ; # 
  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:source [
     a fhir:Canonical ;
     fhir:v "https://fhir.cognovis.de/praxis/ValueSet/scheinart"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/praxis/ValueSet/scheinart>
  ] ; # 
  fhir:target [
     a fhir:Canonical ;
     fhir:v "https://fhir.cognovis.de/praxis/ValueSet/kvdt-scheinuntergruppe"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/praxis/ValueSet/kvdt-scheinuntergruppe>
  ] ; # 
  fhir:group ( [
     fhir:source [
       fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/scheinart"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/scheinart>
     ] ;
     fhir:target [
       fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/kvdt-scheinuntergruppe"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/kvdt-scheinuntergruppe>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "gkv" ] ;
       fhir:display [ fhir:v "GKV" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "00" ] ;
         fhir:display [ fhir:v "Behandlungsausweis" ] ;
         fhir:equivalence [ fhir:v "wider" ] ;
         fhir:comment [ fhir:v "#gkv umfasst alle GKV-Scheine; #00 ist nur der Primär-/Hausarztschein — daher wider (gkv ist breiter)" ]
       ] )
     ] [
       fhir:code [ fhir:v "ue" ] ;
       fhir:display [ fhir:v "Ueberweisung" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "21" ] ;
         fhir:display [ fhir:v "Überweisungsschein zur Mitbehandlung" ] ;
         fhir:equivalence [ fhir:v "relatedto" ] ;
         fhir:comment [ fhir:v "Allgemeine Überweisung auf häufigsten KVDT-Überweisungstyp gemappt" ]
       ] )
     ] [
       fhir:code [ fhir:v "not" ] ;
       fhir:display [ fhir:v "Notfall" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "41" ] ;
         fhir:display [ fhir:v "Notfallschein" ] ;
         fhir:equivalence [ fhir:v "relatedto" ]
       ] )
     ] [
       fhir:code [ fhir:v "pkv" ] ;
       fhir:display [ fhir:v "PKV" ] ;
       fhir:target ( [
         fhir:equivalence [ fhir:v "unmatched" ] ;
         fhir:comment [ fhir:v "PKV nicht in KBV Schlüsseltabelle (nur GKV-Fälle)" ]
       ] )
     ] [
       fhir:code [ fhir:v "bg" ] ;
       fhir:display [ fhir:v "BG" ] ;
       fhir:target ( [
         fhir:equivalence [ fhir:v "unmatched" ] ;
         fhir:comment [ fhir:v "BG nicht in KBV Schlüsseltabelle" ]
       ] )
     ] [
       fhir:code [ fhir:v "igel" ] ;
       fhir:display [ fhir:v "IGeL" ] ;
       fhir:target ( [
         fhir:equivalence [ fhir:v "unmatched" ] ;
         fhir:comment [ fhir:v "IGeL nicht in KBV Schlüsseltabelle" ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

