FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehis.lw
Resource TypeStructureDefinition
Idemail-notification.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=his.lw@1.0.2&canonical=https://dev.azure.com/LionwoodDev/HIS/_git/fhir/StructureDefinition/CommunicationRequest/email-notification
URLhttps://dev.azure.com/LionwoodDev/HIS/_git/fhir/StructureDefinition/CommunicationRequest/email-notification
Version1.0.0
Statusactive
Date2025-11-10T00:00:00Z
NameCommunicationRequestEmailNotification
TitleCommunicationRequest Email Notification
DescriptionDefines the structure of email-based notification CommunicationRequest resources sent by LW HIS services.
TypeCommunicationRequest
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
            ]
          }
        ]
      }
    ]
  }
}