FHIR IG analytics| Package | hl7.fhir.uv.fhircast.r4 |
| 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
Resource OperationOutcome "FhircastSubscriberSyncErrorOperationOutcome-Example"
Profile: OperationOutcome for Subscriber generated sync-error events
| Severity | Code | Details | Diagnostics |
| warning | processing | fdb2f928-5546-4f52-87a0-0648e9ded065 (eventid#fdb2f928-5546-4f52-87a0-0648e9ded065; eventname#Patient-open; subscribername#Acme Product; your-error-code-system#FHIRcast sync error) | Acme Product refused to follow context |
{
"resourceType": "OperationOutcome",
"id": "FhircastSubscriberSyncErrorOperationOutcome-Example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/fhircast/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"
}
]
}