Imaging Diagnostic Report, published by IHE Radiology 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/RAD.IDR/ and changes regularly. See the Directory of published versions
: Imaging Endpoint for Study example - 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 -------------------------------------------------------------------
a fhir:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-ImagingStudyEndpoint-Study-Comparison"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-study-endpoint"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-study-endpoint> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Endpoint </b><a name=\"example-ImagingStudyEndpoint-Study-Comparison\"> </a><a name=\"hcexample-ImagingStudyEndpoint-Study-Comparison\"> </a></p><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\">ResourceEndpoint "example-ImagingStudyEndpoint-Study-Comparison" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imaging-study-endpoint.html\">ImagingStudy Endpoint</a></p></div><p><b>status</b>: active</p><p><b>connectionType</b>: DICOM WADO-RS <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html\">Endpoint Connection Type</a>#dicom-wado-rs)</span></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Study <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#113014)</span></td></tr></table><p><b>address</b>: <a href=\"http://my.example.com/wadors/study/5.6.7.8.9\">http://my.example.com/wadors/study/5.6.7.8.9</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dicom-wado-rs" ] ;
fhir:display [ fhir:v "DICOM WADO-RS" ] ] )
] ) ; #
fhir:payload ( [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "113014" ] ;
fhir:display [ fhir:v "Study" ] ] ) ] )
] ) ; #
fhir:address [ fhir:v "http://my.example.com/wadors/study/5.6.7.8.9"^^xsd:anyURI] . #