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

FHIR IG analytics

Packagehis.lw
Resource TypeStructureDefinition
Idwebapp-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/webapp-notification
URLhttps://dev.azure.com/LionwoodDev/HIS/_git/fhir/StructureDefinition/CommunicationRequest/webapp-notification
Version1.0.0
Statusactive
Date2025-11-10T00:00:00Z
NameCommunicationRequestWebAppNotification
TitleCommunicationRequest Web App Notification
DescriptionDefines the structure of CommunicationRequest resources used for in-product (web application) notifications.
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-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"
            ]
          }
        ]
      }
    ]
  }
}