This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Communication",
"id" : "qicore-communication-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p>
<strong>identifier</strong>: 2345678901
</p>
<p>
<strong>definition</strong>: Hyperkalemia
</p>
<p>
<strong>partOf</strong>: Serum Potassium Observation
</p>
<p>
<strong>value</strong>: completed
</p>
<p>
<strong>category</strong>: Alert
</p>
<p>
<strong>medium</strong>: written
</p>
<p>
<strong>definition</strong>: Hyperkalemia
</p>
<p>
<strong>subject</strong>:
<a href="Patient-qicore-patient-example.html">Patient/example</a>
</p>
<p>
<strong>recipient</strong>:
<a href="Practitioner-qicore-practitioner-example.html">Practitioner/example</a>
</p>
<p>
<strong>context</strong>:
<a href="Encounter-qicore-encounter-example.html">Encounter/example</a>
</p>
<p>
<strong>sent</strong>: 12/12/2014
</p>
<p>
<strong>sender</strong>: Device/example
</p>
<p>
<strong>payload 1</strong>: Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)
</p>
<p>
<strong>payload 2</strong>:
<a href="Observation-qicore-observation-example.html">Observation/example</a>
</p>
</div>"
},
"identifier" : [
{
"type" : {
"text" : "Paging System"
},
"system" : "urn:oid:1.3.4.5.6.7",
"value" : "2345678901"
}
],
"definition" : [
{
"display" : "Hyperkalemia"
}
],
"partOf" : [
{
"display" : "Serum Potassium Observation"
}
],
"status" : "completed",
"category" : [
{
"coding" : [
{
"system" : "http://acme.org/messagetypes",
"code" : "Alert"
}
],
"text" : "Alert"
}
],
"medium" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/v3/ParticipationMode",
"code" : "WRITTEN",
"display" : "written"
}
],
"text" : "written"
}
],
"subject" : {
"reference" : "Patient/qicore-patient-example"
},
"recipient" : [
{
"reference" : "Practitioner/qicore-practitioner-example"
}
],
"context" : {
"reference" : "Encounter/qicore-encounter-example"
},
"sent" : "2014-12-12T18:01:10-08:00",
"received" : "2014-12-12T18:01:11-08:00",
"sender" : {
"reference" : "Device/qicore-device-example"
},
"payload" : [
{
"contentString" : "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)"
},
{
"contentReference" : {
"display" : "Serum Potassium Observation"
}
}
]
}