@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ServiceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleOsasOralApplianceOrder"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.cognovis.de/dental/StructureDefinition/osas-oral-appliance-service-request" ; fhir:index 0 ; fhir:link ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: ServiceRequest ExampleOsasOralApplianceOrder

identifier: https://example-sleep-clinic.de/order/OSAS-ORDER-2026-0042

status: Active

intent: Order

code: Oral appliance therapy

subject: Charlotte von Hohenstein (official) Female, DoB: 1975-09-03

authoredOn: 2026-07-20

requester: Practitioner Martin Schöll (official)

reasonReference: Condition

" ] ; fhir:ServiceRequest.identifier [ fhir:index 0 ; fhir:Identifier.system [ fhir:value "https://example-sleep-clinic.de/order" ] ; fhir:Identifier.value [ fhir:value "OSAS-ORDER-2026-0042" ] ] ; fhir:ServiceRequest.status [ fhir:value "active"] ; fhir:ServiceRequest.intent [ fhir:value "order"] ; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/sleep-appliance-service" ] ; fhir:Coding.code [ fhir:value "oral-appliance-therapy" ] ] ] ; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ] ] ; fhir:ServiceRequest.authoredOn [ fhir:value "2026-07-20"^^xsd:date] ; fhir:ServiceRequest.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/prac-schoell" ] ] ; fhir:ServiceRequest.reasonReference [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "Condition/ExampleOsasCondition" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------