{
"description": null,
"_filename": "StructureDefinition-WebPushSubscription.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "WebPushSubscription",
"abstract": false,
"type": "WebPushSubscription",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "511ede80-70cc-4299-8d8d-eb05688d2ea8",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/WebPushSubscription",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "WebPushSubscription",
"max": "*",
"min": 0,
"path": "WebPushSubscription"
}, {
"id": "WebPushSubscription.subscription",
"max": "1",
"min": 0,
"path": "WebPushSubscription.subscription",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Web Push API subscription details."
}, {
"id": "WebPushSubscription.subscription.endpoint",
"max": "1",
"min": 0,
"path": "WebPushSubscription.subscription.endpoint",
"type": [ {
"code": "string"
} ],
"short": "URL to which the push notification service should send notifications."
}, {
"id": "WebPushSubscription.subscription.expirationTime",
"max": "1",
"min": 0,
"path": "WebPushSubscription.subscription.expirationTime",
"type": [ {
"code": "decimal"
} ],
"short": "Time in seconds when the subscription will expire."
}, {
"id": "WebPushSubscription.subscription.keys",
"max": "1",
"min": 0,
"path": "WebPushSubscription.subscription.keys",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Cryptographic keys needed for the push subscription."
}, {
"id": "WebPushSubscription.subscription.keys.auth",
"max": "1",
"min": 0,
"path": "WebPushSubscription.subscription.keys.auth",
"type": [ {
"code": "string"
} ],
"short": "Authentication key for the subscription."
}, {
"id": "WebPushSubscription.subscription.keys.p256dh",
"max": "1",
"min": 0,
"path": "WebPushSubscription.subscription.keys.p256dh",
"type": [ {
"code": "string"
} ],
"short": "Public key for the subscription (P-256 Diffie-Hellman)."
}, {
"id": "WebPushSubscription.user",
"max": "1",
"min": 0,
"path": "WebPushSubscription.user",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Reference to the user who owns this subscription."
}, {
"id": "WebPushSubscription.user.id",
"max": "1",
"min": 0,
"path": "WebPushSubscription.user.id",
"type": [ {
"code": "string"
} ],
"short": "User identifier."
}, {
"id": "WebPushSubscription.user.resourceType",
"max": "1",
"min": 0,
"path": "WebPushSubscription.user.resourceType",
"type": [ {
"code": "string"
} ],
"short": "Fixed value indicating this is a reference to a User resource.",
"fixedString": "User"
}, {
"id": "WebPushSubscription.app",
"max": "1",
"min": 0,
"path": "WebPushSubscription.app",
"type": [ {
"code": "string"
} ],
"short": "Application identifier for the subscription."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}