Implementation Guide
E-T-Rezept Datenaustausch
Version 1.1.0-ballot-1 - ballot

: Fehlermeldung BfArM Webdienst - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "ERP-TPrescription-OperationOutcome-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ERP-TPrescription-OperationOutcome-1</b></p><a name=\"ERP-TPrescription-OperationOutcome-1\"> </a><a name=\"hcERP-TPrescription-OperationOutcome-1\"> </a><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Invalid Content</p><p><b>details</b>: <span title=\"Codes:\">Invalid request payload</span></p><p><b>diagnostics</b>: This field is required</p><p><b>expression</b>: parameter[rxPrescription].part[prescriptionId].value</p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Element value invalid</p><p><b>details</b>: <span title=\"Codes:\">Invalid format for field</span></p><p><b>diagnostics</b>: Value must be a date</p><p><b>expression</b>: parameter[rxPrescription].part[medicationRequest].resource.authoredOn</p></blockquote></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "invalid",
      "details" : {
        "text" : "Invalid request payload"
      },
      "diagnostics" : "This field is required",
      "expression" : [
        "parameter[rxPrescription].part[prescriptionId].value"
      ]
    },
    {
      "severity" : "error",
      "code" : "value",
      "details" : {
        "text" : "Invalid format for field"
      },
      "diagnostics" : "Value must be a date",
      "expression" : [
        "parameter[rxPrescription].part[medicationRequest].resource.authoredOn"
      ]
    }
  ]
}