FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeCommunication
IdCommunication-done-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Communication done-example

partOf: Serum Potassium Observation

status: On Hold

statusReason: Recipient Unavailable

category: Alert

medium: written

subject: Example Patient Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

topic: Hyperkalemia

encounter: Encounter: identifier = http://hospital.example.org/encounter-ids#ENC-2026-987654 (use: official, ); 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

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


Source1

{
  "resourceType": "Communication",
  "id": "done-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-communicationdone"
    ]
  },
  "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"
      }
    }
  ]
}