FHIR IG analytics| Package | hl7.fhir.us.quality-core |
| Resource Type | Communication |
| Id | Communication-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication example
Profile: US Quality Core Communication
partOf: Serum Potassium Observation
status: On Hold
statusReason: Recipient Unavailable
category: Alert
medium: written
topic: Hyperkalemia
sent: 2026-08-05 13:01:10-0400
received: 2026-08-05 13:01:11-0400
recipient: Practitioner Example Practitioner
sender: Example Hospital
payload
content: Example Patient has a very high serum potassium value (7.2 mmol/L on 2026-Aug-05 at 12:55 pm)
payload
content: Serum Potassium Observation
{
"resourceType": "Communication",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-communication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}