HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Specimen/Specimen-container-device-example> a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Specimen-container-device-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab" ;
fhir:index 0 ;
fhir:link <http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab>
]
] ;
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: Specimen Specimen-container-device-example</b></p><a name=\"Specimen-container-device-example\"> </a><a name=\"hcSpecimen-container-device-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=\"StructureDefinition-Specimen-eu-lab.html\">Specimen: Laboratory</a></p></div><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119297000}\">Blood specimen</span></p><p><b>subject</b>: <a href=\"Patient-pat-lab-example.html\">František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2025-04-08 08:15:00+0200</td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><code>http://example.org/specimen-containers</code>/TUBE-0000123</td><td><span title=\"Codes:{http://snomed.info/sct 702281005}\">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Device #BloodCollectionTubeExample</b></p><a name=\"Specimen-container-device-example/BloodCollectionTubeExample\"> </a><a name=\"hcSpecimen-container-device-example/BloodCollectionTubeExample\"> </a><p><b>manufacturer</b>: Best manufacturer</p><p><b>lotNumber</b>: L20250312A</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>BEST® Serum Separator Tube 5 mL</td><td>Manufacturer name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 702281005}\">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></p></blockquote></div>"
] ;
fhir:DomainResource.contained [
a fhir:Device ;
fhir:index 0 ;
fhir:Resource.id [ fhir:value "BloodCollectionTubeExample" ] ;
fhir:Device.manufacturer [ fhir:value "Best manufacturer" ] ;
fhir:Device.lotNumber [ fhir:value "L20250312A" ] ;
fhir:Device.deviceName [
fhir:index 0 ;
fhir:Device.deviceName.name [ fhir:value "BEST® Serum Separator Tube 5 mL" ] ;
fhir:Device.deviceName.type [ fhir:value "manufacturer-name" ]
] ;
fhir:Device.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:702281005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "702281005" ] ;
fhir:Coding.display [ fhir:value "Evacuated blood collection tube, thrombin/clot activator/gel separator" ]
]
]
] ;
fhir:Specimen.status [ fhir:value "available"] ;
fhir:Specimen.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:119297000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "119297000" ] ;
fhir:Coding.display [ fhir:value "Blood specimen" ]
]
] ;
fhir:Specimen.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-lab-example> ;
fhir:Reference.reference [ fhir:value "Patient/pat-lab-example" ]
] ;
fhir:Specimen.collection [
fhir:Specimen.collection.collectedDateTime [ fhir:value "2025-04-08T08:15:00+02:00"^^xsd:dateTime ]
] ;
fhir:Specimen.container [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.container.device" ] ;
fhir:Extension.valueReference [
fhir:Reference.reference [ fhir:value "#BloodCollectionTubeExample" ]
]
] ;
fhir:Specimen.container.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://example.org/specimen-containers" ] ;
fhir:Identifier.value [ fhir:value "TUBE-0000123" ]
] ;
fhir:Specimen.container.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:702281005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "702281005" ] ;
fhir:Coding.display [ fhir:value "Evacuated blood collection tube, thrombin/clot activator/gel separator" ]
]
]
] .
<http://hl7.org/fhir/Patient/pat-lab-example> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Specimen/Specimen-container-device-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Specimen/Specimen-container-device-example.ttl> .
IG © 2023+ HL7 Europe. Package hl7.fhir.eu.laboratory#2.0.1-ci based on FHIR 4.0.1. Generated 2026-09-04
