FHIR IG analytics| Package | hl7.fhir.us.consent-management |
| Resource Type | Subscription |
| Id | Subscription-FASTPatientSubscriptionExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Subscription FASTPatientSubscriptionExample
Profile: FASTSubscription
status: Active
reason: Receive notifications about consent for patient X.
criteria: http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic
| Type | Endpoint | Payload |
| Rest Hook | http://example.org/send-me-subscription-notifications | application/fhir+json |
{
"resourceType": "Subscription",
"id": "FASTPatientSubscriptionExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTSubscription"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"reason": "Receive notifications about consent for patient X.",
"criteria": "http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic",
"_criteria": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria",
"valueString": "patientId=http://hl7.org/fhir/sid/us-npi|1234567893"
}
]
},
"channel": {
"type": "rest-hook",
"endpoint": "http://example.org/send-me-subscription-notifications",
"payload": "application/fhir+json",
"_payload": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
"valueCode": "full-resource"
}
]
}
}
}