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

FHIR IG analytics

Packagehl7.fhir.us.davinci-cdex.r4
Resource TypeSubscription
IdSubscription-cdex-task-inline-scenario1-subscription-requested.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Subscription",
  "id": "cdex-task-inline-scenario1-subscription-requested",
  "status": "requested",
  "reason": "R4 Example Topic-Based Subscription for CD Task based Queries",
  "criteria": "http://hl7.org/fhir/us/davinci-hrex/SubscriptionTopic/Task",
  "channel": {
    "type": "rest-hook",
    "endpoint": "http://example.org/FHIR/Payer/cdex-task-watch",
    "payload": "application/fhir+json",
    "_payload": {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
          "valueCode": "id-only"
        }
      ]
    }
  }
}