FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Subscription |
| Id | Subscription-Scen3SubscriptionEhr.json |
| FHIR Version | R4 |
No resources found
No resources found
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
| Type | Endpoint | Payload |
| rest-hook | https://ehr.example.com/Subscription | application/fhir+json |
{
"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"
}
]
}
}
}