Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "resourceType": "Bundle",
- "id": "notification-id-only",
- "meta": {
- "profile": [
- "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification"
- ]
- },
- "type": "history",
- "timestamp": "2020-05-29T11:44:13.1882432-05:00",
- "entry": [
- {
- "fullUrl": "urn:uuid:b21e4fae-ce73-45cb-8e37-1e203362b2ae",
- "resource": {
- "resourceType": "SubscriptionStatus",
- "id": "b21e4fae-ce73-45cb-8e37-1e203362b2ae",
- "status": "active",
- "type": "event-notification",
- "eventsSinceSubscriptionStart": "311",
- "eventsInNotification": 2,
- "subscription": {
- "reference": "https://example.org/fhir/r4/Subscription/8a35ef13-76eb-4de2-b2c5-e9fa863d0e0a"
- },
- "topic": "https://example.org/fhir/r4/SubscriptionTopic/admission"
- },
- "request": {
- "method": "GET",
- "url": "https://example.org/fhir/r4/Subscription/8a35ef13-76eb-4de2-b2c5-e9fa863d0e0a/$status"
- },
- "response": {
- "status": "200"
- }
- },
- {
- "fullUrl": "urn:uuid:36e47a47-d260-425c-8f46-d722ba9d4fa9",
- "resource": {
- "resourceType": "AuditEvent",
- "id": "36e47a47-d260-425c-8f46-d722ba9d4fa9",
- "type": {
- "system": "https://example.org/fhir/CodeSystem/subscription-topic",
- "code": "admission"
- },
- "recorded": "2021-07-31T16:20:00.000Z",
- "agent": [{ "requester": false }],
- "source": {
- "observer": {
- "reference": "Organization/cfb9b6c1-7443-4dc5-9fb2-702cfd8cea94"
- }
- },
- "entity": [
- {
- "what": {
- "reference": "Encounter/551683b3-1477-41d1-b58e-32fe8b0047b0"
- },
- "role": {
- "system": "http://terminology.hl7.org/CodeSystem/object-role",
- "code": "4",
- "display": "Domain Resource"
- }
- },
- {
- "what": {
- "reference": "Patient/89e76c40-64ce-4a86-a47f-83b2a479a1ea"
- },
- "role": {
- "system": "http://terminology.hl7.org/CodeSystem/object-role",
- "code": "1",
- "display": "Patient"
- }
- }
- ]
- }
- },
- {
- "fullUrl": "urn:uuid:4ce85b13-2380-4564-84ba-f1957c69f4ad",
- "resource": {
- "resourceType": "AuditEvent",
- "id": "4ce85b13-2380-4564-84ba-f1957c69f4ad",
- "type": {
- "system": "https://example.org/fhir/CodeSystem/subscription-topic",
- "code": "admission"
- },
- "recorded": "2021-07-31T16:22:00.000Z",
- "agent": [{ "requester": false }],
- "source": {
- "observer": {
- "reference": "Organization/cfb9b6c1-7443-4dc5-9fb2-702cfd8cea94"
- }
- },
- "entity": [
- {
- "what": {
- "reference": "Encounter/551683b3-1477-41d1-b58e-32fe8b0047b0"
- },
- "role": {
- "system": "http://terminology.hl7.org/CodeSystem/object-role",
- "code": "4",
- "display": "Domain Resource"
- }
- },
- {
- "what": {
- "identifier": {
- "system": "http://hl7.org/fhir/sid/us-ssn",
- "value": "111111111"
- }
- },
- "type": {
- "system": "http://hl7.org/fhir/resource-types",
- "code": "Patient"
- },
- "role": {
- "system": "http://terminology.hl7.org/CodeSystem/object-role",
- "code": "1",
- "display": "Patient"
- }
- }
- ]
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement