{
  "resourceType": "StructureDefinition",
  "id": "NotificationStatus",
  "url": "http://fhir.synapxe.sg/StructureDefinition/NotificationStatus",
  "name": "NotificationStatus",
  "title": "Notification Status Resource",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "NotificationStatus",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "NotificationStatus",
        "path": "NotificationStatus",
        "short": "Notification Status Resource",
        "definition": "A resource representing the status of a notification with additional details.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DomainResource",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "NotificationStatus.notification",
        "path": "NotificationStatus.notification",
        "short": "Reference to the notification resource",
        "definition": "A reference to the notification resource that this status relates to.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ihis.sg/fhir/StructureDefinition/Notification"
            ]
          }
        ]
      },
      {
        "id": "NotificationStatus.status",
        "path": "NotificationStatus.status",
        "short": "Status of the notification",
        "definition": "The current status of the notification (e.g., Success, Pending).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "NotificationStatus.detail",
        "path": "NotificationStatus.detail",
        "short": "Details about the notification status",
        "definition": "Additional details about the status of the notification (e.g., Pending in gateway queue).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "NotificationStatus",
        "path": "NotificationStatus",
        "short": "Notification Status Resource",
        "definition": "A resource representing the status of a notification with additional details."
      },
      {
        "id": "NotificationStatus.notification",
        "path": "NotificationStatus.notification",
        "short": "Reference to the notification resource",
        "definition": "A reference to the notification resource that this status relates to.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ihis.sg/fhir/StructureDefinition/Notification"
            ]
          }
        ]
      },
      {
        "id": "NotificationStatus.status",
        "path": "NotificationStatus.status",
        "short": "Status of the notification",
        "definition": "The current status of the notification (e.g., Success, Pending).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "NotificationStatus.detail",
        "path": "NotificationStatus.detail",
        "short": "Details about the notification status",
        "definition": "Additional details about the status of the notification (e.g., Pending in gateway queue).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}