OZO FHIR implementation guide
0.2.4 - ci-build

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

: Team-to-Team CommunicationRequest: Pharmacy to Clinic - JSON Representation

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "CommunicationRequest-Pharmacy-to-Clinic",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2025-12-04T09:00:00.000+00:00",
    "profile" : [
      🔗 "http://ozoverbindzorg.nl/fhir/StructureDefinition/OZOCommunicationRequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest CommunicationRequest-Pharmacy-to-Clinic</b></p><a name=\"CommunicationRequest-Pharmacy-to-Clinic\"> </a><a name=\"hcCommunicationRequest-Pharmacy-to-Clinic\"> </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: 2025-12-04 09:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ozo-communicationrequest.html\">OZO CommunicationRequest</a></p></div><p><b>OZO Sender CareTeam</b>: <a href=\"CareTeam-CareTeam-Pharmacy-A.html\">CareTeam Apotheek de Pil - Team</a></p><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-Patient-H-de-Boer.html\">H. de Boer</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>Beste collega's, kunnen jullie de medicatielijst van deze patiënt controleren op mogelijke interacties? We hebben een nieuw recept ontvangen voor bloedverdunners.</td></tr></table><p><b>requester</b>: <a href=\"Practitioner-Practitioner-A-P-Otheeker.html\">Practitioner A.P. Otheeker</a></p><p><b>recipient</b>: <a href=\"CareTeam-CareTeam-Clinic-B.html\">CareTeam Huisarts Amsterdam - Team</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://ozoverbindzorg.nl/fhir/StructureDefinition/ozo-sender-careteam",
      "valueReference" : {
        🔗 "reference" : "CareTeam/CareTeam-Pharmacy-A"
      }
    }
  ],
  "status" : "active",
  "subject" : {
    🔗 "reference" : "Patient/Patient-H-de-Boer",
    "type" : "Patient",
    "display" : "H. de Boer"
  },
  "payload" : [
    {
      "contentString" : "Beste collega's, kunnen jullie de medicatielijst van deze patiënt controleren op mogelijke interacties? We hebben een nieuw recept ontvangen voor bloedverdunners."
    }
  ],
  "requester" : {
    🔗 "reference" : "Practitioner/Practitioner-A-P-Otheeker",
    "type" : "Practitioner"
  },
  "recipient" : [
    {
      🔗 "reference" : "CareTeam/CareTeam-Clinic-B",
      "type" : "CareTeam"
    }
  ]
}