MyHealthWay
1.0.0 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay Endpoint Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "MyHealthWayEndpointExample",
  "meta" : {
    "profile" : [
      🔗 "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-endpoint"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Endpoint</b><a name=\"MyHealthWayEndpointExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Endpoint &quot;MyHealthWayEndpointExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-myhealthway-endpoint.html\">MyHealthWay Endpoint Profile</a></p></div><p><b>identifier</b>: id:\u00a0endpoint-example</p><p><b>status</b>: active</p><p><b>connectionType</b>: DICOM WADO-RS (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code dicom-wado-rs = 'DICOM WADO-RS', stated as 'DICOM WADO-RS')</p><p><b>name</b>: PACS Hospital DICOM WADO-RS endpoint</p><p><b>managingOrganization</b>: <a href=\"Organization-MyHealthWayOrganizationExample.html\">Organization/MyHealthWayOrganizationExample</a> &quot;한국병원&quot;</p><p><b>payloadType</b>: MyHealthWay <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>address</b>: <code>khis:myhw:md:2022</code></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.example.com",
      "value" : "endpoint-example"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "dicom-wado-rs",
    "display" : "DICOM WADO-RS"
  },
  "name" : "PACS Hospital DICOM WADO-RS endpoint",
  "managingOrganization" : {
    🔗 "reference" : "Organization/MyHealthWayOrganizationExample"
  },
  "payloadType" : [
    {
      "text" : "MyHealthWay"
    }
  ],
  "address" : "khis:myhw:md:2022"
}