: Anfrage fuer POST /Subscription - JSON Representation
Raw json | Download
{
"resourceType" : "Subscription",
"id" : "example-create-subscription-request",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription example-create-subscription-request</b></p><a name=\"example-create-subscription-request\"> </a><a name=\"hcexample-create-subscription-request\"> </a><p><b>status</b>: Requested</p><p><b>reason</b>: Benachrichtigung ueber neue Communication-Ressourcen</p><p><b>criteria</b>: Communication?received=NULL&recipient=1-2-3-4-5</p><h3>Channels</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td></tr><tr><td style=\"display: none\">*</td><td>Rest Hook</td><td><a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&canonical=https://apotheke.example.org/erp/notification\">https://apotheke.example.org/erp/notification</a></td><td>application/fhir+json</td></tr></table></div>"
},
"status" : "requested",
"reason" : "Benachrichtigung ueber neue Communication-Ressourcen",
"criteria" : "Communication?received=NULL&recipient=1-2-3-4-5",
"channel" : {
"type" : "rest-hook",
"endpoint" : "https://apotheke.example.org/erp/notification",
"payload" : "application/fhir+json"
}
}