@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/praxis/ServiceRequest/ExampleServiceRequestZahntechnik> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleServiceRequestZahntechnik"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ExampleServiceRequestZahntechnik</b></p><a name=\"ExampleServiceRequestZahntechnik\"> </a><a name=\"hcExampleServiceRequestZahntechnik\"> </a><p><b>Digitaler Workflow</b>: digital</p><p><b>Fertigstellungstermin</b>: 2026-04-15 12:00:00+0200</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">Vollkeramikkrone Zahn 16</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>authoredOn</b>: 2026-04-05</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/digital-workflow"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/digital-workflow>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "digital"
     ]
  ] [
     fhir:url [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/manufacturing-deadline"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/manufacturing-deadline>
     ] ;
     fhir:value [
       a fhir:DateTime ;
       fhir:v "2026-04-15T12:00:00+02:00"^^xsd:dateTime
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
     fhir:text [ fhir:v "Vollkeramikkrone Zahn 16" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-04-05"^^xsd:date] ; # 
  fhir:requester [
     fhir:l <https://fhir.cognovis.de/praxis/Practitioner/example-practitioner> ;
     fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
  ] . # 

# -------------------------------------------------------------------------------------

