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 Laborauftrag Keramik-Inlay Zahn 15 - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleDentalLabServiceRequest"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cognovis.de/dental/StructureDefinition/dental-lab-service-request"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/StructureDefinition/dental-lab-service-request>     ] )
  ] ; # 
  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: ServiceRequest ExampleDentalLabServiceRequest</b></p><a name=\"ExampleDentalLabServiceRequest\"> </a><a name=\"hcExampleDentalLabServiceRequest\"> </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-lab-service-request.html\">Zahntechnischer Laborauftrag (DE)</a></p></div><p><b>identifier</b>: <code>https://example-dental-practice.de/labor-id</code>/LAB-2026-000015</p><p><b>basedOn</b>: <a href=\"CarePlan-ExampleZeCarePlan.html\">CarePlan ZE-Plan: Brückenversorgung Zahn 35-37 — gleichartig</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">Keramik-Inlay Zahn 15, CAD/CAM</span></p><p><b>subject</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-dental-02-privatschein.html\">Encounter: identifier = https://example-dental-practice.de/fall-id#DENTAL-2026-0002; status = finished; class = ambulatory (v3 Code System ActCode#AMB); period = 2026-01-22 --&gt; 2026-01-22</a></p><p><b>authoredOn</b>: 2026-01-22</p><p><b>requester</b>: <a href=\"PractitionerRole-role-schoell-gibitzenhof.html\">PractitionerRole Doctor</a></p><p><b>performer</b>: <a href=\"Organization-ExampleDentallabor.html\">Organization Zahntechnik Nürnberg GmbH</a></p><p><b>note</b>: </p><blockquote><div><p>Keramik-Inlay Zahn 15, Farbe A2, CAD/CAM. Abholung bis Freitag.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://example-dental-practice.de/labor-id"^^xsd:anyURI ;
fhir:l <https://example-dental-practice.de/labor-id>     ] ;
fhir:value [ fhir:v "LAB-2026-000015" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:l fhir:CarePlan/ExampleZeCarePlan ;
fhir:reference [ fhir:v "CarePlan/ExampleZeCarePlan" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
fhir:text [ fhir:v "Keramik-Inlay Zahn 15, CAD/CAM" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/pat-pkv-01 ;
fhir:reference [ fhir:v "Patient/pat-pkv-01" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/enc-dental-02-privatschein ;
fhir:reference [ fhir:v "Encounter/enc-dental-02-privatschein" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-01-22"^^xsd:date] ; # 
  fhir:requester [
fhir:l fhir:PractitionerRole/role-schoell-gibitzenhof ;
fhir:reference [ fhir:v "PractitionerRole/role-schoell-gibitzenhof" ]
  ] ; # 
  fhir:performer ( [
fhir:l fhir:Organization/ExampleDentallabor ;
fhir:reference [ fhir:v "Organization/ExampleDentallabor" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Keramik-Inlay Zahn 15, Farbe A2, CAD/CAM. Abholung bis Freitag." ]
  ] ) . #