HL7 Czech Imaging Report IG
0.1.0-ballot - ci-build Czechia flag

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

Raw ttl | Download


@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/Observation/eca2bf34-9fa8-4abf-bd98-d8d49bcb1104> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "eca2bf34-9fa8-4abf-bd98-d8d49bcb1104"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/img/StructureDefinition/cz-observation-result-imaging" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/img/StructureDefinition/cz-observation-result-imaging>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:715959009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000279109" ] ;
       fhir:Coding.code [ fhir:value "715959009" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:62d2aa9a-a15f-4e43-9458-fec16c1c4882" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2025-10-06T09:10:00+01:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:Reference.reference [ fhir:value "urn:uuid:aafd64f9-36ab-4583-8088-efb93b44db9b" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Bez nálezu."] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/eca2bf34-9fa8-4abf-bd98-d8d49bcb1104.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/eca2bf34-9fa8-4abf-bd98-d8d49bcb1104.ttl> .