Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions
: DiagnosticReportExample - 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 "DiagnosticReportExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab> ] )
] ; #
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 DiagnosticReportExample</b></p><a name=\"DiagnosticReportExample\"> </a><a name=\"hcDiagnosticReportExample\"> </a><a name=\"DiagnosticReportExample-en-US\"> </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/STU7/StructureDefinition-us-core-diagnosticreport-lab.html\">US Core DiagnosticReport Profile for Laboratory Results Reporting</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)</td></tr><tr><td>When For</td><td>2024-07-05</td></tr><tr><td>Reported</td><td>2024-07-06 11:45:33+0000</td></tr><tr><td>Performer</td><td> <a href=\"Organization-ClinicSubmitterExample.html\">XYZ Clinic</a></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>When For</b></td></tr><tr><td><a href=\"Observation-cbcLeukocytesExample.html\"><span title=\"Codes:{http://loinc.org 6690-2}\">WBCs</span></a></td><td>10 10*3/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code10*3/uL = '10*3/uL')</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span>: 4.5 10*3/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code10*3/uL = '10*3/uL')</span> - 11 10*3/uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code10*3/uL = '10*3/uL')</span></td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2020-07-05</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "CBC panel - Blood by Automated count" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientChildExample" ] ;
fhir:display [ fhir:v "Child Patient" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-07-05"^^xsd:date
] ; #
fhir:issued [ fhir:v "2024-07-06T11:45:33Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/ClinicSubmitterExample" ] ;
fhir:display [ fhir:v "XYZ Clinic" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/cbcLeukocytesExample" ] ;
fhir:display [ fhir:v "LEUKOCYTES" ]
] ) . #