German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example Diagnostic Report - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-diagnostic-report"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.vision-zero-oncology.de/fhir/StructureDefinition/radiological-diagnostic-report"^^xsd:anyURI ;
fhir:link <https://www.vision-zero-oncology.de/fhir/StructureDefinition/radiological-diagnostic-report> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 4231000179109}\">Mammography report</span> (<span title=\"Codes: {http://snomed.info/sct 4201000179104}\">Imaging report</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Sebastian Bach (OFFICIAL)</b> male, DoB: 1985-03-31</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td colspan=\"2\"><i>Observation</i></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://www.vision-zero-oncology.de/fhir/StructureDefinition/supportingInfo"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Procedure/ExampleProcedure" ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a sct:4201000179104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4201000179104" ] ;
fhir:display [ fhir:v "Imaging report" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:4231000179109 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4231000179109" ] ;
fhir:display [ fhir:v "Mammography report" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplePatient" ]
] ; #
fhir:result ( [
fhir:reference [ fhir:v "ExampleResultObservation" ]
] ) ; #
fhir:imagingStudy ( [
fhir:reference [ fhir:v "ExampleStudy" ]
] ) . #