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 Prophylaxe-Befund - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleProphylaxisObservation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/prophylaxis-observation"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/prophylaxis-observation>     ] )
  ] ; # 
  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: Observation ExampleProphylaxisObservation</b></p><a name=\"ExampleProphylaxisObservation\"> </a><a name=\"hcExampleProphylaxisObservation\"> </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-prophylaxis-observation.html\">Prophylaxe-Befund (DE)</a></p></div><p><b>status</b>: Final</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://snomed.info/sct 364126007}\">Oral hygiene status</span></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>effective</b>: 2026-01-15 09:30:00+0100</p><p><b>performer</b>: <a href=\"Organization-org-dental-mvz.html\">Organization Demo-Zahnarztpraxis MVZ Nürnberg</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 18949003}\">Approximalraum-Plaque-Index (API)</span></p><p><b>value</b>: 22 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 66383009}\">Sulcus-Blutungs-Index (SBI)</span></p><p><b>value</b>: 15 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251309006}\">PSI Sextant 1 (oben rechts)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251309006}\">PSI Sextant 2 (oben frontal)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251309006}\">PSI Sextant 3 (oben links)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251309006}\">PSI Sextant 4 (unten links)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251309006}\">PSI Sextant 5 (unten frontal)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251309006}\">PSI Sextant 6 (unten rechts)</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 364126007}\">Mundhygienestatus</span></p><p><b>value</b>: <span title=\"Codes:\">Befriedigend — geringe Plaqueanlagerungen interproximal</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  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 [
a sct:364126007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "364126007" ] ;
fhir:display [ fhir:v "Oral hygiene status" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/pat-gkv-dental-01 ;
fhir:reference [ fhir:v "Patient/pat-gkv-dental-01" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2026-01-15T09:30:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:l fhir:Organization/org-dental-mvz ;
fhir:reference [ fhir:v "Organization/org-dental-mvz" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:18949003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "18949003" ]       ] ) ;
fhir:text [ fhir:v "Approximalraum-Plaque-Index (API)" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "22"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "%" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:66383009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "66383009" ]       ] ) ;
fhir:text [ fhir:v "Sulcus-Blutungs-Index (SBI)" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "%" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:251309006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "251309006" ]       ] ) ;
fhir:text [ fhir:v "PSI Sextant 1 (oben rechts)" ]     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:251309006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "251309006" ]       ] ) ;
fhir:text [ fhir:v "PSI Sextant 2 (oben frontal)" ]     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:251309006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "251309006" ]       ] ) ;
fhir:text [ fhir:v "PSI Sextant 3 (oben links)" ]     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:251309006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "251309006" ]       ] ) ;
fhir:text [ fhir:v "PSI Sextant 4 (unten links)" ]     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:251309006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "251309006" ]       ] ) ;
fhir:text [ fhir:v "PSI Sextant 5 (unten frontal)" ]     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:251309006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "251309006" ]       ] ) ;
fhir:text [ fhir:v "PSI Sextant 6 (unten rechts)" ]     ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1     ]
  ] [
fhir:code [
      ( fhir:coding [
a sct:364126007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>         ] ;
fhir:code [ fhir:v "364126007" ]       ] ) ;
fhir:text [ fhir:v "Mundhygienestatus" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Befriedigend — geringe Plaqueanlagerungen interproximal" ]     ]
  ] ) . #