This page is part of the FHIRcast (v3.0.0-ballot: STU3 (v3.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
: FhircastHubSyncErrorOperationOutcome-Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationOutcome ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FhircastHubSyncErrorOperationOutcome-Example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-hub-operation-outcome-syncerrror"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-hub-operation-outcome-syncerrror> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: OperationOutcome</b><a name=\"FhircastHubSyncErrorOperationOutcome-Example\"> </a><a name=\"hcFhircastHubSyncErrorOperationOutcome-Example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource OperationOutcome "FhircastHubSyncErrorOperationOutcome-Example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fhircast-hub-operation-outcome-syncerrror.html\">OperationOutcome for Hub generated sync-error events</a></p></div><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</td><td>fdb2f928-5546-4f52-87a0-0648e9ded065 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (eventid#fdb2f928-5546-4f52-87a0-0648e9ded065; eventname#Patient-open; subscribername#Acme Product; your-error-code-system#FHIRcast sync error)</span></td><td>Subscriber Acme Product could not be reached.</td></tr></table></div>"
] ; #
fhir:issue ( [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "processing" ] ;
fhir:details [
( fhir:coding [
fhir:system [ fhir:v "https://fhircast.hl7.org/events/syncerror/eventid"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fdb2f928-5546-4f52-87a0-0648e9ded065" ] ] [
fhir:system [ fhir:v "https://fhircast.hl7.org/events/syncerror/eventname"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Patient-open" ] ] [
fhir:system [ fhir:v "https://fhircast.hl7.org/events/syncerror/subscribername"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Acme Product" ] ] [
fhir:system [ fhir:v "http://example.com/events/syncerror/your-error-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FHIRcast sync error" ] ] ) ] ;
fhir:diagnostics [ fhir:v "Subscriber Acme Product could not be reached." ]
] ) . #