MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay Endpoint Example - XML Representation

Raw xml | Download



<Endpoint xmlns="http://hl7.org/fhir">
  <id value="MyHealthWayEndpointExample"/>
  <meta>
    <profile
             value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-endpoint"/>
  </meta>
  <text>
    <status value="generated"/>
    <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: endpoint-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>: My Healthway <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>address</b>: <a href="https://pacs.hospital.org/wado-rs">https://pacs.hospital.org/wado-rs</a></p></div>
  </text>
  <identifier>
    <system value="http://www.example.com"/>
    <value value="endpoint-example"/>
  </identifier>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <code value="dicom-wado-rs"/>
    <display value="DICOM WADO-RS"/>
  </connectionType>
  <name value="PACS Hospital DICOM WADO-RS endpoint"/>
  <managingOrganization>🔗 
    <reference value="Organization/MyHealthWayOrganizationExample"/>
  </managingOrganization>
  <payloadType>
    <text value="My Healthway"/>
  </payloadType>
  <address value="https://pacs.hospital.org/wado-rs"/>
</Endpoint>