Projo FHIR Documentation
0.1.0 - ci-build Switzerland flag

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

: Example Outbound CommunicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "ExampleOutboundCR",
  "meta" : {
    "profile" : [
      🔗 "https://projo.evoleen.com/fhir/StructureDefinition/projo-communication-request"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest ExampleOutboundCR</b></p><a name=\"ExampleOutboundCR\"> </a><a name=\"hcExampleOutboundCR\"> </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-projo-communication-request.html\">Projo CommunicationRequest</a></p></div><p><b>Next Reminder Timestamp</b>: 2024-01-15 21:00:00+0000</p><p><b>Web Answer Link</b>: <a href=\"https://web.projo.evoleen.com/answer/abc123\">https://web.projo.evoleen.com/answer/abc123</a></p><p><b>status</b>: Active</p><p><b>medium</b>: <span title=\"Codes:{https://firearrow.io/fhir/CodeSystem/communication-medium whatsapp}\">whatsapp</span></p><p><b>subject</b>: <a href=\"Patient/example-patient\">Patient/example-patient</a></p><p><b>about</b>: <a href=\"Task/example-task\">Task/example-task</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><a href=\"Questionnaire/example-questionnaire\">Questionnaire/example-questionnaire</a></td></tr></table><p><b>occurrence</b>: 2024-01-15 09:00:00+0000 --&gt; 2024-01-16 09:00:00+0000</p><p><b>recipient</b>: <a href=\"Patient/example-patient\">Patient/example-patient</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://projo.evoleen.com/fhir/StructureDefinition/next-reminder-timestamp",
      "valueDateTime" : "2024-01-15T21:00:00Z"
    },
    {
      "url" : "https://projo.evoleen.com/fhir/StructureDefinition/web-answer-link",
      "valueUrl" : "https://web.projo.evoleen.com/answer/abc123"
    }
  ],
  "status" : "active",
  "medium" : [
    {
      "coding" : [
        {
          "system" : "https://firearrow.io/fhir/CodeSystem/communication-medium",
          "code" : "whatsapp"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "about" : [
    {
      "reference" : "Task/example-task"
    }
  ],
  "payload" : [
    {
      "contentReference" : {
        "reference" : "Questionnaire/example-questionnaire"
      }
    }
  ],
  "occurrencePeriod" : {
    "start" : "2024-01-15T09:00:00Z",
    "end" : "2024-01-16T09:00:00Z"
  },
  "recipient" : [
    {
      "reference" : "Patient/example-patient"
    }
  ]
}