FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeOperationOutcome
IdUKCore-OperationOutcome-DateError-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate an error returned from an API call, due to an error in a date

Source1

{
  "resourceType": "OperationOutcome",
  "id": "UKCore-OperationOutcome-DateError-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "fatal",
      "code": "structure",
      "details": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/operation-outcome",
            "code": "MSG_DATE_FORMAT",
            "display": "The Date value %s is not in the correct format (Xml Date Format required)"
          }
        ]
      },
      "diagnostics": "Interop.FHIRProcessors.Patient.processbirthDate line 2450",
      "expression": [
        "Patient.birthDate"
      ]
    }
  ]
}