Please note:
- This is an Implementation Guide for UK Core FHIR Assets in Development.
- There will be disruption as the content will be updated on an ad-hoc basis and with links not working.
- Therefore this Implementation Guide must not be implemented.
- Please follow the guidance on the "Contact Us" page if you need any assistance.
An example to illustrate an error returned due to an error in a date
Table View
OperationOutcome.id[0] | UKCore-OperationOutcome-DateError-Example |
OperationOutcome.text[0].status[0] | additional |
OperationOutcome.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an error returned from an API call, due to an error in a date</div> |
OperationOutcome.issue[0].severity[0] | fatal |
OperationOutcome.issue[0].code[0] | structure |
OperationOutcome.issue[0].details[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/operation-outcome |
OperationOutcome.issue[0].details[0].coding[0].code[0] | MSG_DATE_FORMAT |
OperationOutcome.issue[0].details[0].coding[0].display[0] | The Date value %s is not in the correct format (Xml Date Format required) |
OperationOutcome.issue[0].diagnostics[0] | Interop.FHIRProcessors.Patient.processbirthDate line 2450 |
OperationOutcome.issue[0].expression[0] | Patient.birthDate |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</details>
</issue>
</OperationOutcome>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
},
"Patient.birthDate"
]
}
]
}