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

: BaseSubscriptionExample01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Subscription",
  "id" : "BaseSubscriptionExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-base-subscription"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Subscription BaseSubscriptionExample01</b></p><a name=\"BaseSubscriptionExample01\"> </a><a name=\"hcBaseSubscriptionExample01\"> </a><a name=\"BaseSubscriptionExample01-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-subscription.html\">通用订阅本地化定义</a></p></div><p><b>name</b>: 表单填报完成就绪订阅</p><p><b>status</b>: Requested</p><p><b>topic</b>: <a href=\"SubscriptionTopic-SubscriptionTopicExample01.html\">表单填报完成就绪主题</a></p><p><b>channelType</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscription-channel-type.html#subscription-channel-type-rest-hook\">SubscriptionChannel Type Codes rest-hook</a>: Rest Hook</p><p><b>endpoint</b>: <a href=\"http://localhost:8080/fhir/monitor/notify\">http://localhost:8080/fhir/monitor/notify</a></p><p><b>heartbeatPeriod</b>: 30</p><p><b>timeout</b>: 10</p><p><b>content</b>: Id-only</p><p><b>maxCount</b>: 3</p></div>"
  },
  "name" : "表单填报完成就绪订阅",
  "status" : "requested",
  "topic" : "http://hl7.org.cn/fhir/SubscriptionTopic/FormFilledReadyTopic",
  "channelType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/subscription-channel-type",
    "code" : "rest-hook"
  },
  "endpoint" : "http://localhost:8080/fhir/monitor/notify",
  "heartbeatPeriod" : 30,
  "timeout" : 10,
  "content" : "id-only",
  "maxCount" : 3
}