Interactive Multimedia Report (IMR), published by IHE Radiology Technical Committee. This is not an authorized publication; it is the continuous build for version 1.0.1-current). This version is based on the current content of https://github.com/IHE/RAD.IMR/ and changes regularly. See the Directory of published versions
: Imagin 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:Resource.id [ fhir:value "ex-ImagingStudyEndpoint-Study"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imaging-study-endpoint";
fhir:index 0;
fhir:link <https://profiles.ihe.net/RAD/IMR/StructureDefinition/imaging-study-endpoint> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Endpoint</b><a name=\"ex-ImagingStudyEndpoint-Study\"> </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\">Resource Endpoint "ex-ImagingStudyEndpoint-Study" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imaging-study-endpoint.html\">Imaging Study Endpoint</a></p></div><p><b>status</b>: active</p><p><b>connectionType</b>: DICOM WADO-RS (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code dicom-wado-rs = 'DICOM WADO-RS', stated as 'DICOM WADO-RS')</p><p><b>payloadType</b>: Study <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html\">DICOM</a>#113014)</span></p><p><b>address</b>: <a href=\"http://my.example.com/wadors/study/1.2.3.4.5\">http://my.example.com/wadors/study/1.2.3.4.5</a></p></div>"
]; #
fhir:Endpoint.status [ fhir:value "active"]; #
fhir:Endpoint.connectionType [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ];
fhir:Coding.code [ fhir:value "dicom-wado-rs" ];
fhir:Coding.display [ fhir:value "DICOM WADO-RS" ]
]; #
fhir:Endpoint.payloadType [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
fhir:Coding.code [ fhir:value "113014" ];
fhir:Coding.display [ fhir:value "Study" ] ]
]; #
fhir:Endpoint.address [ fhir:value "http://my.example.com/wadors/study/1.2.3.4.5"]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.