FHIR IG analytics| Package | hl7.fhir.uv.fhircast |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-FhircastSubscriberSyncErrorOperationOutcome-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome FhircastSubscriberSyncErrorOperationOutcome-Example
| Severity | Code | Details | Diagnostics |
| Warning | Processing Failure | fdb2f928-5546-4f52-87a0-0648e9ded065 | Acme Product refused to follow context |
{
"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"
}
]
}