Recognized Coordinating Entity (RCE) Implementation Guide
1.0.8 - Release 1 United States of America flag

: Example RCE Endpoint - XML Representation

Raw xml | Download



<Endpoint xmlns="http://hl7.org/fhir">
  <id value="RCE-orgEndpoint"/>
  <meta>
    <versionId value="12"/>
    <lastUpdated value="2023-11-02T22:04:14.935Z"/>
    <profile
             value="https://sequoiaproject.org/fhir/rce/StructureDefinition/RCE-Endpoint"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Endpoint</b><a name="RCE-orgEndpoint"> </a><a name="hcRCE-orgEndpoint"> </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;RCE-orgEndpoint&quot; Version &quot;12&quot; Updated &quot;2023-11-02 22:04:14+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-RCE-Endpoint.html">RCE Endpoint</a></p></div><p><b>Transaction</b>: XCPD ITI-55 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="file://C:\git\SequoiaIGs\SequoiaProjectHealthcareDirectoryImplementationGuide\output/CodeSystem-TransactionCodes.html">Transaction Codes</a>#XCPD ITI-55)</span></p><p><b>identifier</b>: Home Community ID/urn:oid:5.5.5.5 (use: official)</p><p><b>status</b>: active</p><p><b>connectionType</b>: IHE XCPD (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code ihe-xcpd = 'IHE XCPD', stated as 'null')</p><p><b>name</b>: Example RCE Endpoint</p><p><b>managingOrganization</b>: <a href="Organization-QHIN-example.html">Organization/QHIN-example</a> &quot;RCE QHIN Example&quot;</p><p><b>payloadType</b>: NoInformation <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html">NullFlavor</a>#NI)</span></p><p><b>payloadMimeType</b>: application/xml</p><p><b>address</b>: <a href="https://RCE.test.com/xcpd/v1/xcpd">https://RCE.test.com/xcpd/v1/xcpd</a></p></div>
  </text>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes"/>
        <code value="XCPD ITI-55"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"/>
        <code value="HCID"/>
      </coding>
    </type>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:5.5.5.5"/>
  </identifier>
  <status value="active"/>
  <connectionType>
    <system
            value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
    <code value="ihe-xcpd"/>
  </connectionType>
  <name value="Example RCE Endpoint"/>
  <managingOrganization>🔗 
    <reference value="Organization/QHIN-example"/>
  </managingOrganization>
  <payloadType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <code value="NI"/>
    </coding>
  </payloadType>
  <payloadMimeType value="application/xml"/>
  <address value="https://RCE.test.com/xcpd/v1/xcpd"/>
</Endpoint>