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 - XML Representation

Raw xml | Download


<Subscription xmlns="http://hl7.org/fhir">
  <id value="BaseSubscriptionExample01"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-base-subscription"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <name value="表单填报完成就绪订阅"/>
  <status value="requested"/>
  <topic
         value="http://hl7.org.cn/fhir/SubscriptionTopic/FormFilledReadyTopic"/>
  <channelType>
    <system
            value="http://terminology.hl7.org/CodeSystem/subscription-channel-type"/>
    <code value="rest-hook"/>
  </channelType>
  <endpoint value="http://localhost:8080/fhir/monitor/notify"/>
  <heartbeatPeriod value="30"/>
  <timeout value="10"/>
  <content value="id-only"/>
  <maxCount value="3"/>
</Subscription>