HL7 Czech Laboratory Order IG
0.0.1 - ci-build Czechia flag

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

: Example Laboratory Order - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CZ-Lab-ServiceRequest-Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/lab-order/StructureDefinition/cz-serviceRequest"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/lab-order/StructureDefinition/cz-serviceRequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Vyšetření sodíku v séru</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://example.org/lab-orders"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ORD-20250623-1234" ]
  ] ) ; # 
  fhir:requisition [
fhir:system [ fhir:v "https://example.org/composite-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "REQ-20250623-4567" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:108252007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108252007" ] ;
fhir:display [ fhir:v "Laboratory procedure" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://nclp.ncez.mzcr.cz/CodeSystem/nclppol"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02505" ] ;
fhir:display [ fhir:v "Na" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Zyrgana" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-06-23"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/99988877-aaaa-4000-bbbb-cceeddccbbaa" ]
  ] ; # 
  fhir:insurance ( [
fhir:reference [ fhir:v "Coverage/CZ-Lab-Coverage-Example" ]
  ] ) ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "Specimen/CZ-Lab-Specimen-Example" ]
  ] ) . #