@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.cognovis.de/dental/CarePlan/ExamplePmbCarePlan> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExamplePmbCarePlan"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/dental-care-plan"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/dental-care-plan>
     ] )
  ] ; # 
  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: CarePlan ExamplePmbCarePlan</b></p><a name=\"ExamplePmbCarePlan\"> </a><a name=\"hcExamplePmbCarePlan\"> </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-care-plan.html\">Dental Behandlungsplan (DE)</a></p></div><p><b>identifier</b>: <code>https://example-dental-practice.de/pmb-plan</code>/PMB-2026-0001</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-category dental}\">Dental</span>, <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-care-plan-type pmb}\">Professionelle Mundgesundheitsberatung (PMB)</span></p><p><b>title</b>: PMB-Plan: PZR-Recall-Programm halbjährlich</p><p><b>description</b>: Professionelle Mundgesundheitsberatung und präventive Zahnarztbehandlung. Regelmäßige professionelle Zahnreinigung (PZR) im 6-Monats-Intervall. Mundhygieneunterweisung, Fluoridierung, Kariesprophylaxe. Individuelle Präventionsmaßnahmen entsprechend Risikobewertung.</p><p><b>subject</b>: <a href=\"Patient-pat-gkv-dental-01.html\">Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)</a></p><p><b>period</b>: 2026-01-10 --&gt; 2028-01-09</p><p><b>created</b>: 2026-01-10</p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Status</b></td><td><b>Scheduled[x]</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 70762009}\">PZR — Professionelle Zahnreinigung</span></td><td>Scheduled</td><td>Once per 6 months</td><td>PZR-Recall alle 6 Monate: Professionelle Zahnreinigung, Mundhygieneunterweisung, Fluoridierung.</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://example-dental-practice.de/pmb-plan"^^xsd:anyURI ;
       fhir:l <https://example-dental-practice.de/pmb-plan>
     ] ;
     fhir:value [ fhir:v "PMB-2026-0001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  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:coding ( [
       fhir:system [
         fhir:v "https://fhir.cognovis.de/dental/CodeSystem/dental-care-plan-type"^^xsd:anyURI ;
         fhir:l <https://fhir.cognovis.de/dental/CodeSystem/dental-care-plan-type>
       ] ;
       fhir:code [ fhir:v "pmb" ] ;
       fhir:display [ fhir:v "Professionelle Mundgesundheitsberatung (PMB)" ]
     ] )
  ] ) ; # 
  fhir:title [ fhir:v "PMB-Plan: PZR-Recall-Programm halbjährlich"] ; # 
  fhir:description [ fhir:v "Professionelle Mundgesundheitsberatung und präventive Zahnarztbehandlung. Regelmäßige professionelle Zahnreinigung (PZR) im 6-Monats-Intervall. Mundhygieneunterweisung, Fluoridierung, Kariesprophylaxe. Individuelle Präventionsmaßnahmen entsprechend Risikobewertung."] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/dental/Patient/pat-gkv-dental-01> ;
     fhir:reference [ fhir:v "Patient/pat-gkv-dental-01" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2026-01-10"^^xsd:date ] ;
     fhir:end [ fhir:v "2028-01-09"^^xsd:date ]
  ] ; # 
  fhir:created [ fhir:v "2026-01-10"^^xsd:date] ; # 
  fhir:activity ( [
     fhir:detail [
       fhir:code [
         fhir:coding ( [
           a sct:70762009 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "70762009" ] ;
           fhir:display [ fhir:v "Professional dental prophylaxis" ]
         ] ) ;
         fhir:text [ fhir:v "PZR — Professionelle Zahnreinigung" ]
       ] ;
       fhir:status [ fhir:v "scheduled" ] ;
       fhir:scheduled [
         a fhir:Timing ;
         fhir:repeat [
           fhir:period [ fhir:v "6"^^xsd:decimal ] ;
           fhir:periodUnit [ fhir:v "mo" ]
         ]
       ] ;
       fhir:description [ fhir:v "PZR-Recall alle 6 Monate: Professionelle Zahnreinigung, Mundhygieneunterweisung, Fluoridierung." ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

