HL7 Europe Imaging Study Report
0.1.0-snapshot1 - draft 150

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

: RestWmsi16 - 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 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RestWmsi16"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation RestWmsi16</b></p><a name=\"RestWmsi16\"> </a><a name=\"hcRestWmsi16\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org #39886-7}\">Views first pass+wall motion^at rest+W radionuclide IV</span></p><p><b>subject</b>: <a href=\"Patient-PatientStructuredReport.html\">3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)</a></p><p><b>effective</b>: 2023-06-01</p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA24346-1}\">Normal or hyperkinetic</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://loinc.org #18128-9}\">Left ventricular lateral apical Segmental wall motion by US</span></p><p><b>derivedFrom</b>: <a href=\"DocumentReference-WMSIImage.html\">DocumentReference: status = current</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:#39886-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "#39886-7" ] ;
fhir:display [ fhir:v "Views first pass+wall motion^at rest+W radionuclide IV" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientStructuredReport" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2023-06-01"^^xsd:date
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a loinc:LA24346-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA24346-1" ] ;
fhir:display [ fhir:v "Normal or hyperkinetic" ]     ] )
  ] ; # 
  fhir:bodySite [
    ( fhir:coding [
a loinc:#18128-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "#18128-9" ] ;
fhir:display [ fhir:v "Left ventricular lateral apical Segmental wall motion by US" ]     ] )
  ] ; # 
  fhir:derivedFrom ( [
fhir:reference [ fhir:v "DocumentReference/WMSIImage" ]
  ] ) . #