Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-consent-management/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Subscription",
"id" : "FASTOrganizationSubscriptionExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTSubscription"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription FASTOrganizationSubscriptionExample</b></p><a name=\"FASTOrganizationSubscriptionExample\"> </a><a name=\"hcFASTOrganizationSubscriptionExample\"> </a><a name=\"FASTOrganizationSubscriptionExample-en-US\"> </a><p><b>status</b>: Active</p><p><b>reason</b>: Receive notifications about consent for patient X.</p><p><b>criteria</b>: http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic</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/send-me-subscription-notifications\">http://example.org/send-me-subscription-notifications</a></td><td>application/fhir+json</td></tr></table></div>"
},
"status" : "active",
"reason" : "Receive notifications about consent for patient X.",
"criteria" : "http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic",
"_criteria" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria",
"valueString" : "organizationId=http://hl7.org/fhir/sid/us-npi|1234567893"
}
]
},
"channel" : {
"type" : "rest-hook",
"endpoint" : "http://example.org/send-me-subscription-notifications",
"payload" : "application/fhir+json",
"_payload" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
"valueCode" : "full-resource"
}
]
}
}
}