HL7 CZ Laboratory IG
0.5.0 - ci-build Czechia flag

HL7 CZ Laboratory IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-lab/ and changes regularly. See the Directory of published versions

: CZ Lab Order Specimen Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CZ-LabResult-Specimen-Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/lab/StructureDefinition/cz-specimen-lab"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/lab/StructureDefinition/cz-specimen-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">-</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BLD" ] ;
fhir:display [ fhir:v "Whole blood" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Zyrgana" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2025-04-24T09:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:collection [
fhir:collected [
a fhir:dateTime ;
fhir:v "2025-04-24T08:45:00+02:00"^^xsd:dateTime     ]
  ] ; # 
  fhir:container ( [
fhir:type [
      ( fhir:coding [
a sct:706049000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "706049000" ] ;
fhir:display [ fhir:v "Blood collection tube" ]       ] )     ]
  ] ) . #