FHIR IG analytics| Package | his.lw |
| Resource Type | StructureDefinition |
| Id | email-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/email-notification |
| URL | https://dev.azure.com/LionwoodDev/HIS/_git/fhir/StructureDefinition/CommunicationRequest/email-notification |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-11-10T00:00:00Z |
| Name | CommunicationRequestEmailNotification |
| Title | CommunicationRequest Email Notification |
| Description | Defines the structure of email-based notification CommunicationRequest resources sent by LW HIS services. |
| Type | CommunicationRequest |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "CommunicationRequest-email-notification",
"url": "https://dev.azure.com/LionwoodDev/HIS/_git/fhir/StructureDefinition/CommunicationRequest/email-notification",
"version": "1.0.0",
"name": "CommunicationRequestEmailNotification",
"title": "CommunicationRequest Email Notification",
"status": "active",
"experimental": false,
"date": "2025-11-10T00:00:00Z",
"publisher": "LW HIS",
"description": "Defines the structure of email-based notification CommunicationRequest resources sent by LW HIS services.",
"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": "Email notification request"
},
{
"id": "CommunicationRequest.status",
"path": "CommunicationRequest.status",
"short": "Always active when issued"
},
{
"id": "CommunicationRequest.intent",
"path": "CommunicationRequest.intent",
"short": "Represents an order to send the notification email",
"fixedCode": "order"
},
{
"id": "CommunicationRequest.category",
"path": "CommunicationRequest.category",
"short": "Notification category",
"min": 1,
"max": "1",
"patternCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/communication-category",
"code": "notification"
}
]
}
},
{
"id": "CommunicationRequest.category.coding",
"path": "CommunicationRequest.category.coding",
"min": 1,
"max": "1"
},
{
"id": "CommunicationRequest.category.coding.system",
"path": "CommunicationRequest.category.coding.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/communication-category"
},
{
"id": "CommunicationRequest.category.coding.code",
"path": "CommunicationRequest.category.coding.code",
"min": 1,
"fixedCode": "notification"
},
{
"id": "CommunicationRequest.priority",
"path": "CommunicationRequest.priority",
"short": "Routine priority for asynchronous email dispatch",
"fixedCode": "routine"
},
{
"id": "CommunicationRequest.medium",
"path": "CommunicationRequest.medium",
"short": "Email is the only allowed channel",
"min": 1,
"max": "1"
},
{
"id": "CommunicationRequest.medium.coding",
"path": "CommunicationRequest.medium.coding",
"min": 1,
"max": "1"
},
{
"id": "CommunicationRequest.medium.coding.system",
"path": "CommunicationRequest.medium.coding.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"
},
{
"id": "CommunicationRequest.medium.coding.code",
"path": "CommunicationRequest.medium.coding.code",
"min": 1,
"fixedCode": "EMAILWRIT"
},
{
"id": "CommunicationRequest.occurrence[x]",
"path": "CommunicationRequest.occurrence[x]",
"min": 1,
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "CommunicationRequest.authoredOn",
"path": "CommunicationRequest.authoredOn",
"short": "Timestamp when the request was authored",
"min": 1
},
{
"id": "CommunicationRequest.requester",
"path": "CommunicationRequest.requester",
"min": 1
},
{
"id": "CommunicationRequest.recipient",
"path": "CommunicationRequest.recipient",
"short": "Email recipients (patient, contact, or organization)",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Organization"
]
}
]
}
]
}
}