@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/Communication/ExampleDentalCommunication> a fhir:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDentalCommunication"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/dental-communication"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/dental-communication>
     ] )
  ] ; # 
  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: Communication ExampleDentalCommunication</b></p><a name=\"ExampleDentalCommunication\"> </a><a name=\"hcExampleDentalCommunication\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dental-communication.html\">Zahnärztliche Kommunikation (DE)</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-category dental}\">Dental</span></p><p><b>subject</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-dental-02-privatschein.html\">Encounter: identifier = https://example-dental-practice.de/fall-id#DENTAL-2026-0002; status = finished; class = ambulatory (v3 Code System ActCode#AMB); period = 2026-01-22 --&gt; 2026-01-22</a></p><p><b>sent</b>: 2026-01-22 10:30:00+0100</p><p><b>recipient</b>: <a href=\"Organization-ExampleDentallabor.html\">Organization Zahntechnik Nürnberg GmbH</a></p><p><b>sender</b>: <a href=\"PractitionerRole-role-uselmann-plaerrer.html\">PractitionerRole Doctor</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Keramik-Inlay Zahn 15, MOD, Farbe A2. Bitte CAD/CAM-Fertigung. Abholung Freitag.</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: Befund: Keramik-Inlay zweiflächig (GOZ 2150), Steigerungsfaktor 2,3. Präparation am 2026-01-22.</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir.cognovis.de/dental/CodeSystem/dental-category"^^xsd:anyURI ;
         fhir:l <https://fhir.cognovis.de/dental/CodeSystem/dental-category>
       ] ;
       fhir:code [ fhir:v "dental" ] ;
       fhir:display [ fhir:v "Dental" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/dental/Patient/pat-pkv-01> ;
     fhir:reference [ fhir:v "Patient/pat-pkv-01" ]
  ] ; # 
  fhir:encounter [
     fhir:l <https://fhir.cognovis.de/dental/Encounter/enc-dental-02-privatschein> ;
     fhir:reference [ fhir:v "Encounter/enc-dental-02-privatschein" ]
  ] ; # 
  fhir:sent [ fhir:v "2026-01-22T10:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:recipient ( [
     fhir:l <https://fhir.cognovis.de/dental/Organization/ExampleDentallabor> ;
     fhir:reference [ fhir:v "Organization/ExampleDentallabor" ]
  ] ) ; # 
  fhir:sender [
     fhir:l <https://fhir.cognovis.de/dental/PractitionerRole/role-uselmann-plaerrer> ;
     fhir:reference [ fhir:v "PractitionerRole/role-uselmann-plaerrer" ]
  ] ; # 
  fhir:payload ( [
     fhir:content [
       a fhir:String ;
       fhir:v "Keramik-Inlay Zahn 15, MOD, Farbe A2. Bitte CAD/CAM-Fertigung. Abholung Freitag."
     ]
  ] [
     fhir:content [
       a fhir:String ;
       fhir:v "Befund: Keramik-Inlay zweiflächig (GOZ 2150), Steigerungsfaktor 2,3. Präparation am 2026-01-22."
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

