type: exampleresource: Endpointexample: endpoint-example-iid
Endpoint Example: endpoint-example-iid
Narrative
Example of an Imaging IID type endpoint
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<Endpoint xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/endpoint.xsd">
<id value="example-iid"/>
<text>
<status value="generated" />
<div xmlns="http://www.w3.org/1999/xhtml">
Example of an Imaging IID type endpoint
</div>
</text>
<status value="active" />
<connectionType>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type" />
<code value="ihe-iid" />
</coding>
</connectionType>
<name value="PACS Hospital Invoke Image Display endpoint" />
<payload>
<type>
<text value="DICOM IID"/>
</type>
</payload>
<address value="https://pacs.hospital.org/IHEInvokeImageDisplay"/>
</Endpoint>