HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Endpoint DICOM WADO-RS Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "endpoint-dicom-wadors-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint endpoint-dicom-wadors-example</b></p><a name=\"endpoint-dicom-wadors-example\"> </a><a name=\"hcendpoint-dicom-wadors-example\"> </a><a name=\"endpoint-dicom-wadors-example-ja\"> </a><p><b>identifier</b>: <code>http://abc-hospital.local/fhir/identifier</code>/example-wadors\u00a0(use:\u00a0usual,\u00a0)</p><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 dicom-wado-rs</a>: DICOM WADO-RS</p><p><b>name</b>: ABC Hospital PACS DICOM WADO-RS endpoint</p><p><b>payloadType</b>: <span title=\"Codes:\">DICOM WADO-RS</span></p><p><b>payloadMimeType</b>: application/dicom</p><p><b>address</b>: <a href=\"http://abc-hospital.local/wado-rs\">http://abc-hospital.local/wado-rs</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://abc-hospital.local/fhir/identifier",
      "value" : "example-wadors"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "dicom-wado-rs"
  },
  "name" : "ABC Hospital PACS DICOM WADO-RS endpoint",
  "payloadType" : [
    {
      "text" : "DICOM WADO-RS"
    }
  ],
  "payloadMimeType" : [
    "application/dicom"
  ],
  "address" : "http://abc-hospital.local/wado-rs"
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。