Shared Managament of Radiation Treatments, published by IHE Radiation Oncology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RO.SMRT/ and changes regularly. See the Directory of published versions
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ImagingStudy/PlanImagingStudy1> a fhir:ImagingStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "PlanImagingStudy1"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://profiles.ihe.net/RO/SMRT/StructureDefinition/plan-imaging-study" ;
fhir:index 0 ;
fhir:link <https://profiles.ihe.net/RO/SMRT/StructureDefinition/plan-imaging-study>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy PlanImagingStudy1</b></p><a name=\"PlanImagingStudy1\"> </a><a name=\"hcPlanImagingStudy1\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-plan-imaging-study.html\">SMRT Plan ImagingStudy Profile</a></p></div><p><b>identifier</b>: Study Instance UID/2.16.124.113543.6003.2588828330.45298.1 (use: official, )</p><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-RTPLAN\">DICOM: RTPLAN</a> (Radiotherapy Plan)</p><p><b>subject</b>: <a href=\"Patient-Patient1.html\">John Schmidt Other, DoB: 1923-07-25</a></p><p><b>started</b>: 2026-09-09 10:15:24+0100</p><p><b>endpoint</b>: <a href=\"Endpoint-DICOMEndpoint1.html\">Endpoint MY_OST_AET</a></p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.124.113543.6003.2588828330.45298.1.1</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-RTPLAN\">DICOM: RTPLAN</a> (Radiotherapy Plan)</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.124.113543.6003.2588828330.45298.1.1.1</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.481.5 (RT Plan Storage)</td></tr></table></blockquote></div>"
] ;
fhir:ImagingStudy.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
fhir:Coding.code [ fhir:value "110180" ] ;
fhir:Coding.display [ fhir:value "Study Instance UID" ]
]
] ;
fhir:Identifier.system [ fhir:value "urn:dicom:uid" ] ;
fhir:Identifier.value [ fhir:value "2.16.124.113543.6003.2588828330.45298.1" ]
] ;
fhir:ImagingStudy.status [ fhir:value "available"] ;
fhir:ImagingStudy.modality [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
fhir:Coding.code [ fhir:value "RTPLAN" ]
] ;
fhir:ImagingStudy.subject [
fhir:link <http://hl7.org/fhir/Patient/Patient1> ;
fhir:Reference.reference [ fhir:value "Patient/Patient1" ]
] ;
fhir:ImagingStudy.started [ fhir:value "2026-09-09T10:15:24+01:00"^^xsd:dateTime] ;
fhir:ImagingStudy.endpoint [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Endpoint/DICOMEndpoint1> ;
fhir:Reference.reference [ fhir:value "Endpoint/DICOMEndpoint1" ]
] ;
fhir:ImagingStudy.series [
fhir:index 0 ;
fhir:ImagingStudy.series.uid [ fhir:value "2.16.124.113543.6003.2588828330.45298.1.1" ] ;
fhir:ImagingStudy.series.modality [
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
fhir:Coding.code [ fhir:value "RTPLAN" ]
] ;
fhir:ImagingStudy.series.instance [
fhir:index 0 ;
fhir:ImagingStudy.series.instance.uid [ fhir:value "2.16.124.113543.6003.2588828330.45298.1.1.1" ] ;
fhir:ImagingStudy.series.instance.sopClass [
fhir:Coding.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Coding.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.481.5" ] ;
fhir:Coding.display [ fhir:value "RT Plan Storage" ]
]
]
] .
<http://hl7.org/fhir/Patient/Patient1> a fhir:Patient .
<http://hl7.org/fhir/Endpoint/DICOMEndpoint1> a fhir:Endpoint .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ImagingStudy/PlanImagingStudy1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ImagingStudy/PlanImagingStudy1.ttl> .
IG © 2025+ IHE Radiation Oncology Technical Committee. Package ihe.ro.smrt#0.0.1-current based on FHIR 4.0.1. Generated 2026-09-10
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change