<?xml version="1.0" encoding="UTF-8"?>

<CommunicationRequest xmlns="http://hl7.org/fhir">
  <id value="ExampleReverseCR"/>
  <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 ExampleReverseCR</b></p><a name="ExampleReverseCR"> </a><a name="hcExampleReverseCR"> </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>Inbound Sender BSUID</b>: 13491208655302741918</p><p><b>Inbound Sender Profile Name</b>: Maria Mustermann</p><p><b>Inbound Business Phone</b>: +41441234567</p><p><b>Inbound Business Phone ID</b>: 106540000000000</p><p><b>Inbound Message Timestamp</b>: 2024-01-15 08:45:00+0000</p><p><b>Identity Resolution Reason</b>: no-match</p><p><b>identifier</b>: <code>https://firearrow.io/fhir/identifier/inbound-sender-phone</code>/+41441234567</p><p><b>status</b>: Active</p><p><b>category</b>: <span title="Codes:{https://firearrow.io/fhir/CodeSystem/cr-category identity-resolution-required}">identity-resolution-required</span></p><p><b>medium</b>: <span title="Codes:{https://firearrow.io/fhir/CodeSystem/communication-medium whatsapp}">whatsapp</span></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>Hello, I want to start my questionnaire</td></tr></table><p><b>recipient</b>: Identifier: <code>https://firearrow.io/fhir/identifier/inbound-business-phone</code>/+41441234567</p></div>
  </text>
  <extension url="https://projo.evoleen.com/fhir/StructureDefinition/inbound-sender-bsuid">
    <valueString value="13491208655302741918"/>
  </extension>
  <extension url="https://projo.evoleen.com/fhir/StructureDefinition/inbound-sender-profile-name">
    <valueString value="Maria Mustermann"/>
  </extension>
  <extension url="https://projo.evoleen.com/fhir/StructureDefinition/inbound-business-phone">
    <valueString value="+41441234567"/>
  </extension>
  <extension url="https://projo.evoleen.com/fhir/StructureDefinition/inbound-business-phone-id">
    <valueString value="106540000000000"/>
  </extension>
  <extension url="https://projo.evoleen.com/fhir/StructureDefinition/inbound-message-timestamp">
    <valueDateTime value="2024-01-15T08:45:00Z"/>
  </extension>
  <extension url="https://projo.evoleen.com/fhir/StructureDefinition/identity-resolution-reason">
    <valueCode value="no-match"/>
  </extension>
  <identifier>
    <system value="https://firearrow.io/fhir/identifier/inbound-sender-phone"/>
    <value value="+41441234567"/>
  </identifier>
  <status value="active"/>
  <category>
    <coding>
      <system value="https://firearrow.io/fhir/CodeSystem/cr-category"/>
      <code value="identity-resolution-required"/>
    </coding>
  </category>
  <medium>
    <coding>
      <system value="https://firearrow.io/fhir/CodeSystem/communication-medium"/>
      <code value="whatsapp"/>
    </coding>
  </medium>
  <payload>
    <contentString value="Hello, I want to start my questionnaire"/>
  </payload>
  <recipient>
    <identifier>
      <system value="https://firearrow.io/fhir/identifier/inbound-business-phone"/>
      <value value="+41441234567"/>
    </identifier>
  </recipient>
</CommunicationRequest>