Skip to content

The Service Core’s purpose was to allow the rapid prototyping and reuse of components between EHRs software reference implementations as well as providing a consistent configuration mechanism between these services.

License

lulzzz/servicecore

 
 

Repository files navigation

Project Description

The MEDIC Service Core Framework was developed at the Mohawk College mHealth and eHealth Development and Innovation Centre (MEDIC) as part of our five year NSERC CCI grant to prototype electronic health records (EHRs) infrastructure. The Service Core’s purpose was to allow the rapid prototyping and reuse of components between EHRs software reference implementations as well as providing a consistent configuration mechanism between these services.

The following projects at the MEDIC leverage the Service Core:

  • The MEDIC Client Registry Reference Implementation
  • The MEDIC Shared Health Record Reference Implementation
  • The MEDIC ATNA Visualizer

The service core is hosted as a separate project in order to allow community members to better remove pieces of the service core for their own purposes. The Service Core provides the following service implementations:

  • A configuration utility which allows component services to be configured (or configure themselves). An example of this tool is provided in the Client Registry configuration tool
  • Terminology Resolution
    • HL7 CTS 1.2 client implementation
    • A datatable (Postgresql) based lookup/mapping service
  • Clinical Messaging
    • HL7v3 (via Everest) messaging service
    • HL7 Fast Health Interoperability Resource (FHIR) messaging service
    • Multi-head messaging service
  • Localization services based on XML files
  • Timer service for executing scheduled
  • Auditing & Logging
    • File based auditing
    • Rollover trace listeners
    • ATNA (RFC3881/DICOM) based auditing
  • Stateful query continuation services

About

The Service Core’s purpose was to allow the rapid prototyping and reuse of components between EHRs software reference implementations as well as providing a consistent configuration mechanism between these services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.1%
  • PLpgSQL 2.8%
  • Other 0.1%