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 Behandlungskontakt GKV 2026-01-10 (enc-dental-01) - 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/Encounter/enc-dental-01-kassenschein> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "enc-dental-01-kassenschein"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-encounter" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental/StructureDefinition/dental-encounter>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter enc-dental-01-kassenschein</b></p><a name=\"enc-dental-01-kassenschein\"> </a><a name=\"hcenc-dental-01-kassenschein\"> </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-encounter.html\">Zahnärztlicher Behandlungskontakt (DE)</a></p></div><p><b>identifier</b>: <code>https://example-dental-practice.de/fall-id</code>/DENTAL-2026-0001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</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><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-role-schoell-gibitzenhof.html\">PractitionerRole Doctor</a></td></tr></table><p><b>period</b>: 2026-01-10 --&gt; 2026-01-10</p><p><b>account</b>: <a href=\"Account-acct-dental-01-gkv-q1.html\">Account: identifier = https://fhir.cognovis.de/praxis/sid/scheinNummer#ScheinNummer#GKV-2026-Q1-00001; status = active; type = GKV; servicePeriod = 2026-01-01 --&gt; 2026-03-31</a></p></div>"
  ] ;
  fhir:Encounter.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/fall-id" ] ;
     fhir:Identifier.value [ fhir:value "DENTAL-2026-0001" ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ] ;
     fhir:Coding.display [ fhir:value "ambulatory" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-gkv-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-gkv-01" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index 0 ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/PractitionerRole/role-schoell-gibitzenhof> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/role-schoell-gibitzenhof" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2026-01-10"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2026-01-10"^^xsd:date ]
  ] ;
  fhir:Encounter.account [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Account/acct-dental-01-gkv-q1> ;
     fhir:Reference.reference [ fhir:value "Account/acct-dental-01-gkv-q1" ]
  ] .

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

<http://hl7.org/fhir/PractitionerRole/role-schoell-gibitzenhof> a fhir:PractitionerRole .

<http://hl7.org/fhir/Account/acct-dental-01-gkv-q1> a fhir:Account .

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

<http://hl7.org/fhir/Encounter/enc-dental-01-kassenschein.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/enc-dental-01-kassenschein.ttl> .