Registries
Last updated
Was this helpful?
Last updated
Was this helpful?
Success of any G2P program delivery depends on access to beneficiary information across various foundational and functional registries.
The scope of G2P Connect Registry is to enable minimal read-only data access between platforms using , specifications.
G2P Connect recommends federated data access using electronic registries over centralised data stores using below design principles:
Social Protection Platforms MUST only have a cache copy of data
Social Protection Platforms (SPP) MUST fetch ONLY the minimal or aggregated data. for e.g.,
Year of Birth or Age band instead of Date of Birth
Count by vehicle types instead of each vehicle info
Farmer land total acreage info instead of each identifiable land parcel info, etc.,
Design/Implementation MUST allow minimal unified read only view of data as a cache. Implementations should avoid
Creating centralised data store(s)
Enabling capabilities to managing data attributes where legal mandate (i.e source of truth) is with another system(s)
Siloed data stores and with no capability to be in automated sync with source system(s)
User consent is a core tenant of any digital process or digital infrastructure integrations. Registry data access API design accomdates the concept of the concept to enable access to data / services.
Consent for data access is broadly classified in one of below operational modes with design aspects embedded into the core Registry API:
Implicit
search:
on-search:
Explicit
search:
on-search:
Implied
User shares VC to directly avail service
N/A
In emergency scenarios where local laws allow intervention access to critical data on time is critical to reach out to beneficiaries in need to provide immediate relief. In these scenarios, obtaining regular consent may not practically possible.
Authorise attribute in search/subsribe requests enable data providers to share data to requesting entity. Authorise attribute may contain document reference that enable access to user data for specific purpose. Systems may audit this information for future references.
G2P Connect specifications is an attempt to enable interoperability both at Technology and Domain layers.
Transport layer agnostic support using REST, file exchange or message queues
Sync/Async modes
Reliable message delivery
End to end payload security, non-repudiable capabilities
Additionally, G2P Connect Registry APIs are designed to accomodate various Domain process flows, data/message structures for data exchange that are country/department/use case context specific.
Async
/registry/subscribe - Subscribe for an event with registry
/registry/notify - Notify with data upon event or requested frequency
/registry/search - Search request using key identifiers or simple queries
/registry/on-search - Search results through callback
/registry/txn/status - Status check request for Async API using txn id or ref id
/registry/txn/on-status - Status check response through callback
Sync
/registry/sync/search - Search request/response on same thread
/registry/sync/subscriptions - Fetch registered subscriptions
/registry/sync/unsubscribe - Unsubscribe to stop receiving data on notify API
/registry/sync/txn/status - Async APIs status check invoked synchronously
G2P Connect recommends all systems involved in data exchange to enable below core features for interoperability using G2P connect :
Technology interoperability of the APIs are based on principles to enable communcation/messaging protocol between systems in a manner. for e.g.,
API specifications - |
Discussion
The Implementating systems are free to define registry type values using / folder as meta data for integration.
The Implementating systems are free to define event type values using / folder as meta data for integration.