German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

German Dental FHIR Profiles (R4) - Local Development build (v0.41.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel PAR-Behandlungsplan UPT 3 Monate - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/ExampleParCarePlan> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleParCarePlan"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-care-plan" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental/StructureDefinition/dental-care-plan>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan ExampleParCarePlan</b></p><a name=\"ExampleParCarePlan\"> </a><a name=\"hcExampleParCarePlan\"> </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>PAR UPT-Intervall</b>: 3</p><p><b>PAR Treatment Phase</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/par-behandlungs-phase UPT}\">Unterstuetzende Parodontitistherapie - 2-Jahres-Zeitraum</span></p><p><b>identifier</b>: <code>https://example-dental-practice.de/par-plan</code>/PAR-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 par}\">Parodontologie (PAR)</span></p><p><b>title</b>: PAR-Behandlungsplan: Parodontitis generalisiert, Stadium II, Grad B</p><p><b>description</b>: PAR-Behandlung nach PAR-Richtlinie (07/2021). Diagnose: Generalisierte Parodontitis Stadium II, Grad B. Aktive Phase: Mundhygieneunterweisung, subgingivales Debridement, Reevaluation nach 8–12 Wochen. UPT: 3-Monats-Intervall für 2 Jahre. Antibiotikatherapie nicht indiziert.</p><p><b>subject</b>: <a href=\"Patient-pat-beihilfe-01.html\">Friedrich Hartmann (official) Male, DoB: 1958-11-22</a></p><p><b>period</b>: 2026-02-10 --&gt; 2028-02-09</p><p><b>created</b>: 2026-02-05</p><p><b>addresses</b>: <a href=\"Condition-ExampleParodontitisCondition.html\">Condition Chronische Parodontitis</a></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"Observation-ExampleProphylaxisObservation.html\">Observation Oral hygiene status</a></li><li><a href=\"Observation-ExamplePeriodontalObservationPAR.html\">Observation Physical findings of Mouth and Throat and Teeth</a></li></ul><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>Description</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/par-behandlungs-phase ATG}\">Parodontologisches Aufklaerungs- und Therapiegespraech</span></td><td>Scheduled</td><td>Periodontal information and treatment discussion.</td></tr></table></blockquote><blockquote><p><b>activity</b></p><p><b>outcomeReference</b>: <a href=\"Observation-ExampleProphylaxisObservationFollowUp.html\">Observation Oral hygiene status</a></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:{https://fhir.cognovis.de/dental/CodeSystem/par-behandlungs-phase UPT}\">Unterstuetzende Parodontitistherapie - 2-Jahres-Zeitraum</span></td><td>Scheduled</td><td>Once per 3 months</td><td>Supportive periodontal therapy recall.</td></tr></table></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/par-upt-intervall" ] ;
     fhir:Extension.valueInteger [ fhir:value "3"^^xsd:integer ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/par-treatment-phase" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/par-behandlungs-phase" ] ;
         fhir:Coding.code [ fhir:value "UPT" ]
       ]
     ]
  ] ;
  fhir:CarePlan.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/par-plan" ] ;
     fhir:Identifier.value [ fhir:value "PAR-2026-0001" ]
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-category" ] ;
       fhir:Coding.code [ fhir:value "dental" ] ;
       fhir:Coding.display [ fhir:value "Dental" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/dental-care-plan-type" ] ;
       fhir:Coding.code [ fhir:value "par" ] ;
       fhir:Coding.display [ fhir:value "Parodontologie (PAR)" ]
     ]
  ] ;
  fhir:CarePlan.title [ fhir:value "PAR-Behandlungsplan: Parodontitis generalisiert, Stadium II, Grad B"] ;
  fhir:CarePlan.description [ fhir:value "PAR-Behandlung nach PAR-Richtlinie (07/2021). Diagnose: Generalisierte Parodontitis Stadium II, Grad B. Aktive Phase: Mundhygieneunterweisung, subgingivales Debridement, Reevaluation nach 8–12 Wochen. UPT: 3-Monats-Intervall für 2 Jahre. Antibiotikatherapie nicht indiziert."] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-beihilfe-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ]
  ] ;
  fhir:CarePlan.period [
     fhir:Period.start [ fhir:value "2026-02-10"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2028-02-09"^^xsd:date ]
  ] ;
  fhir:CarePlan.created [ fhir:value "2026-02-05"^^xsd:date] ;
  fhir:CarePlan.addresses [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/ExampleParodontitisCondition> ;
     fhir:Reference.reference [ fhir:value "Condition/ExampleParodontitisCondition" ]
  ] ;
  fhir:CarePlan.supportingInfo [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/ExampleProphylaxisObservation> ;
     fhir:Reference.reference [ fhir:value "Observation/ExampleProphylaxisObservation" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Observation/ExamplePeriodontalObservationPAR> ;
     fhir:Reference.reference [ fhir:value "Observation/ExamplePeriodontalObservationPAR" ]
  ] ;
  fhir:CarePlan.activity [
     fhir:index 0 ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/par-behandlungs-phase" ] ;
           fhir:Coding.code [ fhir:value "ATG" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ;
       fhir:CarePlan.activity.detail.description [ fhir:value "Periodontal information and treatment discussion." ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CarePlan.activity.outcomeReference [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Observation/ExampleProphylaxisObservationFollowUp> ;
       fhir:Reference.reference [ fhir:value "Observation/ExampleProphylaxisObservationFollowUp" ]
     ] ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/par-behandlungs-phase" ] ;
           fhir:Coding.code [ fhir:value "UPT" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ] ;
       fhir:CarePlan.activity.detail.scheduledTiming [
         fhir:Timing.repeat [
           fhir:Timing.repeat.period [ fhir:value "3"^^xsd:decimal ] ;
           fhir:Timing.repeat.periodUnit [ fhir:value "mo" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.description [ fhir:value "Supportive periodontal therapy recall." ]
     ]
  ] .

<http://hl7.org/fhir/Patient/pat-beihilfe-01> a fhir:Patient .

<http://hl7.org/fhir/Condition/ExampleParodontitisCondition> a fhir:Condition .

<http://hl7.org/fhir/Observation/ExampleProphylaxisObservation> a fhir:Observation .

<http://hl7.org/fhir/Observation/ExamplePeriodontalObservationPAR> a fhir:Observation .

<http://hl7.org/fhir/Observation/ExampleProphylaxisObservationFollowUp> a fhir:Observation .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/ExampleParCarePlan.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CarePlan/ExampleParCarePlan.ttl> .