HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0-snapshot1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CompositionStructured"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImComposition"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImComposition> ] )
] ; #
fhir:language [ fhir:v "en-GB"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-GB\" lang=\"en-GB\"><p class=\"res-header-id\"><b>Generated Narrative: Composition CompositionStructured</b></p><a name=\"CompositionStructured\"> </a><a name=\"hcCompositionStructured\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-GB</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImComposition.html\">Composition: Imaging Report</a></p></div><p><b>Based on</b>: Identifier: Accession ID/87654321</p><p><b>Document DiagnosticReport Reference</b>: <a href=\"DiagnosticReport-DiagnosticReportStructured.html\">Diagnostic Report for 'transthoracic echocardiogram' for '->3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)'</a></p><p><b>identifier</b>: <code>http://example.org/myhosptital/reportidentifiers</code>/dfkjewoieoijwoskdjf</p><p><b>version</b>: 1</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 93351}\">transthoracic echocardiogram</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 CUS}\">Cardiac Ultrasoundy</span></p><p><b>date</b>: 2025-09-05 02:22:00+0000</p><p><b>author</b>: </p><ul><li><a href=\"PractitionerRole-PractitionerRoleStructuredReportAuthor.html\">PractitionerRole Cardiology</a></li><li><a href=\"Organization-OrganizationStructuredReport.html\">Organization Ultrasound centrum</a></li></ul><p><b>title</b>: Transthoracic echocardiogram</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/event-basedOn"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ] ) ] ;
fhir:system [ fhir:v "http://example.org/myhosptital/accessionsystem"^^xsd:anyURI ] ;
fhir:value [ fhir:v "87654321" ] ] ]
] [
fhir:url [ fhir:v "http://hl7.eu/fhir/imaging-r5/StructureDefinition/im-composition-diagnosticReportReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DiagnosticReport/DiagnosticReportStructured" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/myhosptital/reportidentifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "dfkjewoieoijwoskdjf" ]
] ) ; #
fhir:version [ fhir:v "1"] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "93351" ] ;
fhir:display [ fhir:v "transthoracic echocardiogram" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CUS" ] ;
fhir:display [ fhir:v "Cardiac Ultrasoundy" ] ] )
] ) ; #
fhir:subject ( [
fhir:reference [ fhir:v "Patient/PatientStructuredReport" ]
] ) ; #
fhir:date [ fhir:v "2025-09-05T02:22:00.000Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRoleStructuredReportAuthor" ]
] [
fhir:reference [ fhir:v "Organization/OrganizationStructuredReport" ]
] ) ; #
fhir:title [ fhir:v "Transthoracic echocardiogram"] ; #
fhir:section ( [
fhir:title [ fhir:v "Imaging Study" ] ;
fhir:code [
( fhir:coding [
a loinc:18726-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18726-0" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "ImagingStudy/ImagingStudStructuredReport" ] ] )
] [
fhir:title [ fhir:v "Order" ] ;
fhir:code [
( fhir:coding [
a loinc:55115-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55115-0" ] ;
fhir:display [ fhir:v "Requested imaging studies information Document" ] ] ) ]
] [
fhir:title [ fhir:v "History" ] ;
fhir:code [
( fhir:coding [
a loinc:11329-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11329-0" ] ;
fhir:display [ fhir:v "History general Narrative - Reported" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/WeightObservation" ] ] [
fhir:reference [ fhir:v "Observation/HeightObservation" ] ] [
fhir:reference [ fhir:v "Observation/BPObservation" ] ] [
fhir:reference [ fhir:v "Observation/HRObservation" ] ] )
] [
fhir:title [ fhir:v "Procedure" ] ;
fhir:code [
( fhir:coding [
a loinc:55111-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55111-9" ] ;
fhir:display [ fhir:v "Current imaging procedure descriptions Document" ] ] ) ] ;
fhir:emptyReason [
( fhir:coding [
fhir:code [ fhir:v "unavailable" ] ;
fhir:display [ fhir:v "Unavailable" ] ] ) ]
] [
fhir:title [ fhir:v "Comparison" ] ;
fhir:code [
( fhir:coding [
a loinc:18834-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18834-2" ] ;
fhir:display [ fhir:v "Radiology Comparison study (narrative)" ] ] ) ] ;
fhir:emptyReason [
( fhir:coding [
fhir:code [ fhir:v "nilknown" ] ;
fhir:display [ fhir:v "Nil Known" ] ] ) ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "**Stress Findings**\nNormal baseline electrocardiogram. There was a maximum 1.5mm ST segment depression. The patient exhibited a hypertensive response with stress." ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "**Right Ventricle**\nThe right ventricle is not well visualized. There is mild right ventricular hypertrophy." ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "**Atria**\nA patent foramen ovale is present and there is low risk for embolism. The left atrium is small." ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "Mitral Valve\nThe mitral valve leaflets appear normal. There is no evidence of stenosis, fluttering, or prolapse. Mitral valve prolapse cannot be excluded. No significant mitral valve stenosis. The mitral regurgitant jet is posteriorly directed, which is consistent with anterior leaflet pathology. There is a porcine mitral valve." ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "**Tricuspid Valve**\nThe tricuspid valve leaflets are thickened and/or calcified, but open well. There is a ruptured tricuspid valve chordae with a flail free wall leaflet. No significant tricuspid stenosis. There is mild to moderate tricuspid regurgitation. The prosthetic tricuspid valve is not well visualized." ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "**Aortic Valve**\nThe aortic valve is trileaflet. The aortic valve is normal in structure and function. Cannot exclude aortic valvular vegetation. Hemodynamically significant valvular aortic stenosis cannot be excluded. No aortic regurgitation is present. The prosthetic aortic valve is not well visualized." ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "**Pulmonic Valve**\nThe pulmonic valve is normal in structure and function. A pulmonic valvular vegetation cannot be excluded. Infundibular pulmonic stenosis is noted. There is no pulmonic valvular regurgitation. The prosthetic pulmonic valve is well‐seated." ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "**Vessels**\nThe aortic root is not well visualized but is probably normal size. Type B aortic dissection. The pulmonary artery is normal size." ] ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "**Pericardium**\nThere is pericardial thickening and/or a small pericardial effusion. Large left pleural effusion." ] ] ] ) ;
fhir:title [ fhir:v "Findings" ] ;
fhir:code [
( fhir:coding [
a loinc:59776-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59776-5" ] ;
fhir:display [ fhir:v "Findings" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/RestWmsi01" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi02" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi03" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi04" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi05" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi06" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi07" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi08" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi09" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi10" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi12" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi13" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi14" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi15" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi16" ] ] [
fhir:reference [ fhir:v "Observation/RestWmsi17" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi01" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi02" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi03" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi04" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi05" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi06" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi07" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi08" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi09" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi10" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi12" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi13" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi14" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi15" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi16" ] ] [
fhir:reference [ fhir:v "Observation/StressWmsi17" ] ] [
fhir:reference [ fhir:v "DocumentReference/StructuredKeyImageStress" ] ] [
fhir:reference [ fhir:v "DocumentReference/StructuredKeyImageRest" ] ] )
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/note"^^xsd:anyURI ] ;
fhir:value [
a fhir:Annotation ;
fhir:text [ fhir:v "This was a normal stress echocardiogram.\nNothing wrong with this patient\nSee you next year." ] ] ] ) ;
fhir:title [ fhir:v "Impression" ] ;
fhir:code [
( fhir:coding [
a loinc:19005-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19005-8" ] ;
fhir:display [ fhir:v "Radiology Imaging study [Impression] (narrative)" ] ] ) ]
] [
fhir:title [ fhir:v "Recommendations" ] ;
fhir:code [
( fhir:coding [
a loinc:18783-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18783-1" ] ;
fhir:display [ fhir:v "Radiology Study recommendation (narrative)" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "ServiceRequest/ComeBackNextYearServiceRequest" ] ] )
] ) . #
IG © 2025+ HL7 Europe. Package hl7.fhir.eu.imaging-r5#0.1.0-snapshot1 based on FHIR 5.0.0. Generated 2025-09-23