FHIR Chat · AuditEvent capturing with HAPI FHIR · implementers

Stream: implementers

Topic: AuditEvent capturing with HAPI FHIR


view this post on Zulip AnujAroshA (Jul 23 2020 at 06:43):

We want to capture AuditEvent using HAPI FHIR in our environment. We could able to up and run the HAPI FHIR as Docker container in our environment. Following is the URL that we are trying to capture the AuditEvents.

http://localhost:8080/hapi-fhir-jpaserver-example/baseDstu2/AuditEvent?_pretty=true

But always what I'm getting is something similar to below

{
  "resourceType": "Bundle",
  "id": "f8214d9d-0514-4a81-ad67-c3f29b7614a7",
  "meta": {
    "lastUpdated": "2020-07-23T06:39:46.825+00:00"
  },
  "type": "searchset",
  "total": 0,
  "link": [
    {
      "relation": "self",
      "url": "http://localhost:8080/hapi-fhir-jpaserver-example/baseDstu2/AuditEvent"
    }
  ]
}
  • Am I not capturing any audit events?
  • Is auditing not properly working?
  • Why always total=0 ?

view this post on Zulip Michele Mottini (Jul 23 2020 at 11:57):

try the #hapi stream?


Last updated: Apr 12 2022 at 19:14 UTC