@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/dental/Encounter/enc-dental-04-ze-kassenschein> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "enc-dental-04-ze-kassenschein"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/dental-encounter"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/dental-encounter>
     ] )
  ] ; # 
  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: Encounter enc-dental-04-ze-kassenschein</b></p><a name=\"enc-dental-04-ze-kassenschein\"> </a><a name=\"hcenc-dental-04-ze-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-0004</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-AMB\">v3 Code System ActCode: AMB</a> (ambulatory)</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><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-15 --&gt; (ongoing)</p><p><b>account</b>: <a href=\"Account-acct-dental-04-gkv-q1.html\">Account: identifier = https://fhir.cognovis.de/praxis/sid/scheinNummer#ScheinNummer#GKV-2026-Q1-00004; status = active; type = GKV; servicePeriod = 2026-01-01 --&gt; 2026-03-31</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://example-dental-practice.de/fall-id"^^xsd:anyURI ;
       fhir:l <https://example-dental-practice.de/fall-id>
     ] ;
     fhir:value [ fhir:v "DENTAL-2026-0004" ]
  ] ) ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:class [
     fhir:system [
       fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
     ] ;
     fhir:code [ fhir:v "AMB" ] ;
     fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/dental/Patient/pat-gkv-dental-01> ;
     fhir:reference [ fhir:v "Patient/pat-gkv-dental-01" ]
  ] ; # 
  fhir:participant ( [
     fhir:individual [
       fhir:l <https://fhir.cognovis.de/dental/PractitionerRole/role-schoell-gibitzenhof> ;
       fhir:reference [ fhir:v "PractitionerRole/role-schoell-gibitzenhof" ]
     ]
  ] ) ; # 
  fhir:period [
     fhir:start [ fhir:v "2026-01-15"^^xsd:date ]
  ] ; # 
  fhir:account ( [
     fhir:l <https://fhir.cognovis.de/dental/Account/acct-dental-04-gkv-q1> ;
     fhir:reference [ fhir:v "Account/acct-dental-04-gkv-q1" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

