Shared Managament of Radiation Treatments
0.0.1-current - ci-build International flag

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

: Example DICOM Endpoint - TTL Representation

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Endpoint/DICOMEndpoint1> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DICOMEndpoint1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://profiles.ihe.net/RO/SMRT/StructureDefinition/smrt-endpoint" ;
       fhir:index 0 ;
       fhir:link <https://profiles.ihe.net/RO/SMRT/StructureDefinition/smrt-endpoint>
     ]
  ] ;
  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: Endpoint DICOMEndpoint1</b></p><a name=\"DICOMEndpoint1\"> </a><a name=\"hcDICOMEndpoint1\"> </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-smrt-endpoint.html\">SMRT Endpoint</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"CodeSystem-dicom-endpoint-connection-type.html#dicom-endpoint-connection-type-dicom-dimse\">DICOM Endpoint Connection Type: dicom-dimse</a> (DICOM DIMSE)</p><p><b>name</b>: MY_OST_AET</p><p><b>payloadType</b>: <span title=\"Codes:\">DICOM DIMSE</span></p><p><b>payloadMimeType</b>: application/dicom</p><p><b>address</b>: tcp://192.168.1.100:104</p></div>"
  ] ;
  fhir:Endpoint.status [ fhir:value "active"] ;
  fhir:Endpoint.connectionType [
     fhir:Coding.system [ fhir:value "https://profiles.ihe.net/RO/SMRT/CodeSystem/dicom-endpoint-connection-type" ] ;
     fhir:Coding.code [ fhir:value "dicom-dimse" ]
  ] ;
  fhir:Endpoint.name [ fhir:value "MY_OST_AET"] ;
  fhir:Endpoint.payloadType [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "DICOM DIMSE" ]
  ] ;
  fhir:Endpoint.payloadMimeType [
     fhir:value "application/dicom" ;
     fhir:index 0
  ] ;
  fhir:Endpoint.address [ fhir:value "tcp://192.168.1.100:104"] .

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

<http://hl7.org/fhir/Endpoint/DICOMEndpoint1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Endpoint/DICOMEndpoint1.ttl> .