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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeSubscription
IdSubscription-Scen2SubscriptionGetFit.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

Resource Subscription "Scen2SubscriptionGetFit"

status: requested

contact: ph: 987-654-3210(WORK), getFit@example.org

end: Jan 1, 2024, 12:00:00 AM

reason: Monitoring task updates

criteria: Task?owner=https%3A//registry.example.org/fhir/Organization/Scen2OrgGetFitTraining

Channels

-TypeEndpointPayload
*rest-hookhttps://getFit.example.org/subscriptionNotificationsapplication/fhir+json

Source1

{
  "resourceType": "Subscription",
  "id": "Scen2SubscriptionGetFit",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "requested",
  "contact": [
    {
      "system": "phone",
      "value": "987-654-3210",
      "use": "work"
    },
    {
      "system": "email",
      "value": "getFit@example.org",
      "use": "work"
    }
  ],
  "end": "2024-01-01T00:00:00Z",
  "reason": "Monitoring task updates",
  "criteria": "Task?owner=https%3A//registry.example.org/fhir/Organization/Scen2OrgGetFitTraining",
  "channel": {
    "type": "rest-hook",
    "endpoint": "https://getFit.example.org/subscriptionNotifications",
    "payload": "application/fhir+json",
    "_payload": {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
          "valueCode": "empty"
        }
      ]
    }
  }
}