@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Endpoint ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MitwEndpoint"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/MitwEndpoint"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Endpoint MitwEndpoint

status: Active

connectionType: Endpoint Connection Type dicom-wado-rs: DICOM WADO-RS

payloadType: DICOM

payloadMimeType: application/dicom

address: http://localhost:8081/dicom-web

" ] ; # 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:payloadType ( [ fhir:text [ fhir:v "DICOM" ] ] ) ; # fhir:payloadMimeType ( [ fhir:v "application/dicom"] ) ; # fhir:address [ fhir:v "http://localhost:8081/dicom-web"^^xsd:anyURI] . # # -------------------------------------------------------------------------------------