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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeOperationOutcome
IdOperationOutcome-OperationResultedInWarnings.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationOutcome",
  "id": "OperationResultedInWarnings",
  "issue": [
    {
      "details": {
        "coding": [
          {
            "code": "2-34-317",
            "system": "http://electronichealth.se/CodeSystem/error-codes",
            "display": "Tidpunkt har angetts för dateTime 2025-02-28T09:48:00 men endast datum lagras"
          }
        ]
      },
      "severity": "warning",
      "code": "invalid"
    }
  ]
}