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

: SubscribeOperationOutcomeExample01 - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="SubscribeOperationOutcomeExample01"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir-ig/pubsub/StructureDefinition/profile-operationoutcome-subscribe"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationOutcome SubscribeOperationOutcomeExample01</b></p><a name="SubscribeOperationOutcomeExample01"> </a><a name="hcSubscribeOperationOutcomeExample01"> </a><a name="SubscribeOperationOutcomeExample01-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-operationoutcome-subscribe.html">订阅错误消息本地化定义</a></p></div><table class="grid"><tr><td><b>Severity</b></td><td><b>Location</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td>Error</td><td/><td>Invalid Content</td><td/><td>不被支持的订阅主题: FormReady</td></tr></table></div>
  </text>
  <issue>
    <severity value="error"/>
    <code value="invalid"/>
    <details>
      <coding>
        <system
                value="http://hl7.org.cn/fhir-ig/pubsub/CodeSystem/operationoutcome-codes-subscribe"/>
        <code value="TopicNotSupportedFault"/>
        <display value="不被支持的订阅主题"/>
      </coding>
    </details>
    <diagnostics value="不被支持的订阅主题: FormReady"/>
  </issue>
</OperationOutcome>