/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gov.hhs.fha.nhinc.transform.subdisc; /** * * @author Jon Hoppesch */ public class HL7Constants { public static final String ITS_VERSION = "XML_1.0"; public static final String SENDER_DETERMINER_CODE = "INSTANCE"; public static final String RECEIVER_DETERMINER_CODE = "INSTANCE"; public static final String DEFAULT_LOCAL_DEVICE_ID = "1.1"; public static final String NULL_FLAVOR = "NA"; public static final String INTERACTION_ID_ROOT = "2.16.840.1.113883.1.6"; public static final String SSN_ID_ROOT = "2.16.840.1.113883.4.1"; }