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 Diagnose-Bundle mit Asserter und Recorder - 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/Bundle/ExampleDentalConditionAuthorshipBundle> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleDentalConditionAuthorshipBundle"] ;
  fhir:Bundle.type [ fhir:value "collection"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example-dental-practice.de/fhir/Condition/ExampleDentalConditionAuthored" ] ;
     fhir:Bundle.entry.resource <https://example-dental-practice.de/fhir/Condition/ExampleDentalConditionAuthored>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example-dental-practice.de/fhir/Practitioner/prac-schoell" ] ;
     fhir:Bundle.entry.resource <https://example-dental-practice.de/fhir/Practitioner/prac-schoell>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example-dental-practice.de/fhir/Practitioner/prac-dental-recorder" ] ;
     fhir:Bundle.entry.resource <https://example-dental-practice.de/fhir/Practitioner/prac-dental-recorder>
  ] .

<https://example-dental-practice.de/fhir/Condition/ExampleDentalConditionAuthored> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "ExampleDentalConditionAuthored"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-condition" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental/StructureDefinition/dental-condition>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_ExampleDentalConditionAuthored\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleDentalConditionAuthored</b></p><a name=\"ExampleDentalConditionAuthored\"> </a><a name=\"hcExampleDentalConditionAuthored\"> </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>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 K02.1}\">K02.1</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-tooth 46}\">46</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>encounter</b>: <a href=\"Encounter-enc-dental-01-kassenschein.html\">Encounter: identifier = https://example-dental-practice.de/fall-id#DENTAL-2026-0001; status = finished; class = ambulatory (ActCode#AMB); period = 2026-01-10 --&gt; 2026-01-10</a></p><p><b>recordedDate</b>: 2026-01-10</p><p><b>recorder</b>: <a href=\"Practitioner-prac-dental-recorder.html\">Practitioner Eva Muster (official)</a></p><p><b>asserter</b>: <a href=\"Practitioner-prac-schoell.html\">Practitioner Martin Schöll (official)</a></p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  fhir:Condition.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:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/icd-10-gm" ] ;
       fhir:Coding.code [ fhir:value "K02.1" ]
     ]
  ] ;
  fhir:Condition.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/ex-tooth" ] ;
       fhir:Coding.code [ fhir:value "46" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-gkv-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-gkv-01" ]
  ] ;
  fhir:Condition.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/enc-dental-01-kassenschein> ;
     fhir:Reference.reference [ fhir:value "Encounter/enc-dental-01-kassenschein" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2026-01-10"^^xsd:date] ;
  fhir:Condition.recorder [
     fhir:link <http://hl7.org/fhir/Practitioner/prac-dental-recorder> ;
     fhir:Reference.reference [ fhir:value "Practitioner/prac-dental-recorder" ]
  ] ;
  fhir:Condition.asserter [
     fhir:link <http://hl7.org/fhir/Practitioner/prac-schoell> ;
     fhir:Reference.reference [ fhir:value "Practitioner/prac-schoell" ]
  ] .

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

<http://hl7.org/fhir/Encounter/enc-dental-01-kassenschein> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/prac-dental-recorder> a fhir:Practitioner .

<http://hl7.org/fhir/Practitioner/prac-schoell> a fhir:Practitioner .

<https://example-dental-practice.de/fhir/Practitioner/prac-schoell> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "prac-schoell"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-practitioner" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental/StructureDefinition/dental-practitioner>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_prac-schoell\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner prac-schoell</b></p><a name=\"prac-schoell\"> </a><a name=\"hcprac-schoell\"> </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-practitioner.html\">Dental Practitioner (DE)</a></p></div><p><b>identifier</b>: Lifelong physician number/660100101, Zahnarztnummer/660100101</p><p><b>active</b>: true</p><p><b>name</b>: Martin Schöll (Official)</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Zahnarzt</span></td></tr></table></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "LANR" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR" ] ;
     fhir:Identifier.value [ fhir:value "660100101" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/identifier-type-de-basis" ] ;
         fhir:Coding.code [ fhir:value "ZANR" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.de/sid/kzbv/zahnarztnummer" ] ;
     fhir:Identifier.value [ fhir:value "660100101" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [ fhir:value "Schöll" ] ;
     fhir:HumanName.given [
       fhir:value "Martin" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.qualification [
     fhir:index 0 ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0360" ] ;
         fhir:Coding.code [ fhir:value "MD" ] ;
         fhir:Coding.display [ fhir:value "Doctor of Medicine" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Zahnarzt" ]
     ]
  ] .

<https://example-dental-practice.de/fhir/Practitioner/prac-dental-recorder> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "prac-dental-recorder"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_prac-dental-recorder\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner prac-dental-recorder</b></p><a name=\"prac-dental-recorder\"> </a><a name=\"hcprac-dental-recorder\"> </a><p><b>active</b>: true</p><p><b>name</b>: Eva Muster (Official)</p></div>"
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [ fhir:value "Muster" ] ;
     fhir:HumanName.given [
       fhir:value "Eva" ;
       fhir:index 0
     ]
  ] .

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

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