OZO FHIR implementation guide
0.1.0 - ci-build

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

: Communication-Practitioner-to-Practitioner - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "Communication-Practitioner-to-Practitioner",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-12-05T16:25:01.145+00:00",
    "source" : "#2eQJh4Y67kwAcNXr"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication Communication-Practitioner-to-Practitioner</b></p><a name=\"Communication-Practitioner-to-Practitioner\"> </a><a name=\"hcCommunication-Practitioner-to-Practitioner\"> </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\">version: 1; Last updated: 2024-12-05 16:25:01+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #2eQJh4Y67kwAcNXr</p></div><p><b>partOf</b>: <a href=\"CommunicationRequest-CommunicationRequest-Thread-Example.html\">CommunicationRequest: status = draft</a></p><p><b>status</b>: In Progress</p><p><b>recipient</b>: <a href=\"Practitioner-Practitioner-Manu-van-Weel.html\">Manu van Weel</a></p><p><b>sender</b>: <a href=\"Practitioner-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>Message from RelatedPerson to CareTeam</td></tr></table></div>"
  },
  "partOf" : [
    {
      🔗 "reference" : "CommunicationRequest/CommunicationRequest-Thread-Example",
      "type" : "CommunicationRequest"
    }
  ],
  "status" : "in-progress",
  "recipient" : [
    {
      🔗 "reference" : "Practitioner/Practitioner-Manu-van-Weel",
      "type" : "Practitioner",
      "display" : "Manu van Weel"
    }
  ],
  "sender" : {
    🔗 "reference" : "Practitioner/Practitioner-Manu-van-Weel",
    "type" : "Practitioner",
    "display" : "Manu van Weel"
  },
  "payload" : [
    {
      "contentString" : "Message from RelatedPerson to CareTeam"
    }
  ]
}