FHIRcast logo

FHIRcast
3.0.0-ballot - ci-build 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

: FhircastHubSyncErrorOperationOutcome-Example - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "FhircastHubSyncErrorOperationOutcome-Example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-hub-operation-outcome-syncerrror"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome FhircastHubSyncErrorOperationOutcome-Example</b></p><a name=\"FhircastHubSyncErrorOperationOutcome-Example\"> </a><a name=\"hcFhircastHubSyncErrorOperationOutcome-Example\"> </a><a name=\"FhircastHubSyncErrorOperationOutcome-Example-en-US\"> </a><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 Failure</td><td><span title=\"Codes:{https://fhircast.hl7.org/events/syncerror/eventid fdb2f928-5546-4f52-87a0-0648e9ded065}, {https://fhircast.hl7.org/events/syncerror/eventname Patient-open}, {https://fhircast.hl7.org/events/syncerror/subscribername Acme Product}, {http://example.com/events/syncerror/your-error-code-system FHIRcast sync error}\">fdb2f928-5546-4f52-87a0-0648e9ded065</span></td><td>Subscriber Acme Product could not be reached.</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "warning",
      "code" : "processing",
      "details" : {
        "coding" : [
          {
            "system" : "https://fhircast.hl7.org/events/syncerror/eventid",
            "code" : "fdb2f928-5546-4f52-87a0-0648e9ded065"
          },
          {
            "system" : "https://fhircast.hl7.org/events/syncerror/eventname",
            "code" : "Patient-open"
          },
          {
            "system" : "https://fhircast.hl7.org/events/syncerror/subscribername",
            "code" : "Acme Product"
          },
          {
            "system" : "http://example.com/events/syncerror/your-error-code-system",
            "code" : "FHIRcast sync error"
          }
        ]
      },
      "diagnostics" : "Subscriber Acme Product could not be reached."
    }
  ]
}