@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/Endpoint/example-endpoint-wado-rs> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-endpoint-wado-rs"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/dicomweb-endpoint-praxis-de"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/dicomweb-endpoint-praxis-de>
     ] )
  ] ; # 
  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 example-endpoint-wado-rs</b></p><a name=\"example-endpoint-wado-rs\"> </a><a name=\"hcexample-endpoint-wado-rs\"> </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-dicomweb-endpoint-praxis-de.html\">DICOMweb Endpoint (Praxis DE)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-dicom-ae-title.html\" title=\"DICOM Application Entity Title (AE-Title) — eindeutiger Bezeichner fuer DICOM-Geraete im PACS-Netzwerk. Pflicht-Identifier fuer PACS-Routing in ImagingDevicePraxisDe.\">DicomAeTitle</a>/PACS_WADO_RS</p><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>: PACS WADO-RS Endpunkt</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type any}\">Any</span></p><p><b>address</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0-ballot2&amp;canonical=https://pacs.example.org/wado/rs\">https://pacs.example.org/wado/rs</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://fhir.cognovis.de/praxis/NamingSystem/dicom-ae-title"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/NamingSystem/dicom-ae-title>
     ] ;
     fhir:value [ fhir:v "PACS_WADO_RS" ]
  ] ) ; # 
  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:display [ fhir:v "DICOM WADO-RS" ]
  ] ; # 
  fhir:name [ fhir:v "PACS WADO-RS Endpunkt"] ; # 
  fhir:payloadType ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/endpoint-payload-type>
       ] ;
       fhir:code [ fhir:v "any" ] ;
       fhir:display [ fhir:v "Any" ]
     ] )
  ] ) ; # 
  fhir:address [
     fhir:v "https://pacs.example.org/wado/rs"^^xsd:anyURI ;
     fhir:l <https://pacs.example.org/wado/rs>
  ] . # 

# -------------------------------------------------------------------------------------

