@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 -------------------------------------------------------------------

<http://fhir.ehdsi.eu/imaging/Endpoint/ExampleWadoRsEndpointImg> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleWadoRsEndpointImg"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint ExampleWadoRsEndpointImg</b></p><a name=\"ExampleWadoRsEndpointImg\"> </a><a name=\"hcExampleWadoRsEndpointImg\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-dicom-wado-rs\">Endpoint Connection Type: dicom-wado-rs</a> (DICOM WADO-RS)</p><p><b>name</b>: WADO-RS Server</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://dicom.example.org/wado\">https://dicom.example.org/wado</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:l <http://terminology.hl7.org/CodeSystem/endpoint-connection-type>
     ] ;
     fhir:code [ fhir:v "dicom-wado-rs" ]
  ] ; # 
  fhir:name [ fhir:v "WADO-RS Server"] ; # 
  fhir:payloadType ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/resource-types>
       ] ;
       fhir:code [ fhir:v "ImagingStudy" ]
     ] )
  ] ) ; # 
  fhir:address [
     fhir:v "https://dicom.example.org/wado"^^xsd:anyURI ;
     fhir:l <https://dicom.example.org/wado>
  ] . # 

# -------------------------------------------------------------------------------------

