HL7中国发布订阅框架实施指南
2025.03.10 - release

HL7中国发布订阅框架实施指南 - Local Development build (v2025.03.10) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NotifyMessageExample03 - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "NotifyMessageExample03",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-bundle-notify-message"
    ]
  },
  "type" : "subscription-notification",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:112312312-12-31-23-12-31-23-12-312",
      "resource" : {
        "resourceType" : "SubscriptionStatus",
        "id" : "NotifySubscriptionStatusInlineExample03",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-base-notify-subscriptionstatus"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SubscriptionStatus_NotifySubscriptionStatusInlineExample03\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SubscriptionStatus NotifySubscriptionStatusInlineExample03</b></p><a name=\"NotifySubscriptionStatusInlineExample03\"> </a><a name=\"hcNotifySubscriptionStatusInlineExample03\"> </a><a name=\"NotifySubscriptionStatusInlineExample03-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-base-notify-subscriptionstatus.html\">通知时使用的订阅状态本地化定义</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: Handshake</p><p><b>eventsSinceSubscriptionStart</b>: 0</p><p><b>subscription</b>: <a href=\"Subscription-BaseSubscriptionExample01.html\">Subscription 表单填报完成就绪订阅</a></p><p><b>topic</b>: <a href=\"SubscriptionTopic-SubscriptionTopicExample01.html\">表单填报完成就绪主题</a></p></div>"
        },
        "status" : "active",
        "type" : "handshake",
        "eventsSinceSubscriptionStart" : "0",
        "subscription" : {
          🔗 "reference" : "Subscription/BaseSubscriptionExample01"
        },
        "topic" : "http://hl7.org.cn/fhir/SubscriptionTopic/FormFilledReadyTopic"
      }
    }
  ]
}