{
  "resourceType" : "OperationOutcome",
  "id" : "0c81ad3a-d6d1-4924-91d2-555cd3d5716f",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/ti/StructureDefinition/operation-outcome"]
  },
  "issue" : [{
    "severity" : "error",
    "code" : "invalid",
    "details" : {
      "coding" : [{
        "system" : "https://gematik.de/fhir/ti/CodeSystem/operation-outcome-details-codes",
        "code" : "SVC_DOSAGE_INVALID_RENDERED_INSTRUCTION",
        "display" : "The provided rendered dosage instruction is invalid"
      }]
    }
  }]
}