bluehalo / graphql-fhir

A secure GraphQL implementation for the HL7 FHIR specification based on the current implementation guide for GraphQL with FHIR and developed with Node.js and Express.
MIT License
166 stars 49 forks source link

Need Help with audit events #40

Closed lokeshgs87 closed 3 years ago

lokeshgs87 commented 4 years ago

We wanted help in fhir implementation to log events when any change in the organization , practitioner, practitioner role etc. Can you help us what is the correct way to do it.

luan-dev commented 3 years ago

This server is meant to handle requests, not monitor for changes in your database.

You may want to look into using one of our other starter repos and add GraphQL support to those.