@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/Communication/ExampleCommunicationMahnung> a fhir:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleCommunicationMahnung"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication ExampleCommunicationMahnung</b></p><a name=\"ExampleCommunicationMahnung\"> </a><a name=\"hcExampleCommunicationMahnung\"> </a><p><b>Mahngebuehr</b>: <span title=\"Euro\">€5,00</span> (EUR)</p><p><b>OP-Referenz</b>: <a href=\"Account-ExampleAccountOP.html\">Account: extension = 228.44 EUR,228.44 EUR,0 EUR,1,false,2026-04-01,2026-04-15; status = active; type = patient billing account; description = Offener Posten — Rechnung Q1/2026 Weber</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category notification}\">Notification</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>sent</b>: 2026-04-15 10:00:00+0100</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/mahngebuehr"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/mahngebuehr>
     ] ;
     fhir:value [
       a fhir:Money ;
       fhir:value [ fhir:v "5"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "EUR" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/op-ref"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/op-ref>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://fhir.cognovis.de/praxis/Account/ExampleAccountOP> ;
       fhir:reference [ fhir:v "Account/ExampleAccountOP" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/communication-category>
       ] ;
       fhir:code [ fhir:v "notification" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:sent [ fhir:v "2026-04-15T10:00:00+01:00"^^xsd:dateTime] . # 

# -------------------------------------------------------------------------------------

