電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

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 - XML Representation

Raw xml | Download



<Endpoint xmlns="http://hl7.org/fhir">
  <id value="MitwEndpoint"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MitwEndpoint"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <code value="dicom-wado-rs"/>
  </connectionType>
  <payloadType>
    <text value="DICOM"/>
  </payloadType>
  <payloadMimeType value="application/dicom"/>
  <address value="http://localhost:8081/dicom-web"/>
</Endpoint>