source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/SubscriptionDteEjb/src/java/gov/hhs/fha/nhinc/subscription/dte/Constants.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: 1.0 KB
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package gov.hhs.fha.nhinc.subscription.dte;
6
7/**
8 *
9 * @author rayj
10 */
11public class Constants {
12
13 public static final String AdhocQueryId = "urn:uuid:14d4debf-8f97-4251-9a74-a90016b0af0d";
14 public static final String PatientIdSlotName = "$XDSDocumentEntryPatientId";
15 public static final String PatientIdIdentificationScheme = "urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427";
16
17 public static final String DocumentClassCodeSlotName = "$XDSDocumentEntryClassCode";
18 public static final String DocumentClassCodeClassificationScheme = "urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a";
19
20 public static final String DocumentIdIdentificationScheme = "urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab";
21 public static final String RepositoryIdSlotName = "repositoryUniqueId";
22 public static final String ADDRESS_ELEM_NAME = "Address";
23 public static final String USER_ADDRESS_ELEM_NAME = "nhin:UserAddress";
24}
Note: See TracBrowser for help on using the repository browser.