Interactive Multimedia Report (IMR)
1.1.0 - Trial-Implementation International flag

This page is part of the IHE Interactive Multimedia Report (IMR) (v1.1.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

: Imaging Endpoint for Series 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 "ex-ImagingStudyEndpoint-Series"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imaging-study-endpoint"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IMR/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=\"ex-ImagingStudyEndpoint-Series\"> </a><a name=\"hcex-ImagingStudyEndpoint-Series\"> </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 &quot;ex-ImagingStudyEndpoint-Series&quot; </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: Endpoint Connection Type code dicom-wado-rs  = ' DICOM WADO-RS ', stated as ' DICOM WADO-RS ')</p><p><b>payloadType</b>: Series <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html\">DICOM</a>#113015)</span></p><p><b>address</b>: <a href=\"http://my.example.com/wadors/study/1.2.3.4.5/series/11.22.33.44.55\">http://my.example.com/wadors/study/1.2.3.4.5/series/11.22.33.44.55</a></p></div>"
  ] ; # 
  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 "dicom-wado-rs" ] ;
fhir:display [ fhir:v "DICOM WADO-RS" ]
  ] ; # 
  fhir:payloadType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "113015" ] ;
fhir:display [ fhir:v "Series" ]     ] )
  ] ) ; # 
  fhir:address [ fhir:v "http://my.example.com/wadors/study/1.2.3.4.5/series/11.22.33.44.55"^^xsd:anyURI] . #