This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: 醫療影像及報告 Endpoint 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 "MitwEndpoint"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MitwEndpoint"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MitwEndpoint> ] )
] ; #
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 MitwEndpoint</b></p><a name=\"MitwEndpoint\"> </a><a name=\"hcMitwEndpoint\"> </a><a name=\"MitwEndpoint-en-US\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-dicom-wado-rs\">Endpoint Connection Type</a> dicom-wado-rs: DICOM WADO-RS</p><p><b>payloadType</b>: <span title=\"Codes:\">DICOM</span></p><p><b>payloadMimeType</b>: application/dicom</p><p><b>address</b>: <a href=\"http://localhost:8081/dicom-web\">http://localhost:8081/dicom-web</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:payloadType ( [
fhir:text [ fhir:v "DICOM" ]
] ) ; #
fhir:payloadMimeType ( [ fhir:v "application/dicom"] ) ; #
fhir:address [ fhir:v "http://localhost:8081/dicom-web"^^xsd:anyURI] . #