OZO FHIR implementation guide
0.7.8 - ci-build

OZO FHIR implementation guide - Local Development build (v0.7.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Reply from Practitioner Manu to RelatedPerson Kees - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "Reply-Manu-to-Kees",
  "meta" : {
    "profile" : [
      🔗 "http://ozoverbindzorg.nl/fhir/StructureDefinition/OZOCommunication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication Reply-Manu-to-Kees</b></p><a name=\"Reply-Manu-to-Kees\"> </a><a name=\"hcReply-Manu-to-Kees\"> </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-ozo-communication.html\">OZO Communication</a></p></div><p><b>partOf</b>: <a href=\"CommunicationRequest-Thread-Example.html\">CommunicationRequest: status = draft</a></p><p><b>status</b>: In Progress</p><p><b>sender</b>: <a href=\"Practitioner-Manu-van-Weel.html\">Manu van Weel</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>Goedemorgen Kees, bedankt voor uw bericht. Ik heb het rapport bekeken en zal dit bespreken met het team.</td></tr></table></div>"
  },
  "partOf" : [
    {
      🔗 "reference" : "CommunicationRequest/Thread-Example",
      "type" : "CommunicationRequest"
    }
  ],
  "status" : "in-progress",
  "sender" : {
    🔗 "reference" : "Practitioner/Manu-van-Weel",
    "type" : "Practitioner",
    "display" : "Manu van Weel"
  },
  "payload" : [
    {
      "contentString" : "Goedemorgen Kees, bedankt voor uw bericht. Ik heb het rapport bekeken en zal dit bespreken met het team."
    }
  ]
}