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

FHIR IG analytics

Packagezm-core
Resource TypeCommunication
IdCommunication-ExampleZMCoreCommunication.json
FHIR VersionR5

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 ExampleZMCoreCommunication

Communication Data Classification: Internal

Approved Communication Template: http://hapi.moh.gov.zm/fhir/sid/message-template/DHIS2-REPORTING-REMINDER-v1

Communication Message Language: en

identifier: http://hapi.moh.gov.zm/fhir/sid/communication-id/COMM-DHIS2-2026-0001

basedOn: CommunicationRequest: extension = Internal,http://hapi.moh.gov.zm/fhir/sid/message-template#DHIS2-REPORTING-REMINDER-v1,en,true,2026-08-11 17:00:00+0200,->Organization Chilenje First Level Hospital,SMS; identifier = http://hapi.moh.gov.zm/fhir/sid/communication-request-id#CR-DHIS2-2026-0001; status = active; intent = order; category = Operational; priority = routine; medium = Email; occurrence[x] = 2026-08-10 08:00:00+0200 --> 2026-08-11 17:00:00+0200; authoredOn = 2026-08-08 10:00:00+0200

status: Completed

category: Operational

priority: Routine

medium: Email

topic: DHIS2 reporting reminder

sent: 2026-08-10 08:00:05+0200

received: 2026-08-10 08:00:07+0200

recipient: PractitionerRole

sender: Organization Chilenje First Level Hospital

Payloads

-Content[x]
*A DHIS2 report is due. Sign in to DHIS2 for details.

Source1

{
  "resourceType": "Communication",
  "id": "ExampleZMCoreCommunication",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-communication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-communication-data-classification",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-data-classification",
            "code": "internal",
            "display": "Internal"
          }
        ]
      }
    },
    {
      "url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-communication-template",
      "valueIdentifier": {
        "system": "http://hapi.moh.gov.zm/fhir/sid/message-template",
        "value": "DHIS2-REPORTING-REMINDER-v1"
      }
    },
    {
      "url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-communication-message-language",
      "valueCode": "en"
    }
  ],
  "identifier": [
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/communication-id",
      "value": "COMM-DHIS2-2026-0001"
    }
  ],
  "basedOn": [
    {
      "reference": "CommunicationRequest/ExampleZMCoreCommunicationRequest"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-lane",
          "code": "operational",
          "display": "Operational"
        }
      ]
    }
  ],
  "priority": "routine",
  "medium": [
    {
      "coding": [
        {
          "system": "http://hapi.moh.gov.zm/fhir/CodeSystem/zm-communication-channel",
          "code": "email",
          "display": "Email"
        }
      ]
    }
  ],
  "topic": {
    "text": "DHIS2 reporting reminder"
  },
  "sent": "2026-08-10T08:00:05+02:00",
  "received": "2026-08-10T08:00:07+02:00",
  "recipient": [
    {
      "reference": "PractitionerRole/ExampleZMCorePractitionerRole"
    }
  ],
  "sender": {
    "reference": "Organization/ExampleZMCoreOrganization"
  },
  "payload": [
    {
      "contentCodeableConcept": {
        "text": "A DHIS2 report is due. Sign in to DHIS2 for details."
      }
    }
  ]
}