TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.1 - ci-build

: Communication searchset response for Rx - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "ExampleRxCommunicationSearchset",
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://erp-ref.example.org/Communication?received=NULL"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://erp-ref.example.org/Communication/ExampleRxCommunicationDispReq",
      "resource" : {
        "resourceType" : "Communication",
        "id" : "ExampleRxCommunicationDispReq",
        "status" : "unknown",
        "sent" : "2026-03-20T10:15:00+01:00",
        "payload" : [
          {
            "contentString" : "Bitte Rezept in Filiale bereitstellen"
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}