This page is part of the Manifest-based Access to DICOM Objects (MADO) (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Endpoint: MADO Web Viewer 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/webviewer-endpoint-example> a fhir:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "webviewer-endpoint-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoWebViewerEndpoint" ;
fhir:index 0 ;
fhir:link <https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoWebViewerEndpoint>
]
] ;
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 webviewer-endpoint-example</b></p><a name=\"webviewer-endpoint-example\"> </a><a name=\"hcwebviewer-endpoint-example\"> </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-MadoWebViewerEndpoint.html\">Endpoint: MADO profile for Web Viewer endpoints</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"CodeSystem-MadoEndpointConnectionTypes.html#MadoEndpointConnectionTypes-web-viewer\">MADO Endpoint Connection Types Code System: web-viewer</a> (DICOM web viewer for the study)</p><p><b>name</b>: Web Viewer endpoint</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type none}\">None</span></p><p><b>payloadMimeType</b>: text/html</p><p><b>address</b>: <a href=\"https://viewer.example.org/launch?studyUID=1.2.392.200140.2.1.1.1.2.799008771.2076.1519721309.448\">https://viewer.example.org/launch?studyUID=1.2.392.200140.2.1.1.1.2.799008771.2076.1519721309.448</a></p></div>"
] ;
fhir:Endpoint.status [ fhir:value "active"] ;
fhir:Endpoint.connectionType [
fhir:Coding.system [ fhir:value "https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoEndpointConnectionTypes" ] ;
fhir:Coding.code [ fhir:value "web-viewer" ] ;
fhir:Coding.display [ fhir:value "DICOM web viewer for the study" ]
] ;
fhir:Endpoint.name [ fhir:value "Web Viewer endpoint"] ;
fhir:Endpoint.payloadType [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" ] ;
fhir:Coding.code [ fhir:value "none" ]
]
] ;
fhir:Endpoint.payloadMimeType [
fhir:value "text/html" ;
fhir:index 0
] ;
fhir:Endpoint.address [ fhir:value "https://viewer.example.org/launch?studyUID=1.2.392.200140.2.1.1.1.2.799008771.2076.1519721309.448"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Endpoint/webviewer-endpoint-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Endpoint/webviewer-endpoint-example.ttl> .