MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleObservationResultsImg"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/imaging/StructureDefinition/observationResults-img-myhealtheu"^^xsd:anyURI ;
fhir:link <http://fhir.ehdsi.eu/imaging/StructureDefinition/observationResults-img-myhealtheu> ] )
] ; #
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 ExampleObservationResultsImg</b></p><a name=\"ExampleObservationResultsImg\"> </a><a name=\"hcExampleObservationResultsImg\"> </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-observationResults-img-myhealtheu.html\">Observation Results: IDR</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-ExampleServiceRequestImg.html\">ServiceRequest unknown</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 100915-8}\">Burr cells [Presence] in Body fluid by Light microscopy</span></p><p><b>subject</b>: <a href=\"Patient-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49.html\">John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</a></p><p><b>effective</b>: 2024-06-01 14:30:00+0000</p><p><b>issued</b>: 2024-06-01 15:00:00+0000</p><p><b>performer</b>: <a href=\"PractitionerRole-b975ec26-4ecf-4588-9fa2-afbb0d9fc530.html\">PractitionerRole Medical Doctors</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 17621005}\">Normal</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><p><b>device</b>: <a href=\"Device-ExampleDeviceMeasuringImg.html\">Device: identifier = http://example.org/devices#MEASURE-IMG-001; manufacturer = MediTech Imaging GmbH</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 789-8}\">Erythrocytes [#/volume] in Blood by Automated count</span></p><p><b>value</b>: 4.7 10*12/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code10*12/L = '10*12/L')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Type</b></td><td><b>AppliesTo</b></td></tr><tr><td style=\"display: none\">*</td><td>4.1 10*12/L</td><td>5.9 10*12/L</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning recommended}\">Recommended Range</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use female-typical}\">Apply female-typical setting or reference range</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/ExampleServiceRequestImg" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:100915-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100915-8" ] ;
fhir:display [ fhir:v "Burr cells [Presence] in Body fluid by Light microscopy" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-06-01T14:30:00Z"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2024-06-01T15:00:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:17621005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17621005" ] ;
fhir:display [ fhir:v "Normal" ] ] )
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ] ] )
] ) ; #
fhir:device [
fhir:reference [ fhir:v "Device/ExampleDeviceMeasuringImg" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:789-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "789-8" ] ;
fhir:display [ fhir:v "Erythrocytes [#/volume] in Blood by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 4.7 ] ;
fhir:unit [ fhir:v "10*12/L" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10*12/L" ] ] ;
( fhir:interpretation [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ] ] ) ] ) ;
( fhir:referenceRange [
fhir:low [
fhir:value [ fhir:v 4.1 ] ;
fhir:unit [ fhir:v "10*12/L" ] ] ;
fhir:high [
fhir:value [ fhir:v 5.9 ] ;
fhir:unit [ fhir:v "10*12/L" ] ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ;
fhir:code [ fhir:v "recommended" ] ;
fhir:display [ fhir:v "Recommended Range" ] ] ) ] ;
( fhir:appliesTo [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use"^^xsd:anyURI ] ;
fhir:code [ fhir:v "female-typical" ] ;
fhir:display [ fhir:v "Apply female-typical setting or reference range" ] ] ) ] ) ] )
] ) . #
IG © 2025+ MyHealth@Eu. Package myhealth.eu.fhir.imaging#0.0.1 based on FHIR 4.0.1. Generated 2025-06-25