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 - XML Representation

Raw xml | Download


<CommunicationRequest xmlns="http://hl7.org/fhir">
  <id value="ExampleOutboundCR"/>
  <meta>
    <profile
             value="https://projo.evoleen.com/fhir/StructureDefinition/projo-communication-request"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension
             url="https://projo.evoleen.com/fhir/StructureDefinition/next-reminder-timestamp">
    <valueDateTime value="2024-01-15T21:00:00Z"/>
  </extension>
  <extension
             url="https://projo.evoleen.com/fhir/StructureDefinition/web-answer-link">
    <valueUrl value="https://web.projo.evoleen.com/answer/abc123"/>
  </extension>
  <status value="active"/>
  <medium>
    <coding>
      <system
              value="https://firearrow.io/fhir/CodeSystem/communication-medium"/>
      <code value="whatsapp"/>
    </coding>
  </medium>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
  <about>
    <reference value="Task/example-task"/>
  </about>
  <payload>
    <contentReference>
      <reference value="Questionnaire/example-questionnaire"/>
    </contentReference>
  </payload>
  <occurrencePeriod>
    <start value="2024-01-15T09:00:00Z"/>
    <end value="2024-01-16T09:00:00Z"/>
  </occurrencePeriod>
  <recipient>
    <reference value="Patient/example-patient"/>
  </recipient>
</CommunicationRequest>