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

FHIR IG analytics

Packagehl7.fhir.uv.fhircast
Resource TypeOperationOutcome
IdOperationOutcome-FhircastSubscriberSyncErrorOperationOutcome-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 FhircastSubscriberSyncErrorOperationOutcome-Example

Issues

-SeverityCodeDetailsDiagnostics
*WarningProcessing Failurefdb2f928-5546-4f52-87a0-0648e9ded065Acme Product refused to follow context

Source1

{
  "resourceType": "OperationOutcome",
  "id": "FhircastSubscriberSyncErrorOperationOutcome-Example",
  "meta": {
    "profile": [
      "http://fhircast.hl7.org/StructureDefinition/fhircast-subscriber-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": "Acme Product refused to follow context"
    }
  ]
}