{
  "resourceType" : "Communication",
  "id" : "sm-scenario5-communication",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communication"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication sm-scenario5-communication</b></p><a name=\"sm-scenario5-communication\"> </a><a name=\"hcsm-scenario5-communication\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cpg-communication.html\">CPG Communication</a></p></div><p><b>basedOn</b>: <a href=\"CommunicationRequest-sm-scenario5.html\">CommunicationRequest: extension = http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-sendmessage-ad; status = completed</a></p><p><b>status</b>: Completed</p><p><b>subject</b>: <a href=\"Patient-sm-scenario5-patient.html\">Example Patient Female, DoB: 1990-10-01</a></p><p><b>recipient</b>: <a href=\"Patient-sm-scenario5-patient.html\">Example Patient Female, DoB: 1990-10-01</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Hello!</td></tr></table></div>"
  },
  "basedOn" : [{
    "reference" : "CommunicationRequest/sm-scenario5"
  }],
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/sm-scenario5-patient"
  },
  "recipient" : [{
    "reference" : "Patient/sm-scenario5-patient"
  }],
  "payload" : [{
    "contentString" : "Hello!"
  }]
}