Projo FHIR Documentation
0.1.0 - ci-build
Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Subscription",
"id" : "ExampleSubscription",
"meta" : {
"profile" : [
🔗 "https://projo.evoleen.com/fhir/StructureDefinition/projo-subscription"
],
"tag" : [
{
"system" : "https://firearrow.io/fhir/CodeSystem/managed-subscription",
"code" : "projo-cr-status-events"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription ExampleSubscription</b></p><a name=\"ExampleSubscription\"> </a><a name=\"hcExampleSubscription\"> </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-projo-subscription.html\">Projo Subscription</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><p><b>status</b>: Active</p><p><b>reason</b>: Projo CR status events: triggers handleCommunicationRequestStatus on CR completion/revocation.</p><p><b>criteria</b>: CommunicationRequest?status=completed,revoked&category:not=identity-resolution</p><h3>Channels</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td></tr><tr><td style=\"display: none\">*</td><td>Message</td><td>channel:fire-arrow-azure-queue:cr-status-events</td><td>application/fhir+json</td></tr></table></div>"
},
"status" : "active",
"reason" : "Projo CR status events: triggers handleCommunicationRequestStatus on CR completion/revocation.",
"criteria" : "CommunicationRequest?status=completed,revoked&category:not=identity-resolution",
"channel" : {
"type" : "message",
"endpoint" : "channel:fire-arrow-azure-queue:cr-status-events",
"payload" : "application/fhir+json"
}
}