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

FHIR IG analytics

Packagevzvz.fhir.aof
Resource TypeBundle
IdBundle-aorta-subscription-notification-expiration.json
FHIR VersionR4B

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": "Bundle",
  "id": "aorta-subscription-notification-expiration",
  "meta": {
    "profile": [
      "http://vzvz.nl/fhir/StructureDefinition/aorta-subscriptionNotification-bundle"
    ]
  },
  "entry": [
    {
      "fullUrl": "urn:uuid:fe1e5597-9ebd-4ff1-a48c-04fd4187412b",
      "resource": {
        "resourceType": "SubscriptionStatus",
        "id": "fe1e5597-9ebd-4ff1-a48c-04fd4187412b",
        "meta": {
          "profile": [
            "http://vzvz.nl/fhir/StructureDefinition/aorta-subscription-notification"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Notification that subscription has expired</div>"
        },
        "notificationEvent": [
          {
            "focus": {
              "identifier": {
                "system": "urn:oid:1.2.3.4",
                "value": "876543"
              }
            },
            "eventNumber": "234",
            "timestamp": "2024-02-21T14:00:00+01:00"
          }
        ],
        "subscription": {
          "identifier": {
            "system": "urn:oid:1.2.3.4",
            "value": "876543"
          }
        },
        "status": "active",
        "type": "event-notification"
      }
    }
  ],
  "type": "collection"
}