German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

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

: Beispiel KFO-Diagnose Angle II/1 KIG 4 - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleKfoDiagnose"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/dental-condition"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/dental-condition>     ] )
  ] ; # 
  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: Condition ExampleKfoDiagnose</b></p><a name=\"ExampleKfoDiagnose\"> </a><a name=\"hcExampleKfoDiagnose\"> </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-condition.html\">Zahnärztliche Diagnose (DE)</a></p></div><p><b>KFO Angle-Klasse</b>: II-1</p><p><b>KFO KIG-Punkte</b>: 4</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-category dental}\">Dental</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm K07.12}\">Angle-Klasse II/1: Distalbiss mit proklinierter Oberkieferfront, Overjet &gt; 9 mm</span></p><p><b>subject</b>: <a href=\"Patient-pat-gkv-01.html\">Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( Krankenversichertennummer)</a></p><p><b>onset</b>: 2026-02-01</p><p><b>recordedDate</b>: 2026-02-01</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/kfo-angle-klasse"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/kfo-angle-klasse>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "II-1"     ]
  ] [
fhir:url [
fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/kfo-kig-punkte"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/kfo-kig-punkte>     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 4     ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical>       ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-ver-status>       ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] )
  ] ; # 
  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:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.de/CodeSystem/bfarm/icd-10-gm"^^xsd:anyURI ;
fhir:l <http://fhir.de/CodeSystem/bfarm/icd-10-gm>       ] ;
fhir:code [ fhir:v "K07.12" ] ;
fhir:display [ fhir:v "Distalbiss, Angle-Klasse II" ]     ] ) ;
fhir:text [ fhir:v "Angle-Klasse II/1: Distalbiss mit proklinierter Oberkieferfront, Overjet > 9 mm" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/pat-gkv-01 ;
fhir:reference [ fhir:v "Patient/pat-gkv-01" ]
  ] ; # 
  fhir:onset [
a fhir:DateTime ;
fhir:v "2026-02-01"^^xsd:date
  ] ; # 
  fhir:recordedDate [ fhir:v "2026-02-01"^^xsd:date] . #