Scalable Consent Management
0.1.0 - ci-build United States of America flag

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

: FASTPatientSubscriptionExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "FASTPatientSubscriptionExample",
  "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 FASTPatientSubscriptionExample</b></p><a name=\"FASTPatientSubscriptionExample\"> </a><a name=\"hcFASTPatientSubscriptionExample\"> </a><a name=\"FASTPatientSubscriptionExample-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" : "patientId=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"
        }
      ]
    }
  }
}