醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MitwEndpoint - 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://hapi.fhir.tw/fhir/StructureDefinition/MitwEndpoint"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/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=\"hcMitwEndpoint-en-US\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/5.5.0/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] . #