FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ImagingSelection/example-rt-structure-set-region-selection (Turtle)

Imaging Integration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Group, Patient

Raw Turtle (+ also see Turtle/RDF Format Specification)

RT Structure Set Selection

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/ImagingSelection/example-rt-structure-set-region-selection> a fhir:ImagingSelection ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-rt-structure-set-region-selection"] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:1.2.840.113747.20080222.234082332589842666931650220811572.11.1" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:code [
     fhir:text [ fhir:v "Region of interestimagingselection-example-segmentation-image-selection.xml within a DICOM RT Structure Set instance" ]
  ] ; # 
  fhir:subject [
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
     fhir:identifier [
       fhir:system [ fhir:v "https://fhirhospital.org"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "ISRNEJAWJHZOTNBS" ]
     ]
  ] ; # 
  fhir:basedOn ( [
     fhir:type [ fhir:v "ServiceRequest"^^xsd:anyURI ] ;
     fhir:identifier [
       fhir:type [
         fhir:coding ( [
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "ACSN" ]
         ] )
       ] ;
       fhir:value [ fhir:v "W12342398" ] ;
       fhir:assigner [
         fhir:link <http://hl7.org/fhir/Organization/dicom-organization> ;
         fhir:reference [ fhir:v "Organization/dicom-organization" ]
       ]
     ]
  ] [
     fhir:link <http://hl7.org/fhir/ServiceRequest/example> ;
     fhir:reference [ fhir:v "ServiceRequest/example" ]
  ] ) ; # 
  fhir:derivedFrom [
     fhir:type [ fhir:v "ImagingStudy"^^xsd:anyURI ] ;
     fhir:identifier [
       fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "urn:oid:1.2.840.113747.20080222.234082332592522666931650220811572" ]
     ]
  ] ; # 
  fhir:studyUid [ fhir:v "1.2.840.113747.20080222.234082332589846966931650220811572"] ; # 
  fhir:seriesUid [ fhir:v "1.2.840.113747.20080222.234082332589846992931650220811572.11"] ; # 
  fhir:seriesNumber [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:frameOfReferenceUid [ fhir:v "1.2.840.113747.20080222.234082332589842666931650220811572.0"] ; # 
  fhir:instance ( [
     fhir:uid [ fhir:v "1.2.840.113747.20080222.234082332589846992522666220811572.11.0" ] ;
     fhir:sopClass [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.481.3"^^xsd:anyURI ] ;
     fhir:regionOfInterest ( [ fhir:v "1"^^xsd:positiveInteger ] )
  ] ) . # 

<http://hl7.org/fhir/Organization/dicom-organization> a fhir:Organization .

<http://hl7.org/fhir/ServiceRequest/example> a fhir:ServiceRequest .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.