FHIR IG analytics| Package | io.health-samurai.core.r4 |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-NotificationTemplate.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"derivation": "specialization",
"fhirVersion": "4.0.1",
"name": "NotificationTemplate",
"abstract": false,
"type": "NotificationTemplate",
"resourceType": "StructureDefinition",
"status": "active",
"id": "NotificationTemplate",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/NotificationTemplate",
"version": "0.2602.2",
"differential": {
"element": [
{
"id": "NotificationTemplate",
"path": "NotificationTemplate",
"min": 0,
"max": "*"
},
{
"id": "NotificationTemplate.subject",
"path": "NotificationTemplate.subject",
"short": "Subject line for the notification template.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "NotificationTemplate._source",
"path": "NotificationTemplate._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "NotificationTemplate.template",
"path": "NotificationTemplate.template",
"short": "Template content used to generate the notification message.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}