This page is part of the Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements) (v0.2.0-snapshot1: QA Preview) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: Example-WadoEndpoint - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-WadoEndpoint"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImWadoRsEndpoint"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImWadoRsEndpoint> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint Example-WadoEndpoint</b></p><a name=\"Example-WadoEndpoint\"> </a><a name=\"hcExample-WadoEndpoint\"> </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-ImWadoRsEndpoint.html\">Endpoint: WADO</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-connection-type dicom-wado-rs}\">DICOM WADO-RS</span></p><p><b>name</b>: Example WADO-RS Endpoint</p><blockquote><p><b>payload</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-connection-type dicom-wado-rs}\">DICOM WADO-RS</span></p><p><b>mimeType</b>: application/dicom, application/octet-stream, application/dicom+xml, application/json, image/jpg, image/gif, image/jp2, image/jph, image/jxl, video/mpeg, video/mp4, video/H265, text/html, text/plain, text/xml, text/rtf, application/pdf</p></blockquote><p><b>address</b>: <a href=\"http://example.org/wado-rs/endpoint\">http://example.org/wado-rs/endpoint</a></p></div>"^^rdf:XMLLiteral
] ; #
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:name [ fhir:v "Example WADO-RS Endpoint"] ; #
fhir:payload ( [
( fhir:type [
( 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:mimeType [ fhir:v "application/dicom" ] [ fhir:v "application/octet-stream" ] [ fhir:v "application/dicom+xml" ] [ fhir:v "application/json" ] [ fhir:v "image/jpg" ] [ fhir:v "image/gif" ] [ fhir:v "image/jp2" ] [ fhir:v "image/jph" ] [ fhir:v "image/jxl" ] [ fhir:v "video/mpeg" ] [ fhir:v "video/mp4" ] [ fhir:v "video/H265" ] [ fhir:v "text/html" ] [ fhir:v "text/plain" ] [ fhir:v "text/xml" ] [ fhir:v "text/rtf" ] [ fhir:v "application/pdf" ] )
] ) ; #
fhir:address [ fhir:v "http://example.org/wado-rs/endpoint"^^xsd:anyURI] . #