Recognized Coordinating Entity (RCE) Implementation Guide
1.9.0 - Release 1

: General RCE Endpoint Example - XML Representation

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="RCE-orgEndpoint"/>
  <meta>
    <profile
             value="https://sequoiaproject.org/fhir/rce/StructureDefinition/RCE-Endpoint"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Endpoint RCE-orgEndpoint</b></p><a name="RCE-orgEndpoint"> </a><a name="hcRCE-orgEndpoint"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-RCE-Endpoint.html">RCE Endpoint</a></p></div><p><b>Transaction</b>: <span title="Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes FHIR REST}">FHIR REST</span></p><p><b>Version</b>: 4.0.1</p><blockquote><p><b>FHIR IG Conformance</b></p><ul><li>igCanonicalUrl: <a href="http://hl7.org/fhir/us/core/STU4/ImplementationGuide-hl7.fhir.us.core.html">US Core Implementation Guide</a></li><li>igPackage: <a href="https://hl7.org/fhir/us/core/STU6.1/package.tgz">https://hl7.org/fhir/us/core/STU6.1/package.tgz</a></li><li>igVersion: 6.1.0</li><li>capStmt: <a href="http://hl7.org/fhir/us/core/STU4/CapabilityStatement-us-core-server.html">http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server</a></li></ul></blockquote><p><b>Roles</b>: <span title="Codes:{http://snomed.info/sct 112247003}">Medical doctor</span></p><p><b>Downtime</b>: Once per 1 week</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>: <a href="http://terminology.hl7.org/7.0.1/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-ihe-xcpd">Endpoint Connection Type: ihe-xcpd</a> (IHE XCPD)</p><p><b>name</b>: Example RCE Endpoint</p><p><b>managingOrganization</b>: <a href="Organization-QHIN-example.html">Organization RCE QHIN Example</a></p><p><b>payloadType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor NI}">NoInformation</span></p><p><b>payloadMimeType</b>: application/xml</p><p><b>address</b>: <a href="https://example.org/xcpd/v1/xcpd">https://example.org/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="FHIR REST"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version">
    <valueString value="4.0.1"/>
  </extension>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/FHIRIGConformance">
    <extension url="igCanonicalUrl">
      <valueCanonical
                      value="http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"/>
    </extension>
    <extension url="igPackage">
      <valueUrl value="https://hl7.org/fhir/us/core/STU6.1/package.tgz"/>
    </extension>
    <extension url="igVersion">
      <valueString value="6.1.0"/>
    </extension>
    <extension url="capStmt">
      <valueUrl
                value="http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"/>
    </extension>
  </extension>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/Roles">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="112247003"/>
        <display value="Medical doctor"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/Downtime">
    <valueTiming>
      <repeat>
        <period value="1"/>
        <periodUnit value="wk"/>
      </repeat>
    </valueTiming>
  </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://example.org/xcpd/v1/xcpd"/>
</Endpoint>