/* * 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 Constants { public static final String NullFlavor_NotAvailable = "NA"; public static final String determinerCodeValue = "INSTANCE"; public static final String HL7_OID = "2.16.840.1.113883.1.6"; }