BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI
BC Client Registry FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Subscription",
"id" : "SampleCompositeSubscriptionRequest",
"meta" : {
"profile" : [
🔗 "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/HCIMPatientChangeSubscription"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Subscription </b><a name=\"SampleCompositeSubscriptionRequest\"> </a><a name=\"hcSampleCompositeSubscriptionRequest\"> </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\">ResourceSubscription "SampleCompositeSubscriptionRequest" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HCIMPatientChangeSubscription.html\">HCIMPatientChangeSubscription</a></p></div><p><b>status</b>: active</p><p><b>reason</b>: Want to receive composite view notifications</p><p><b>criteria</b>: http://hlth.gov.bc.ca/fhir/client/SubscriptionTopic/HCIMPatientChangeDistribution</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>rest-hook</td><td><a href=\"http://example.org/subscription-response-channel\">http://example.org/subscription-response-channel</a></td><td>application/fhir+json"</td></tr></table></div>"
},
"status" : "active",
"reason" : "Want to receive composite view notifications",
"criteria" : "http://hlth.gov.bc.ca/fhir/client/SubscriptionTopic/HCIMPatientChangeDistribution",
"_criteria" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria",
"valueString" : "eventCode=COMPOSITE"
}
]
},
"channel" : {
"type" : "rest-hook",
"endpoint" : "http://example.org/subscription-response-channel",
"payload" : "application/fhir+json\"",
"_payload" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
"valueCode" : "full-resource"
}
]
}
}
}