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 Reverse CommunicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "ExampleReverseCR",
  "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 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>"
  },
  "extension" : [
    {
      "url" : "https://projo.evoleen.com/fhir/StructureDefinition/inbound-sender-bsuid",
      "valueString" : "13491208655302741918"
    },
    {
      "url" : "https://projo.evoleen.com/fhir/StructureDefinition/inbound-sender-profile-name",
      "valueString" : "Maria Mustermann"
    },
    {
      "url" : "https://projo.evoleen.com/fhir/StructureDefinition/inbound-business-phone",
      "valueString" : "+41441234567"
    },
    {
      "url" : "https://projo.evoleen.com/fhir/StructureDefinition/inbound-business-phone-id",
      "valueString" : "106540000000000"
    },
    {
      "url" : "https://projo.evoleen.com/fhir/StructureDefinition/inbound-message-timestamp",
      "valueDateTime" : "2024-01-15T08:45:00Z"
    },
    {
      "url" : "https://projo.evoleen.com/fhir/StructureDefinition/identity-resolution-reason",
      "valueCode" : "no-match"
    }
  ],
  "identifier" : [
    {
      "system" : "https://firearrow.io/fhir/identifier/inbound-sender-phone",
      "value" : "+41441234567"
    }
  ],
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://firearrow.io/fhir/CodeSystem/cr-category",
          "code" : "identity-resolution-required"
        }
      ]
    }
  ],
  "medium" : [
    {
      "coding" : [
        {
          "system" : "https://firearrow.io/fhir/CodeSystem/communication-medium",
          "code" : "whatsapp"
        }
      ]
    }
  ],
  "payload" : [
    {
      "contentString" : "Hello, I want to start my questionnaire"
    }
  ],
  "recipient" : [
    {
      "identifier" : {
        "system" : "https://firearrow.io/fhir/identifier/inbound-business-phone",
        "value" : "+41441234567"
      }
    }
  ]
}