HL7 Czech Imaging Report IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/img/ and changes regularly. See the Directory of published versions
: Observation: RTG Imaging report - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "eca2bf34-9fa8-4abf-bd98-d8d49bcb1104"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.cz/fhir/img/StructureDefinition/cz-observation-result-imaging"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/img/StructureDefinition/cz-observation-result-imaging> ] )
] ; #
fhir:language [ fhir:v "cs-CZ"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"cs-CZ\" lang=\"cs-CZ\"><p class=\"res-header-id\"><b>Generated Narrative: Observation eca2bf34-9fa8-4abf-bd98-d8d49bcb1104</b></p><a name=\"eca2bf34-9fa8-4abf-bd98-d8d49bcb1104\"> </a><a name=\"hceca2bf34-9fa8-4abf-bd98-d8d49bcb1104\"> </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\">Language: cs-CZ</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cz-observation-result-imaging.html\">Observation: Imaging Report (CZ)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 715959009}\">715959009</span></p><p><b>subject</b>: <a href=\"Bundle-cz-examplertg-bundle.html#urn-uuid-62d2aa9a-a15f-4e43-9458-fec16c1c4882\">Bundle: identifier = http://example.org#CZEXIR0001; type = document; timestamp = 2025-06-20 12:02:00+0100</a></p><p><b>effective</b>: 2025-10-06 09:10:00+0100</p><p><b>performer</b>: <a href=\"Bundle-cz-examplertg-bundle.html#urn-uuid-aafd64f9-36ab-4583-8088-efb93b44db9b\">Bundle: identifier = http://example.org#CZEXIR0001; type = document; timestamp = 2025-06-20 12:02:00+0100</a></p><p><b>value</b>: Bez nálezu.</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:715959009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "715959009" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:62d2aa9a-a15f-4e43-9458-fec16c1c4882" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-10-06T09:10:00+01:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:aafd64f9-36ab-4583-8088-efb93b44db9b" ]
] ) ; #
fhir:value [
a fhir:string ;
fhir:v "Bez nálezu."
] . #