{
  "resourceType" : "OperationOutcome",
  "meta" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
      "valueString" : "CDex Inline OperationOutcome Example 1"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
      "valueMarkdown" : "OperationOutcome example used to create inline scenarios for this guide"
    }]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>The attachments can not be associated with a current claim or prior authorization and are being held for association with a future claim or prior authorization.</p>\n    </div>"
  },
  "issue" : [{
    "severity" : "information",
    "code" : "informational",
    "details" : {
      "text" : "The attachments can not be associated with a current claim or prior authorization and are being held for association with a future claim or prior authorization."
    }
  }]
}