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

FHIR IG analytics

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

status: requested

contact: ph: 123-456-7890(WORK), ehr3@example.com

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

reason: Monitoring tasks

criteria: Task?owner=https://registry.example.org/fhir/Organization/Scen3YMCA

Channels

-TypeEndpointPayload
*rest-hookhttps://ehr.example.com/Subscriptionapplication/fhir+json

Source1

{
  "resourceType": "Subscription",
  "id": "Scen3SubscriptionEhr",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "requested",
  "contact": [
    {
      "system": "phone",
      "value": "123-456-7890",
      "use": "work"
    },
    {
      "system": "email",
      "value": "ehr3@example.com",
      "use": "work"
    }
  ],
  "end": "2024-01-01T00:00:00Z",
  "reason": "Monitoring tasks",
  "criteria": "Task?owner=https://registry.example.org/fhir/Organization/Scen3YMCA",
  "channel": {
    "type": "rest-hook",
    "endpoint": "https://ehr.example.com/Subscription",
    "payload": "application/fhir+json",
    "_payload": {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
          "valueCode": "id-only"
        }
      ]
    }
  }
}