German Dental FHIR Profiles (R4) - Local Development build (v0.41.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Beispiel Heil- und Kostenplan für eine Verlangensleistung - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/doc-verlangens-aufklaerung-bleaching-01> 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference doc-verlangens-aufklaerung-bleaching-01</b></p><a name=\"doc-verlangens-aufklaerung-bleaching-01\"> </a><a name=\"hcdoc-verlangens-aufklaerung-bleaching-01\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/goz-vereinbarung-dokumenttyp verlangensleistung-hkp-2-3}\">Heil- und Kostenplan nach 2 Abs. 3 GOZ</span></p><p><b>subject</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>date</b>: 2026-02-10 10:00:00+0100</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>pdf</td><td><a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&canonical=https://example.org/documents/requested-service-plan-2026-001.pdf\">https://example.org/documents/requested-service-plan-2026-001.pdf</a></td><td>Heil- und Kostenplan Verlangensleistung 2026-001</td></tr></table></blockquote></div>"
] ;
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 <http://hl7.org/fhir/Patient/pat-pkv-01> ;
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" ]
]
] .
<http://hl7.org/fhir/Patient/pat-pkv-01> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DocumentReference/doc-verlangens-aufklaerung-bleaching-01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DocumentReference/doc-verlangens-aufklaerung-bleaching-01.ttl> .