FHIR IG analytics| Package | his.lw |
| Resource Type | StructureDefinition |
| Id | webapp-notification.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=his.lw@1.0.2&canonical=https://dev.azure.com/LionwoodDev/HIS/_git/fhir/StructureDefinition/CommunicationRequest/webapp-notification |
| URL | https://dev.azure.com/LionwoodDev/HIS/_git/fhir/StructureDefinition/CommunicationRequest/webapp-notification |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-11-10T00:00:00Z |
| Name | CommunicationRequestWebAppNotification |
| Title | CommunicationRequest Web App Notification |
| Description | Defines the structure of CommunicationRequest resources used for in-product (web application) notifications. |
| Type | CommunicationRequest |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "CommunicationRequest-webapp-notification",
"url": "https://dev.azure.com/LionwoodDev/HIS/_git/fhir/StructureDefinition/CommunicationRequest/webapp-notification",
"version": "1.0.0",
"name": "CommunicationRequestWebAppNotification",
"title": "CommunicationRequest Web App Notification",
"status": "active",
"experimental": false,
"date": "2025-11-10T00:00:00Z",
"publisher": "LW HIS",
"description": "Defines the structure of CommunicationRequest resources used for in-product (web application) notifications.",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "CommunicationRequest",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "CommunicationRequest",
"path": "CommunicationRequest",
"short": "Web app notification request"
},
{
"id": "CommunicationRequest.status",
"path": "CommunicationRequest.status",
"short": "Represents the current lifecycle state (e.g., active or revoked)",
"comment": "Typical states are 'active' when queued and 'revoked' when withdrawn."
},
{
"id": "CommunicationRequest.priority",
"path": "CommunicationRequest.priority",
"short": "Default priority for UI alerts",
"fixedCode": "routine"
},
{
"id": "CommunicationRequest.medium",
"path": "CommunicationRequest.medium",
"short": "In-app channel definition",
"min": 1,
"max": "1"
},
{
"id": "CommunicationRequest.medium.coding",
"path": "CommunicationRequest.medium.coding",
"min": 1,
"max": "1",
"patternCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code": "WRITTEN"
}
},
{
"id": "CommunicationRequest.payload",
"path": "CommunicationRequest.payload",
"min": 1,
"max": "1"
},
{
"id": "CommunicationRequest.payload.content[x]",
"path": "CommunicationRequest.payload.content[x]",
"type": [
{
"code": "Attachment"
}
]
},
{
"id": "CommunicationRequest.authoredOn",
"path": "CommunicationRequest.authoredOn",
"short": "When the notification was generated",
"min": 1
},
{
"id": "CommunicationRequest.recipient",
"path": "CommunicationRequest.recipient",
"short": "One or more target accounts (organization, patient, or contact)",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson"
]
}
]
}
]
}
}