FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-Notification.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/Notification |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/Notification |
| Version | 0.2602.0 |
| Status | active |
| Name | Notification |
| Type | Notification |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "Notification",
"abstract": false,
"type": "Notification",
"resourceType": "StructureDefinition",
"status": "active",
"id": "Notification",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/Notification",
"version": "0.2602.0",
"differential": {
"element": [
{
"id": "Notification",
"path": "Notification",
"min": 0,
"max": "*"
},
{
"id": "Notification.status",
"path": "Notification.status",
"short": "Status of the notification delivery (delivered or error).",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"constraint": [
{
"key": "enum-1237",
"severity": "error",
"human": "Status must be one of: delivered, error",
"expression": "%context.subsetOf('delivered' | 'error')"
}
]
},
{
"id": "Notification._source",
"path": "Notification._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Notification.provider",
"path": "Notification.provider",
"short": "Notification provider.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Notification.providerData",
"path": "Notification.providerData",
"short": "Provider-specific data.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}