{

"resourceType": "ProcessResponse",
"id": "SR2499",
"text": {
  "status": "generated",
  "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A ProcessResponse indicating pended status with a request for additional information.</div>"
},
"contained": [
  {
    "resourceType": "CommunicationRequest",
    "id": "comreq-1",
    "identifier": [
      {
        "system": "http://www.jurisdiction.com/insurer/123456",
        "value": "ABC123"
      }
    ],
    "status": "active",
    "category": [
      {
        "coding": [
          {
            "system": "http://acme.org/messagetypes",
            "code": "SolicitedAttachmentRequest"
          }
        ]
      }
    ],
    "recipient": [
      {
        "identifier": {
          "system": "http://www.jurisdiction.com/provideroffices",
          "value": "3456"
        }
      }
    ],
    "payload": [
      {
        "contentString": "Please provide the accident report and any associated pictures to support your Claim#      DEF5647."
      }
    ],
    "authoredOn": "2016-06-10T11:01:10-08:00",
    "sender": {
      "identifier": {
        "system": "http://www.jurisdiction.com/insurer",
        "value": "123456"
      }
    }
  }
],
"identifier": [
  {
    "system": "http://www.BenefitsInc.com/fhir/processresponse",
    "value": "881222"
  }
],
"status": "active",
"created": "2014-08-16",
"organization": {
  "reference": "Organization/2"
},
"request": {
  "reference": "http://happyvalley.com/fhir/claim/12345"
},
"outcome": {
  "coding": [
    {
      "system": "http://hl7.org/fhir/processoutcomecodes",
      "code": "pended"
    }
  ]
},
"disposition": "Additional information required.",
"requestOrganization": {
  "reference": "Organization/1"
},
"communicationRequest": [
  {
    "reference": "#comreq-1"
  }
]

}