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

: Aligner Planning with Attachments and Interproximal Reduction - 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/ExampleAlignerCarePlan> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleAlignerCarePlan"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/aligner-care-plan" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental/StructureDefinition/aligner-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 ExampleAlignerCarePlan</b></p><a name=\"ExampleAlignerCarePlan\"> </a><a name=\"hcExampleAlignerCarePlan\"> </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-aligner-care-plan.html\">Aligner Care Plan (DE)</a></p></div><blockquote><p><b>Aligner Attachment Plan</b></p><ul><li>tooth: 13</li></ul></blockquote><blockquote><p><b>Aligner Attachment Plan</b></p><ul><li>tooth: 23</li></ul></blockquote><blockquote><p><b>Aligner Interproximal Reduction Plan</b></p><ul><li>firstTooth: 11</li><li>secondTooth: 12</li><li>amount: 0.3 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm = 'millimeter')</span></li></ul></blockquote><p><b>identifier</b>: <code>https://example-dental-practice.de/kfo-plan</code>/ALIGNER-2026-01</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 kfo}\">Kieferorthopaedie (KFO)</span></p><p><b>title</b>: Aligner care plan</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>created</b>: 2026-07-15</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "tooth" ] ;
       fhir:Extension.valueCode [ fhir:value "13" ]
     ] ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/aligner-attachment-plan" ]
  ], [
     fhir:index 1 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "tooth" ] ;
       fhir:Extension.valueCode [ fhir:value "23" ]
     ] ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/aligner-attachment-plan" ]
  ], [
     fhir:index 2 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "firstTooth" ] ;
       fhir:Extension.valueCode [ fhir:value "11" ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "secondTooth" ] ;
       fhir:Extension.valueCode [ fhir:value "12" ]
     ], [
       fhir:index 2 ;
       fhir:Extension.url [ fhir:value "amount" ] ;
       fhir:Extension.valueQuantity [
         fhir:Quantity.value [ fhir:value "0.3"^^xsd:decimal ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mm" ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/aligner-interproximal-reduction-plan" ]
  ] ;
  fhir:CarePlan.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/kfo-plan" ] ;
     fhir:Identifier.value [ fhir:value "ALIGNER-2026-01" ]
  ] ;
  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 "kfo" ]
     ]
  ] ;
  fhir:CarePlan.title [ fhir:value "Aligner care plan"] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-pkv-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ]
  ] ;
  fhir:CarePlan.created [ fhir:value "2026-07-15"^^xsd:date] .

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

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

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