FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | Subscription |
| Id | Subscription-PatientMergeSubscriptionExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Subscription",
"id": "PatientMergeSubscriptionExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKSubscription"
]
},
"channel": {
"type": "rest-hook",
"endpoint": "http://localhost:8081/fhir/Bundle",
"payload": "application/fhir+json",
"_payload": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
"valueCode": "full-resource"
}
]
},
"header": [
"Authorization: Bearer xxxxxxxxxx"
]
},
"status": "requested",
"reason": "Patient merge subscription",
"criteria": "https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge"
}