Stored Functions

Content-Type: text/plain
URN: urn:openhie.org:openinfoman-ldif:provider_search

Description



    Gets LDIF (for LDAP) representaiton of provider search results
  

Definition

Source:

(: import the library module for ldif :)
import module namespace ldif = "https://github.com/openhie/openinfoman/adapter/ldif";

(: declare the careServicesRequest vairable as external :)
declare variable $careServicesRequest as item() external;

(: get the ldif data file for entities matching the request :)
ldif:get(/.,$careServicesRequest)