Projo FHIR Documentation
0.1.0 - ci-build
Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Communication",
"id" : "ExampleInboundCommunication",
"meta" : {
"profile" : [
🔗 "https://projo.evoleen.com/fhir/StructureDefinition/projo-communication"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"system" : "https://firearrow.io/fhir/identifier/wamid",
"value" : "wamid.HBgL..."
}
],
"partOf" : [
{
"reference" : "CommunicationRequest/example-outbound-cr"
}
],
"status" : "completed",
"category" : [
{
"coding" : [
{
"system" : "https://firearrow.io/fhir/CodeSystem/communication-category",
"code" : "answer"
}
]
}
],
"medium" : [
{
"coding" : [
{
"system" : "https://firearrow.io/fhir/CodeSystem/communication-medium",
"code" : "whatsapp"
}
]
}
],
"received" : "2024-01-15T09:05:00Z",
"recipient" : [
{
"reference" : "Organization/example-organization"
}
],
"sender" : {
"reference" : "Patient/example-patient"
},
"payload" : [
{
"contentString" : "Yes, I have been experiencing itchy skin."
}
]
}