/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gov.hhs.fha.nhinc.patientcorrelationservice.parsers.helpers; /** * * @author rayj */ public class Configuration { public static String getMyCommunityId() { return "1.1"; } }