source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/NhincDataTransformsLib/src/gov/hhs/fha/nhinc/transform/subdisc/HL7Constants.java@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 669 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package gov.hhs.fha.nhinc.transform.subdisc;
6
7/**
8 *
9 * @author Jon Hoppesch
10 */
11public class HL7Constants {
12
13 public static final String ITS_VERSION = "XML_1.0";
14 public static final String SENDER_DETERMINER_CODE = "INSTANCE";
15 public static final String RECEIVER_DETERMINER_CODE = "INSTANCE";
16 public static final String DEFAULT_LOCAL_DEVICE_ID = "1.1";
17 public static final String NULL_FLAVOR = "NA";
18 public static final String INTERACTION_ID_ROOT = "2.16.840.1.113883.1.6";
19 public static final String SSN_ID_ROOT = "2.16.840.1.113883.4.1";
20}
Note: See TracBrowser for help on using the repository browser.