German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Zahntechnik-Auftrag — Vollkeramikkrone 16 - 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 "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 fhir:Patient/example-patient ;
fhir:reference [ fhir:v "Patient/example-patient" ]
] ; #
fhir:authoredOn [ fhir:v "2026-04-05"^^xsd:date] ; #
fhir:requester [
fhir:l fhir:Practitioner/example-practitioner ;
fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
] . #