US Quality Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-quality-core/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Communication",
"id" : "example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-communication"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </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-us-quality-core-communication.html\">US Quality Core Communication</a></p></div><p><b>partOf</b>: Serum Potassium Observation</p><p><b>status</b>: On Hold</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-not-done-reason recipient-unavailable}\">Recipient Unavailable</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category alert}\">Alert</span></p><p><b>medium</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode WRITTEN}\">written</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Example Patient Male, DoB: 1974-12-25 ( Medical record number\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --> (ongoing)))</a></p><p><b>topic</b>: <span title=\"Codes:\">Hyperkalemia</span></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Encounter: identifier = http://hospital.example.org/encounter-ids#ENC-2026-987654\u00a0(use:\u00a0official,\u00a0); status = finished; class = inpatient encounter (ActCode#IMP); type = Hospital admission; priority = urgent; period = 2026-08-01 10:30:00-0400 --> 2026-08-05 14:00:00-0400</a></p><p><b>sent</b>: 2026-08-05 13:01:10-0400</p><p><b>received</b>: 2026-08-05 13:01:11-0400</p><p><b>recipient</b>: <a href=\"Practitioner-example.html\">Practitioner Example Practitioner </a></p><p><b>sender</b>: <a href=\"Organization-example-1.html\">Example Hospital</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Example Patient has a very high serum potassium value (7.2 mmol/L on 2026-Aug-05 at 12:55 pm)</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: Serum Potassium Observation</p></blockquote></div>"
},
"partOf" : [
{
"display" : "Serum Potassium Observation"
}
],
"status" : "on-hold",
"statusReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/communication-not-done-reason",
"code" : "recipient-unavailable"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/communication-category",
"code" : "alert"
}
],
"text" : "Alert"
}
],
"medium" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code" : "WRITTEN",
"display" : "written"
}
],
"text" : "written"
}
],
"subject" : {
🔗 "reference" : "Patient/example"
},
"topic" : {
"text" : "Hyperkalemia"
},
"encounter" : {
🔗 "reference" : "Encounter/example"
},
"sent" : "2026-08-05T13:01:10-04:00",
"received" : "2026-08-05T13:01:11-04:00",
"recipient" : [
{
🔗 "reference" : "Practitioner/example"
}
],
"sender" : {
🔗 "reference" : "Organization/example-1",
"display" : "Example Hospital"
},
"payload" : [
{
"contentString" : "Example Patient has a very high serum potassium value (7.2 mmol/L on 2026-Aug-05 at 12:55 pm)"
},
{
"contentReference" : {
"display" : "Serum Potassium Observation"
}
}
]
}