Recognized Coordinating Entity (RCE) Implementation Guide
1.0.9 - Release 1
{
"resourceType" : "Endpoint",
"id" : "RCE-orgEndpoint",
"meta" : {
"versionId" : "12",
"lastUpdated" : "2023-11-02T22:04:14.935Z",
"profile" : [
🔗 "https://sequoiaproject.org/fhir/rce/StructureDefinition/RCE-Endpoint"
]
},
"text" : {
"status" : "generated",
"div" : "<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><a name=\"RCE-orgEndpoint-en-US\"> </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\">version: versionId: id (PrimitiveType/Endpoint.meta.versionId): element = id -> versionId=id[12]; Last updated: 2023-11-02 22:04:14+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-RCE-Endpoint.html\">RCE Endpoint</a></p></div><p><b>identifier</b>: Home Community ID/urn:oid:5.5.5.5\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-ihe-xcpd\">Endpoint Connection Type</a> ihe-xcpd: 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://RCE.test.com/xcpd/v1/xcpd\">https://RCE.test.com/xcpd/v1/xcpd</a></p></div>"
},
"extension" : [
{
"url" : "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes",
"code" : "XCPD ITI-55"
}
]
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes",
"code" : "HCID"
}
]
},
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:5.5.5.5"
}
],
"status" : "active",
"connectionType" : {
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code" : "ihe-xcpd"
},
"name" : "Example RCE Endpoint",
"managingOrganization" : {
🔗 "reference" : "Organization/QHIN-example"
},
"payloadType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code" : "NI"
}
]
}
],
"payloadMimeType" : [
"application/xml"
],
"address" : "https://RCE.test.com/xcpd/v1/xcpd"
}