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

FHIR IG analytics

Packageca.on.oh-erec-ig
Resource TypeCommunication
IdCommunication-error-example.json
FHIR VersionR4

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": "Communication",
  "id": "35de9c7c-7f72-4eb5-bf6b-42ef75ee181f",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Communication|1.2.0"
    ]
  },
  "basedOn": [
    {
      "identifier": {
        "system": "http://example-identifier-system-uri.ca",
        "value": "abfa5968-97e1-4bc1-8840-6d1628d783fc-CR-6004"
      }
    }
  ],
  "status": "completed",
  "category": [
    {
      "text": "Connectivity Issue"
    }
  ],
  "topic": {
    "text": "Message delivery error"
  },
  "payload": [
    {
      "contentString": "error message: 404.  See below for details."
    }
  ],
  "note": [
    {
      "text": "error message: 404"
    },
    {
      "text": "error details: {\"path\":\"/econsult/pccg/test/RMS-99\",\"error\":\"Not Found\",\"timestamp\":1754413839747,\"status\":404}"
    },
    {
      "text": "target endpoint: https://rugina01.ngrok.io/econsult/pccg/test/RMS-99"
    },
    {
      "text": "bundle id: c5d4d7a7-4997-4e98-b94a-e90f33d18ab0"
    },
    {
      "text": "messageHeader id: 85318a75-f25e-40d5-9a8d-e1accf220d6d"
    }
  ]
}