Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: fhir-osiris-example-ROISegmentation - 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 "fhir-osiris-example-ROISegmentation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/roi-segmentation"^^xsd:anyURI ;
fhir:link <https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/roi-segmentation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div>Poumon</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
fhir:text [ fhir:v "dicom_reference" ]     ] ;
fhir:value [ fhir:v "1.3.6.1.4.1.14519.5.2.1.5168.1900.145447087104754814293313200434" ]
  ] [
fhir:type [
fhir:text [ fhir:v "series_reference" ]     ] ;
fhir:value [ fhir:v "1.3.6.1.4.1.14519.5.2.1.5168.1900.731508463883905889576807557650" ]
  ] [
fhir:type [
fhir:text [ fhir:v "roi" ]     ] ;
fhir:value [ fhir:v "1 1" ]
  ] [
fhir:type [
fhir:text [ fhir:v "file" ]     ] ;
fhir:value [ fhir:v "Unknown" ]
  ] [
fhir:type [
fhir:text [ fhir:v "dicom_reference" ]     ] ;
fhir:value [ fhir:v "1.3.6.1.4.1.14519.5.2.1.5168.1900.145216219563575643804860454387" ]
  ] [
fhir:type [
fhir:text [ fhir:v "dicom_reference" ]     ] ;
fhir:value [ fhir:v "1.3.6.1.4.1.14519.5.2.1.5168.1900.176764473138537905803461583603" ]
  ] ) ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "ImagingStudy/fhir-osiris-example-imagingstudy-mri-2" ]
  ] ) ; # 
  fhir:status [ fhir:v "registered"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://terminology.arkhn.com/radiomicsCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DICOM" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/STS-010" ]
  ] . #