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

FHIR IG analytics

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

status: requested

reason: Allow monitoring of Tasks created for this Patient

criteria: http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task

Channels

-TypeEndpointPayload
*smstel:1-234-567-8900application/fhir+json

Source1

{
  "resourceType": "Subscription",
  "id": "ExampleSubscriptionSMS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "requested",
  "reason": "Allow monitoring of Tasks created for this Patient",
  "criteria": "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task",
  "_criteria": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria",
        "valueString": "Task?owner=Patient/1"
      }
    ]
  },
  "channel": {
    "type": "sms",
    "endpoint": "tel:1-234-567-8900",
    "payload": "application/fhir+json",
    "_payload": {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
          "valueCode": "empty"
        }
      ]
    }
  }
}