This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
: Diagnostic Report Note 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 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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "diagnosticreport-note-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|6.1.0> ] )
] ; #
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: DiagnosticReport diagnosticreport-note-example</b></p><a name=\"diagnosticreport-note-example\"> </a><a name=\"hcdiagnosticreport-note-example\"> </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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-diagnosticreport-note.html\">US Core DiagnosticReport Profile for Report and Note Exchangeversion: null6.1.0)</a></p></div><h2><span title=\"Codes:{http://loinc.org 42272-5}\">XR Chest PA and Lateral</span> (<span title=\"Codes:{http://loinc.org LP29684-5}\">Radiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</td></tr><tr><td>When For</td><td>2025-01-02 10:00:00+0000</td></tr><tr><td>Reported</td><td>2025-01-02 11:30:00+0000</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-practitioner-1.html\">Practitioner Joseph P Nichols (official)</a></td></tr></table><p><b>Report Details</b></p><p>No acute radiographic abnormality</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a loinc:LP29684-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP29684-5" ] ;
fhir:display [ fhir:v "Radiology" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:42272-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42272-5" ] ;
fhir:display [ fhir:v "XR Chest PA and Lateral" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-ambulatory" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-01-02T10:00:00Z"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2025-01-02T11:30:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ]
] ) ; #
fhir:conclusion [ fhir:v "No acute radiographic abnormality"] . #