FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Subscription |
| Id | Subscription-Scen2SubscriptionEhr.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 "Scen2SubscriptionEhr"
status: requested
contact: ph: 123-456-7890(WORK), ehr@example.org
end: Jan 1, 2024, 12:00:00 AM
reason: Monitoring tasks
criteria: Task?requester=https://registry.example.org/fhir/Organization/Scen2OrgGoodCardio
| Type | Endpoint | Payload |
| rest-hook | https://goodCardio.example.org/mySubscriptions | application/fhir+json |
{
"resourceType": "Subscription",
"id": "Scen2SubscriptionEhr",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "requested",
"contact": [
{
"system": "phone",
"value": "123-456-7890",
"use": "work"
},
{
"system": "email",
"value": "ehr@example.org",
"use": "work"
}
],
"end": "2024-01-01T00:00:00Z",
"reason": "Monitoring tasks",
"criteria": "Task?requester=https://registry.example.org/fhir/Organization/Scen2OrgGoodCardio",
"channel": {
"type": "rest-hook",
"endpoint": "https://goodCardio.example.org/mySubscriptions",
"payload": "application/fhir+json",
"_payload": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
"valueCode": "id-only"
}
]
}
}
}