{
"description": "Template used to render the content of a Notification.",
"_filename": "StructureDefinition-NotificationTemplate.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": "Health Samurai",
"fhirVersion": "4.0.1",
"name": "NotificationTemplate",
"abstract": false,
"type": "NotificationTemplate",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Notification Template",
"package_version": "0.2605.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Messaging.Outbound"
} ],
"status": "active",
"id": "f845f678-f164-4fd7-9b2b-5126d1a8563c",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/NotificationTemplate",
"version": "0.2605.0",
"differential": {
"element": [ {
"id": "NotificationTemplate",
"max": "*",
"min": 0,
"path": "NotificationTemplate"
}, {
"id": "NotificationTemplate.subject",
"max": "1",
"min": 0,
"path": "NotificationTemplate.subject",
"type": [ {
"code": "string"
} ],
"short": "Subject line for the notification template."
}, {
"id": "NotificationTemplate._source",
"max": "1",
"min": 0,
"path": "NotificationTemplate._source",
"type": [ {
"code": "string"
} ],
"short": "System Property. DO NOT USE IT."
}, {
"id": "NotificationTemplate.template",
"max": "1",
"min": 0,
"path": "NotificationTemplate.template",
"type": [ {
"code": "string"
} ],
"short": "Template content used to generate the notification message."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}