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

Generated Narrative: DocumentReference doc-verlangens-aufklaerung-bleaching-01

status: Current

type: Heil- und Kostenplan nach § 2 Abs. 3 GOZ

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

date: 2026-02-10 10:00:00+0100

content

Attachments

-ContentTypeUrlTitle
*pdfhttps://example.org/documents/requested-service-plan-2026-001.pdfHeil- und Kostenplan Verlangensleistung 2026-001
" ] ; fhir:DocumentReference.status [ fhir:value "current"] ; fhir:DocumentReference.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/dental/CodeSystem/goz-vereinbarung-dokumenttyp" ] ; fhir:Coding.code [ fhir:value "verlangensleistung-hkp-2-3" ] ; fhir:Coding.display [ fhir:value "Heil- und Kostenplan nach § 2 Abs. 3 GOZ" ] ] ] ; fhir:DocumentReference.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-pkv-01" ] ] ; fhir:DocumentReference.date [ fhir:value "2026-02-10T10:00:00+01: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.org/documents/requested-service-plan-2026-001.pdf" ] ; fhir:Attachment.title [ fhir:value "Heil- und Kostenplan Verlangensleistung 2026-001" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------