{
  "resourceType": "StructureDefinition",
  "id": "aorta-subscription-notification",
  "language": "nl-NL",
  "url": "http://vzvz.nl/fhir/StructureDefinition/aorta-subscription-notification",
  "version": "2.0.0-beta.2",
  "name": "Subscription_notification",
  "title": "Subscription Notification",
  "status": "active",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Subscription Notification for use in VZVZ applications, specifically AORTA",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NL",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "copyright": "VZVZ",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Parameters",
  "baseDefinition": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-status-r4",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Parameters.parameter:status",
        "path": "Parameters.parameter",
        "sliceName": "status"
      },
      {
        "id": "Parameters.parameter:status.value[x]",
        "path": "Parameters.parameter.value[x]",
        "fixedCode": "active"
      },
      {
        "id": "Parameters.parameter:type",
        "path": "Parameters.parameter",
        "sliceName": "type"
      },
      {
        "id": "Parameters.parameter:type.value[x]",
        "path": "Parameters.parameter.value[x]",
        "fixedCode": "event-notification"
      },
      {
        "id": "Parameters.parameter:notificationEvent",
        "path": "Parameters.parameter",
        "sliceName": "notificationEvent"
      },
      {
        "id": "Parameters.parameter:notificationEvent.part:eventFocus",
        "path": "Parameters.parameter.part",
        "sliceName": "eventFocus",
        "definition": "This elements references the resource that triggers the notification.",
        "comment": "The focus element SHOULD contain a reference if Subscription.channel.payload is present. To indicate the Subscription has expired, the focus element MUST reference the expired Subscription instance. This will mean that both the `focus` element and the `subscription` element will refer to the same instance.\r\nThis phenomenon can be used to infer that the Subscription has expired."
      }
    ]
  }
}