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 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/ServiceRequest/ExampleDentalLabServiceRequest> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleDentalLabServiceRequest"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/dental-lab-service-request" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/dental/StructureDefinition/dental-lab-service-request>
     ]
  ] ;
  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: 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 (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>"
  ] ;
  fhir:ServiceRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://example-dental-practice.de/labor-id" ] ;
     fhir:Identifier.value [ fhir:value "LAB-2026-000015" ]
  ] ;
  fhir:ServiceRequest.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/CarePlan/ExampleZeCarePlan> ;
     fhir:Reference.reference [ fhir:value "CarePlan/ExampleZeCarePlan" ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "completed"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.text [ fhir:value "Keramik-Inlay Zahn 15, CAD/CAM" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-pkv-01> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ]
  ] ;
  fhir:ServiceRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/enc-dental-02-privatschein> ;
     fhir:Reference.reference [ fhir:value "Encounter/enc-dental-02-privatschein" ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-01-22"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/PractitionerRole/role-schoell-gibitzenhof> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/role-schoell-gibitzenhof" ]
  ] ;
  fhir:ServiceRequest.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/ExampleDentallabor> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleDentallabor" ]
  ] ;
  fhir:ServiceRequest.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Keramik-Inlay Zahn 15, Farbe A2, CAD/CAM. Abholung bis Freitag." ]
  ] .

<http://hl7.org/fhir/CarePlan/ExampleZeCarePlan> a fhir:CarePlan .

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

<http://hl7.org/fhir/Encounter/enc-dental-02-privatschein> a fhir:Encounter .

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

<http://hl7.org/fhir/Organization/ExampleDentallabor> a fhir:Organization .

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

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