醫療影像及報告實作指引
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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "MitwEndpoint",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/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=\"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>"
  },
  "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"
}