Example - Error - Too Costly

Tree View

OperationOutcome

Table View

OperationOutcome.id[0]ODS-OperationOutcome-TooCostly-Example
OperationOutcome.issue[0].severity[0]error
OperationOutcome.issue[0].code[0]processing
OperationOutcome.issue[0].diagnostics[0][afecef0a-e053-46f3-870d-5e22644d3538]: The expansion of value set null was too big (>50000).

XML View

<OperationOutcome xmlns="http://hl7.org/fhir">
    <id value="ODS-OperationOutcome-TooCostly-Example" />
    <issue>
        <severity value="error" />
        <code value="processing" />
        <diagnostics value="[afecef0a-e053-46f3-870d-5e22644d3538]: The expansion of value set null was too big (&gt;50000)." />
    </issue>
</OperationOutcome>

JSON View

{
    "resourceType": "OperationOutcome",
    "id": "ODS-OperationOutcome-TooCostly-Example",
    "issue":  [
        {
            "severity": "error",
            "code": "processing",
            "diagnostics": "[afecef0a-e053-46f3-870d-5e22644d3538]: The expansion of value set null was too big (>50000)."
        }
    ]
}