Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/rdf#> . @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/example-documentreference> a fhir:DocumentReference ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "example-documentreference"] ; 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 example-documentreference</b></p><a name=\"example-documentreference\"> </a><a name=\"hcexample-documentreference\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18842-5}\">18842-5</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></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></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0&canonical=https://example.org/entlassbrief-weber.pdf\">https://example.org/entlassbrief-weber.pdf</a></td></tr></table></blockquote></div>" ] ; fhir:DocumentReference.status [ fhir:value "current"] ; fhir:DocumentReference.type [ fhir:CodeableConcept.coding [ fhir:index 0 ; a loinc:18842-5 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "18842-5" ] ] ] ; fhir:DocumentReference.subject [ fhir:link <http://hl7.org/fhir/Patient/example-patient> ; fhir:Reference.reference [ fhir:value "Patient/example-patient" ] ] ; 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/entlassbrief-weber.pdf" ] ] ] . <http://hl7.org/fhir/Patient/example-patient> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/DocumentReference/example-documentreference.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/DocumentReference/example-documentreference.ttl> .