{
"description": null,
"_filename": "StructureDefinition-Notification.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "Notification",
"abstract": false,
"type": "Notification",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "9de10baf-b4e3-4874-baad-e186b811a6a0",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/Notification",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "Notification",
"max": "*",
"min": 0,
"path": "Notification"
}, {
"id": "Notification.status",
"max": "1",
"min": 0,
"path": "Notification.status",
"type": [ {
"code": "string"
} ],
"short": "Status of the notification delivery (delivered or error).",
"constraint": [ {
"key": "enum-1237",
"human": "Status must be one of: delivered, error",
"severity": "error",
"expression": "%context.subsetOf('delivered' | 'error')"
} ]
}, {
"id": "Notification._source",
"max": "1",
"min": 0,
"path": "Notification._source",
"type": [ {
"code": "string"
} ],
"short": "System Property. DO NOT USE IT."
}, {
"id": "Notification.provider",
"max": "1",
"min": 0,
"path": "Notification.provider",
"type": [ {
"code": "string"
} ],
"short": "Notification provider."
}, {
"id": "Notification.providerData",
"max": "1",
"min": 0,
"path": "Notification.providerData",
"short": "Provider-specific data.",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}