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
| Active as of 2026-09-10 |
@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/CodeSystem/notification-event-codesystem> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "notification-event-codesystem"] ;
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: CodeSystem notification-event-codesystem</b></p><a name=\"notification-event-codesystem\"> </a><a name=\"hcnotification-event-codesystem\"> </a><p>This case-sensitive code system <code>https://profiles.ihe.net/RO/SMRT/CodeSystem/notification-event-codesystem</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">notification-planning-artifacts-ready<a name=\"notification-event-codesystem-notification-planning-artifacts-ready\"> </a></td><td>Planning Artifacts Ready Notification</td><td>Notify the ROIS that the planning artifacts are ready.</td></tr><tr><td style=\"white-space:nowrap\">notification-delivery-artifacts-ready<a name=\"notification-event-codesystem-notification-delivery-artifacts-ready\"> </a></td><td>Delivery Artifacts Ready Notification</td><td>Notify the ROIS that the delivery artifacts are ready.</td></tr><tr><td style=\"white-space:nowrap\">notification-session-artifacts-ready<a name=\"notification-event-codesystem-notification-session-artifacts-ready\"> </a></td><td>Session Artifacts Ready Notification</td><td>Notify the ROIS that the session artifacts are ready.</td></tr><tr><td style=\"white-space:nowrap\">notification-plan-approval<a name=\"notification-event-codesystem-notification-plan-approval\"> </a></td><td>Plan Approval Notification</td><td>Notify the ROIS that the plan approval changed.</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://profiles.ihe.net/RO/SMRT/CodeSystem/notification-event-codesystem"] ;
fhir:CodeSystem.version [ fhir:value "0.0.1-current"] ;
fhir:CodeSystem.name [ fhir:value "NotificationEventCodeSystem"] ;
fhir:CodeSystem.title [ fhir:value "Event Notification CodeSystem"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.date [ fhir:value "2026-09-10T14:01:57+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "IHE Radiation Oncology Technical Committee"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/radiation_oncology/" ]
]
], [
fhir:index 1 ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "jill@aapm.org" ]
]
], [
fhir:index 2 ;
fhir:ContactDetail.name [ fhir:value "IHE Radiation Oncology Technical Committee" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "jill@aapm.org" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Concepts describing the purpose of the SMRT Event Notification. Note these concepts are 'pre-coordinated' to represent the concept of notification message *AND* the event that triggers the notification."] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:Coding.code [ fhir:value "001" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "notification-planning-artifacts-ready" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Planning Artifacts Ready Notification" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Notify the ROIS that the planning artifacts are ready." ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "notification-delivery-artifacts-ready" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Delivery Artifacts Ready Notification" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Notify the ROIS that the delivery artifacts are ready." ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "notification-session-artifacts-ready" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Session Artifacts Ready Notification" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Notify the ROIS that the session artifacts are ready." ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "notification-plan-approval" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Plan Approval Notification" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Notify the ROIS that the plan approval changed." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/notification-event-codesystem.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/notification-event-codesystem.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