Example - Error - Invalid Format

Tree View

OperationOutcome

Table View

OperationOutcome.id[0]ODS-OperationOutcome-InvalidFormat-Example
OperationOutcome.issue[0].severity[0]error
OperationOutcome.issue[0].code[0]processing
OperationOutcome.issue[0].diagnostics[0]HAPI-1940: Invalid date/time/quantity format: "gtINVALID"

XML View

<OperationOutcome xmlns="http://hl7.org/fhir">
    <id value="ODS-OperationOutcome-InvalidFormat-Example" />
    <issue>
        <severity value="error" />
        <code value="processing" />
        <diagnostics value="HAPI-1940: Invalid date/time/quantity format: &quot;gtINVALID&quot;" />
    </issue>
</OperationOutcome>

JSON View

{
    "resourceType": "OperationOutcome",
    "id": "ODS-OperationOutcome-InvalidFormat-Example",
    "issue":  [
        {
            "severity": "error",
            "code": "processing",
            "diagnostics": "HAPI-1940: Invalid date/time/quantity format: \"gtINVALID\""
        }
    ]
}