ISiK Subscription Implementierungsleitfaden
Version 6.0.0-rc - STU1

: Example Subscription - PatientMergeSubscriptionExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "PatientMergeSubscriptionExample",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/isik/StructureDefinition/ISiKSubscription"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription PatientMergeSubscriptionExample</b></p><a name=\"PatientMergeSubscriptionExample\"> </a><a name=\"hcPatientMergeSubscriptionExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKSubscription.html\">ISiK Subscription</a></p></div><p><b>status</b>: Requested</p><p><b>reason</b>: Patient merge subscription</p><p><b>criteria</b>: https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge</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><td><b>Header</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&amp;canonical=http://localhost:8081/fhir/Bundle\">http://localhost:8081/fhir/Bundle</a></td><td>application/fhir+json</td><td>Authorization: Bearer xxxxxxxxxx</td></tr></table></div>"
  },
  "status" : "requested",
  "reason" : "Patient merge subscription",
  "criteria" : "https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge",
  "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"
    ]
  }
}