Provider Registry and the HPD Profile

From IHRIS Wiki
Revision as of 16:46, 13 March 2013 by Lduncan (talk | contribs)

This page is to consolidate information about the HPD profile for implementation in the RHEA Provider Registry as we evaluate which technologies to use in Rwanda in as part of the Track 2 RHEA profile.

DSML

DMSLv2 is the XML format required by HPD to make queries and updates of the LDAP server

LDAP+DSML Servers and DSML Gateways

There are several DSML gateways we can use to translate DSML to LDAP queries as well as LDAP servers that support DSML directly. Here is a listing:

Note: we are currently using OpenLDAP as our LDAP server.

Evaluation Criteria

Here are some of the criteria to evaluate the DSML gateways / LDAP+DSML servers

  • Server Type (DSML gateway vs. LDAP server with native DSML support)
  • Open Source License
  • Documentation Updated
  • Active Development
  • Ease of installation
    • Availability on standard Linux platforms
    • Requirements for configuration
  • Speed/Performance Issues
    • Memory Usage
  • Ability to validate incoming DSML messages. Example validations:
    • does the hcidentifier attribute meet our format (e.g. hcIdentifier="id_type:id_number" or hcIdentifer="source:id_type:id_number:In/Active")
    • can we validate coded lists (e.g. facility code)

Evaluations

JavaLDAP

  • Server Type (DSML gateway vs. LDAP server with native DSML support): DSML gateway
  • Open Source License: OpenLDAP Public License v2.8
  • Documentation Updated: Doesn't seem to have been updated recently
  • Active Development: Last updated 6 Jul 2009
  • Ease of installation: There are quite a few required supporting packages to install, but it shouldn't be difficult to install.
    • Availability on standard Linux platforms: yes
    • Requirements for configuration: Requires exteNd JBroker Web, ExteNd Application Server or Jakarta Tomcat 4. Configure with servlet XML file for LDAP server details.
  • Speed/Performance Issues
    • Memory Usage
  • Ability to validate incoming DSML messages. Example validations:
    • does the hcidentifier attribute meet our format (e.g. hcIdentifier="id_type:id_number" or hcIdentifer="source:id_type:id_number:In/Active")
    • can we validate coded lists (e.g. facility code)

OpenDS

  • Server Type (DSML gateway vs. LDAP server with native DSML support): LDAP server, however the DSML gateway is a separate package installed with a servlet engine
  • Open Source License: Common Development and Distribution License (CDDL)
  • Documentation Updated: 15 February 2012
  • Active Development: Last Release: 6 October 2010, Last promoted build: 16 June 2010, Last source update: 6 months ago
  • Ease of installation: Java Web Start or source code download, DSML gateway is a WAR file for use with a servlet engine
    • Availability on standard Linux platforms: yes
    • Requirements for configuration: [1]
  • Speed/Performance Issues
    • Memory Usage
  • Ability to validate incoming DSML messages. Example validations:
    • does the hcidentifier attribute meet our format (e.g. hcIdentifier="id_type:id_number" or hcIdentifer="source:id_type:id_number:In/Active")
    • can we validate coded lists (e.g. facility code)

OpenDJ

  • Server Type (DSML gateway vs. LDAP server with native DSML support): LDAP server with separate DSML gateway
  • Open Source License: CDDL 1.0
  • Documentation Updated: 16 January 2013
  • Active Development: Xpress (beta?) release: 16 January 2013, Major release: 26 July 2012
  • Ease of installation: Java Web Start installer or download source code
    • Availability on standard Linux platforms: yes
    • Requirements for configuration: Requires servlet engine for DSML gateway
  • Speed/Performance Issues
    • Memory Usage
  • Ability to validate incoming DSML messages. Example validations:
    • does the hcidentifier attribute meet our format (e.g. hcIdentifier="id_type:id_number" or hcIdentifer="source:id_type:id_number:In/Active")
    • can we validate coded lists (e.g. facility code)

Resources