0.2.3 - ci-build

HealthDataReceipt - Local Development build (v0.2.3). See the Directory of published versions

: Receipt-Notification-Payload - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "Receipt-Notification-Payload",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2018-10-04T19:42:52.061-04:00"
  },
  "type" : "message",
  "entry" : [
    {
      "fullUrl" : "http://localhost:3000/baseR4/Claim/claim-johnsmith-zyrtec",
      "resource" : {
        "resourceType" : "DocumentManifest",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentManifest</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"></div><p><b>content</b>: </p><ul><li><a href=\"Claim/claim-johnsmith-zyrtec\">Claim/claim-johnsmith-zyrtec: Purchase receipt for Zyrtec</a></li><li><a href=\"Medication/zyrtec\">Medication/zyrtec: Zyrtec</a></li></ul></div>"
        },
        "content" : [
          {
            "reference" : "Claim/claim-johnsmith-zyrtec",
            "display" : "Purchase receipt for Zyrtec"
          },
          {
            "reference" : "Medication/zyrtec",
            "display" : "Zyrtec"
          }
        ]
      }
    }
  ]
}