FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.isik
Resource TypeSubscription
IdSubscription-PatientMergeSubscriptionExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}