FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.fhircast
Resource TypeOperationOutcome
IdOperationOutcome-FhircastHubSyncErrorOperationOutcome-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationOutcome FhircastHubSyncErrorOperationOutcome-Example

Issues

-SeverityCodeDetailsDiagnostics
*WarningProcessing Failurefdb2f928-5546-4f52-87a0-0648e9ded065Subscriber Acme Product could not be reached.

Source1

{
  "resourceType": "OperationOutcome",
  "id": "FhircastHubSyncErrorOperationOutcome-Example",
  "meta": {
    "profile": [
      "http://fhircast.hl7.org/StructureDefinition/fhircast-hub-operation-outcome-syncerrror"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}