HL7 Czech Hospital Discharge Report Implementation Guide
0.0.2 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: Panel krevního obrazu - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bloodcount-panel"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/lab/StructureDefinition/cz-observation-result-laboratory"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/lab/StructureDefinition/cz-observation-result-laboratory>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Krevní obraz – kompletní panel</strong></p><p>Pacient: Mračena Mrakomorová (456789123)</p><p>Datum odběru: 1. 4. 2025 09:00</p><p>Odběr: Krev z žíly</p><p>Laboratoř: Hematologická laboratoř Brno</p><p>Výsledky:</p><ul><li>Leukocyty: 6.2 ×10⁹/L (normální)</li><li>Erytrocyty: 4.5 ×10¹²/L (normální)</li><li>Hemoglobin: 140 g/L (normální)</li><li>Hematokrit: 0.42 (normální)</li><li>Trombocyty: 250 ×10⁹/L (normální)</li></ul><p>Výsledek vydán: 1. 4. 2025 12:00</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://nclp.uzis.cz"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11115" ] ;
fhir:display [ fhir:v "Krevní obraz" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Mracena2" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/10f5c49e-086d-4016-8dd1-b555306bf620" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2025-04-01T09:00:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2025-04-01T09:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/Lab-HematologieBrno" ]
  ] ) ; # 
  fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/hb-result" ]
  ] [
fhir:reference [ fhir:v "Observation/hct-result" ]
  ] [
fhir:reference [ fhir:v "Observation/rbc-result" ]
  ] [
fhir:reference [ fhir:v "Observation/wbc-result" ]
  ] [
fhir:reference [ fhir:v "Observation/plt-result" ]
  ] ) . #