MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: IID Viewer Endpoint - 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 "ExampleIidViewerEndpointImg"] ; #
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 ExampleIidViewerEndpointImg</b></p><a name=\"ExampleIidViewerEndpointImg\"> </a><a name=\"hcExampleIidViewerEndpointImg\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.3.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-ihe-iid\">Endpoint Connection Type ihe-iid</a>: IHE IID</p><p><b>name</b>: Interactive Image Display (IID) Viewer</p><p><b>payloadType</b>: <span title=\"Codes:{http://hl7.org/fhir/resource-types ImagingStudy}\">ImagingStudy</span></p><p><b>address</b>: <a href=\"https://pacs-viewer.example.org/iid-launch?studyUID=1.2.840.113619.2.55.3.604688791.743.1594913780.467\">https://pacs-viewer.example.org/iid-launch?studyUID=1.2.840.113619.2.55.3.604688791.743.1594913780.467</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ihe-iid" ]
] ; #
fhir:name [ fhir:v "Interactive Image Display (IID) Viewer"] ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ImagingStudy" ] ] )
] ) ; #
fhir:address [ fhir:v "https://pacs-viewer.example.org/iid-launch?studyUID=1.2.840.113619.2.55.3.604688791.743.1594913780.467"^^xsd:anyURI] . #