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

FHIR IG analytics

Packagesynapxe.rcm.snapshots
Resource TypeBundle
IdComm-Bun-Without-Obs.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "type": "transaction",
  "entry": [
    {
      "resource": {
        "resourceType": "Communication",
        "status": "in-progress",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/communication-category",
                "code": "alert"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/F7C24984F6C040809B9D01EC52F83BE7"
        },
        "sent": "2024-07-24T10:00:00Z",
        "reason": [
          {
            "concept": {
              "coding": [
                {
                  "system": "http://fhir.synapxe.sg/CodeSystem/rcm-communication-alert-codes",
                  "code": "contact-patient"
                }
              ]
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Communication"
      }
    }
  ]
}