HL7 Europe Imaging Report R4
1.0.0-ballot - ci-build 150

HL7 Europe Imaging Report R4, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging-r4/ and changes regularly. See the Directory of published versions

: Observation: Semi-structured narrative findings

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/Observation/ObservationNarrative> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ObservationNarrative"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/imaging/StructureDefinition/ObservationNarrativeReport" ;
       fhir:index -1 ;
       fhir:link <http://hl7.eu/fhir/imaging/StructureDefinition/ObservationNarrativeReport>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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: Observation ObservationNarrative</b></p><a name=\"ObservationNarrative\"> </a><a name=\"hcObservationNarrative\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationNarrativeReport.html\">Observation: Narrative Report</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18782-3}\">Radiology Study observation (narrative)</span></p><p><b>subject</b>: <a href=\"Patient-PatientSemiStructuredReport.html\">Frau GuteFrage Test-Schusti(official) (no stated gender), DoB: 1976-04-29</a></p><p><b>effective</b>: 2025-05-08 00:00:00+0000</p><p><b>performer</b>: <a href=\"PractitionerRole-PractitionerRoleSemiStructuredReportAuthor.html\">PractitionerRole Radiologist</a></p><p><b>value</b>: Linker Fuß:\nAllenfalls geringe Abflachung des Fußgewölbes und normale Dicke der Plantarfaszie. Regelrechte Artikulation im Rückfuß, Mittelfuß und Vorfußes. Im Großzehengrundgelenk deutliche Verschmälerung des Gelenkspaltes und Ausbildung von subchondralen Geröllzysten sowie deutliche postoperative Veränderungen nach Umstellungsosteotomie. Die Beuge- und Strecksehnen sind intakt.\n\nRechter Fuß:\nAnalog zur Gegenseite zeigt sich eine allenfalls geringe Abflachung des Fußgewölbes und unauffällige Plantarfaszie. Normale Artikulation im Rückfuß, Mittelfußes und Vorfußes. Im Seitenvergleich rechts geringere degenerative Veränderungen des Großzehengrundgelenkes. Keine Signalauffälligkeiten an den Beuge- und Strecksehnen.</p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:18782-3 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18782-3" ] ;
       fhir:Coding.display [ fhir:value "Radiology Study observation (narrative)" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/PatientSemiStructuredReport> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientSemiStructuredReport" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2025-05-08T00:00:00Z"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/PractitionerRole/PractitionerRoleSemiStructuredReportAuthor> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/PractitionerRoleSemiStructuredReportAuthor" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Linker Fuß:\nAllenfalls geringe Abflachung des Fußgewölbes und normale Dicke der Plantarfaszie. Regelrechte Artikulation im Rückfuß, Mittelfuß und Vorfußes. Im Großzehengrundgelenk deutliche Verschmälerung des Gelenkspaltes und Ausbildung von subchondralen Geröllzysten sowie deutliche postoperative Veränderungen nach Umstellungsosteotomie. Die Beuge- und Strecksehnen sind intakt.\n\nRechter Fuß:\nAnalog zur Gegenseite zeigt sich eine allenfalls geringe Abflachung des Fußgewölbes und unauffällige Plantarfaszie. Normale Artikulation im Rückfuß, Mittelfußes und Vorfußes. Im Seitenvergleich rechts geringere degenerative Veränderungen des Großzehengrundgelenkes. Keine Signalauffälligkeiten an den Beuge- und Strecksehnen."] .

<http://hl7.org/fhir/Patient/PatientSemiStructuredReport> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/PractitionerRoleSemiStructuredReportAuthor> a fhir:PractitionerRole .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/ObservationNarrative.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/ObservationNarrative.ttl> .