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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeCommunication
IdCommunication-negation-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 negation-example

Event Recorded: 2026-08-05 13:01:10-0400

status: Not Done

statusReason: Patient transfer

category: Alert

medium: written

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

topic: Progress Update

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

Payloads

-Content[x]
*Patient example has moved away

Source1

{
  "resourceType": "Communication",
  "id": "negation-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-communicationnotdone"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/event-recorded",
      "valueDateTime": "2026-08-05T13:01:10-04:00"
    }
  ],
  "status": "not-done",
  "statusReason": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "107724000",
        "display": "Patient transfer"
      }
    ]
  },
  "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": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/communication-topic",
        "code": "progress-update",
        "display": "Progress Update"
      }
    ]
  },
  "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": "Patient example has moved away"
    }
  ]
}