FHIRcast logo

FHIRcast
3.0.0-ballot - STU 3 Ballot International flag

FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions

: FhircastSubscriberSyncErrorOperationOutcome-Example - XML Representation

Raw xml | Download



<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="FhircastSubscriberSyncErrorOperationOutcome-Example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-subscriber-operation-outcome-syncerrror"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: OperationOutcome</b><a name="FhircastSubscriberSyncErrorOperationOutcome-Example"> </a><a name="hcFhircastSubscriberSyncErrorOperationOutcome-Example"> </a></p><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">ResourceOperationOutcome &quot;FhircastSubscriberSyncErrorOperationOutcome-Example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fhircast-subscriber-operation-outcome-syncerrror.html">OperationOutcome for Subscriber generated sync-error events</a></p></div><h3>Issues</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td style="display: none">*</td><td>warning</td><td>processing</td><td>fdb2f928-5546-4f52-87a0-0648e9ded065 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (eventid#fdb2f928-5546-4f52-87a0-0648e9ded065; eventname#Patient-open; subscribername#Acme Product; your-error-code-system#FHIRcast sync error)</span></td><td>Acme Product refused to follow context</td></tr></table></div>
  </text>
  <issue>
    <severity value="warning"/>
    <code value="processing"/>
    <details>
      <coding>
        <system value="https://fhircast.hl7.org/events/syncerror/eventid"/>
        <code value="fdb2f928-5546-4f52-87a0-0648e9ded065"/>
      </coding>
      <coding>
        <system value="https://fhircast.hl7.org/events/syncerror/eventname"/>
        <code value="Patient-open"/>
      </coding>
      <coding>
        <system
                value="https://fhircast.hl7.org/events/syncerror/subscribername"/>
        <code value="Acme Product"/>
      </coding>
      <coding>
        <system
                value="http://example.com/events/syncerror/your-error-code-system"/>
        <code value="FHIRcast sync error"/>
      </coding>
    </details>
    <diagnostics value="Acme Product refused to follow context"/>
  </issue>
</OperationOutcome>