FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.consent-management
Resource TypeSubscription
IdSubscription-FASTOrganizationSubscriptionExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Subscription FASTOrganizationSubscriptionExample

status: Active

reason: Receive notifications about consent for patient X.

criteria: http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic

Channels

-TypeEndpointPayload
*Rest Hookhttp://example.org/send-me-subscription-notificationsapplication/fhir+json

Source1

{
  "resourceType": "Subscription",
  "id": "FASTOrganizationSubscriptionExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTSubscription"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
        }
      ]
    }
  }
}