HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/patrick-werner/base/ and changes regularly. See the Directory of published versions
@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/DiagnosticReport/5679723c-4fae-4ba7-9f09-5438a827bfda> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "5679723c-4fae-4ba7-9f09-5438a827bfda"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/base/StructureDefinition/diagnosticReport-eu-core" ;
fhir:index 0 ;
fhir:link <http://hl7.eu/fhir/base/StructureDefinition/diagnosticReport-eu-core>
]
] ;
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: DiagnosticReport 5679723c-4fae-4ba7-9f09-5438a827bfda</b></p><a name=\"5679723c-4fae-4ba7-9f09-5438a827bfda\"> </a><a name=\"hc5679723c-4fae-4ba7-9f09-5438a827bfda\"> </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-diagnosticReport-eu-core.html\">DiagnosticReport (EU core)</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:{http://loinc.org 18719-5}\">Chemistry studies (set)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>John Doe Male, DoB: 1980-01-01</td></tr><tr><td>Identifier</td><td> <code>http://example.org/composition-ids</code>/c030702.TSTSMN63A01F205H.20220325112426.TSS1Tkju</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td><td><b>Relevant Time</b></td></tr><tr><td><a href=\"Observation-763f7902-8103-4d10-8bd1-546a726d43ee.html\"><span title=\"Codes:{http://loinc.org 22700-9}\">Urea (U) [Moles/Vol]</span></a></td><td>310 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 67 mmol/L - 580 mmol/L</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation LU}\">Significantly low</span></td><td>2023-03-27 11:24:26+0100</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Composition/26032a57-083a-4ddf-b019-e566ae02f740> ;
fhir:Reference.reference [ fhir:value "Composition/26032a57-083a-4ddf-b019-e566ae02f740" ]
]
] ;
fhir:DiagnosticReport.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://example.org/composition-ids" ] ;
fhir:Identifier.value [ fhir:value "c030702.TSTSMN63A01F205H.20220325112426.TSS1Tkju" ]
] ;
fhir:DiagnosticReport.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1" ]
] ;
fhir:DiagnosticReport.status [ fhir:value "registered"] ;
fhir:DiagnosticReport.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:18719-5 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "18719-5" ] ;
fhir:Coding.display [ fhir:value "Chemistry studies (set)" ]
]
] ;
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:11502-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "11502-2" ] ;
fhir:Coding.display [ fhir:value "Laboratory report" ]
]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-eu-core-example> ;
fhir:Reference.reference [ fhir:value "Patient/patient-eu-core-example" ]
] ;
fhir:DiagnosticReport.specimen [
fhir:index 0 ;
fhir:Reference.display [ fhir:value "Urine specimen" ]
] ;
fhir:DiagnosticReport.result [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/763f7902-8103-4d10-8bd1-546a726d43ee> ;
fhir:Reference.reference [ fhir:value "Observation/763f7902-8103-4d10-8bd1-546a726d43ee" ]
] .
<http://hl7.org/fhir/Composition/26032a57-083a-4ddf-b019-e566ae02f740> a fhir:Composition .
<http://hl7.org/fhir/ServiceRequest/1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1> a fhir:ServiceRequest .
<http://hl7.org/fhir/Patient/patient-eu-core-example> a fhir:Patient .
<http://hl7.org/fhir/Observation/763f7902-8103-4d10-8bd1-546a726d43ee> a fhir:Observation .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/5679723c-4fae-4ba7-9f09-5438a827bfda.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/5679723c-4fae-4ba7-9f09-5438a827bfda.ttl> .
IG © 2024+ HL7 Europe. Package hl7.fhir.eu.base#2.0.0 based on FHIR 4.0.1. Generated 2026-08-07
