Uzbekistan Digital Health Platform
0.4.0 - ci-build Uzbekistan flag

Uzbekistan Digital Health Platform, published by Ministry of Health of the Republic of Uzbekistan. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions

: Example Transaction Error

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "example-transaction-response-error",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome example-transaction-response-error</b></p><a name=\"example-transaction-response-error\"> </a><a name=\"hcexample-transaction-response-error\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><table class=\"grid\"><tr><td><b>Severity</b></td><td><b>Location</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td>Error</td><td>Bundle.entry[2].resource.ofType(Observation)</td><td>Required element missing</td><td>Observation.status: minimum required = 1, but only found 0 (from https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation)</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "required",
      "diagnostics" : "Observation.status: minimum required = 1, but only found 0 (from https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation)",
      "expression" : [
        "Bundle.entry[2].resource.ofType(Observation)"
      ]
    }
  ]
}