This page is part of the Integrated Reporting Applications (v1.0.0: Publication) based on FHIR v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: DiagnosticReport with Comparison Study Update example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-DiagnosticReportComparisonStudyUpdate"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IRA/StructureDefinition/diagnosticreportupdate"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IRA/StructureDefinition/diagnosticreportupdate> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 29252-4}\">CT Chest WO Contrast</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>John Smith </b> (no stated gender), DoB Unknown ( Medical Record Number: 1234567)</td></tr></table><p><b>Report Details</b></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://profiles.ihe.net/RAD/IRA/StructureDefinition/associatedStudy"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "ImagingStudy/example-ImagingStudy-Comparison" ] ]
] ) ; #
fhir:status [ fhir:v "unknown"] ; #
fhir:code [
( fhir:coding [
a loinc:29252-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29252-4" ] ;
fhir:display [ fhir:v "CT Chest WO Contrast" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-PatientContext" ]
] ; #
fhir:study ( [
fhir:reference [ fhir:v "ImagingStudy/example-ImagingStudyContext" ]
] ) . #