@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DocumentReference ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExamplePrimarySnoringDisclosure"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: DocumentReference ExamplePrimarySnoringDisclosure

status: Current

type: Consent and disclosure documentation

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

date: 2026-07-14 11:00:00+0200

content

Attachments

-ContentTypeUrl
*pdfhttps://example-dental-practice.de/documents/snoring-disclosure-2026-01
" ] ; fhir:DocumentReference.status [ fhir:value "current"] ; fhir:DocumentReference.type [ fhir:CodeableConcept.text [ fhir:value "Consent and disclosure documentation" ] ] ; fhir:DocumentReference.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ] ] ; fhir:DocumentReference.date [ fhir:value "2026-07-14T11:00:00+02:00"^^xsd:dateTime] ; fhir:DocumentReference.content [ fhir:index 0 ; fhir:DocumentReference.content.attachment [ fhir:Attachment.contentType [ fhir:value "application/pdf" ] ; fhir:Attachment.url [ fhir:value "https://example-dental-practice.de/documents/snoring-disclosure-2026-01" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------