電子病歷交換單張實作指引(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 - JSON Representation

Raw json | Download


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