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 Inbound Communication (Answer) - XML Representation

Raw xml | Download


<Communication xmlns="http://hl7.org/fhir">
  <id value="ExampleInboundCommunication"/>
  <meta>
    <profile
             value="https://projo.evoleen.com/fhir/StructureDefinition/projo-communication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Communication ExampleInboundCommunication</b></p><a name="ExampleInboundCommunication"> </a><a name="hcExampleInboundCommunication"> </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.html">Projo Communication</a></p></div><p><b>identifier</b>: <code>https://firearrow.io/fhir/identifier/wamid</code>/wamid.HBgL...</p><p><b>partOf</b>: <a href="CommunicationRequest/example-outbound-cr">CommunicationRequest/example-outbound-cr</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title="Codes:{https://firearrow.io/fhir/CodeSystem/communication-category answer}">answer</span></p><p><b>medium</b>: <span title="Codes:{https://firearrow.io/fhir/CodeSystem/communication-medium whatsapp}">whatsapp</span></p><p><b>received</b>: 2024-01-15 09:05:00+0000</p><p><b>recipient</b>: <a href="Organization/example-organization">Organization/example-organization</a></p><p><b>sender</b>: <a href="Patient/example-patient">Patient/example-patient</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>Yes, I have been experiencing itchy skin.</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://firearrow.io/fhir/identifier/wamid"/>
    <value value="wamid.HBgL..."/>
  </identifier>
  <partOf>
    <reference value="CommunicationRequest/example-outbound-cr"/>
  </partOf>
  <status value="completed"/>
  <category>
    <coding>
      <system
              value="https://firearrow.io/fhir/CodeSystem/communication-category"/>
      <code value="answer"/>
    </coding>
  </category>
  <medium>
    <coding>
      <system
              value="https://firearrow.io/fhir/CodeSystem/communication-medium"/>
      <code value="whatsapp"/>
    </coding>
  </medium>
  <received value="2024-01-15T09:05:00Z"/>
  <recipient>
    <reference value="Organization/example-organization"/>
  </recipient>
  <sender>
    <reference value="Patient/example-patient"/>
  </sender>
  <payload>
    <contentString value="Yes, I have been experiencing itchy skin."/>
  </payload>
</Communication>