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: PET+CT 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/1bcd2d5a-e401-4ac2-80d0-7ec558d6b250> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "1bcd2d5a-e401-4ac2-80d0-7ec558d6b250"] ;
  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:16554361000119106 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000279109" ] ;
       fhir:Coding.code [ fhir:value "16554361000119106" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:2ccb472f-5747-4939-a119-5597835ad7da" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2022-10-07T09:10:00+01:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:Reference.reference [ fhir:value "urn:uuid:7ac8dfd6-d559-467b-b5ef-a05198a3ea2c" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Na tomografických řezech nacházíme nehomogenně zvýšenou akumulaci RF při zadním okraji postresekční dutiny vlevo parietotemporálně, maximum akumulace RF resp. FLT je laterálně až do charakteru ložiska výrazně zvýšeného FLT."] .

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

<http://hl7.org/fhir/Observation/1bcd2d5a-e401-4ac2-80d0-7ec558d6b250.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/1bcd2d5a-e401-4ac2-80d0-7ec558d6b250.ttl> .