FHIR IG analytics| Package | ihe.iti.pmir |
| Resource Type | Subscription |
| Id | Subscription-ex-subscription.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Subscription ex-subscription
status: Active
contact: +1-555-555-1212
reason: To receive Patient changes.
criteria: Patient
| Type | Endpoint | Payload |
| Message | http://example.org/pmir-message | application/fhir+json |
{
"resourceType": "Subscription",
"id": "ex-subscription",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Subscription"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"contact": [
{
"system": "phone",
"value": "+1-555-555-1212"
}
],
"reason": "To receive Patient changes.",
"criteria": "Patient",
"channel": {
"type": "message",
"endpoint": "http://example.org/pmir-message",
"payload": "application/fhir+json"
}
}