Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
package gov.va.med.pbm.ampl.constant;
/**
* This class consists of constants representing the FHIR extension URLs.
*
* @author Ian Meinert
* @since 1.0
*/
public class FhirExtensionUrls {
/**
* Default constructor for the static methods.
*/
private FhirExtensionUrls() {
// Not used
}
/**
* The VA site code used by DSTU2.
*/
public static final String DSTU2_VA_SITE_CODE = "http://www.va.gov/fhir/extns/dstu2/va-site-code";
/**
* The facility where the event was performed at used by DSTU2.
*/
public static final String DSTU2_PERFORMED_AT = "http://www.va.gov/fhir/extns/dstu2/performed-at";
/**
* The entity the element was entered by used by DSTU2.
*/
public static final String DSTU2_ENTERED_BY = "http://www.va.gov/fhir/extns/dstu2/entered-by";
/**
* The DocumentReference clinician used by DSTU2.
*/
public static final String DSTU2_DOCREF_CLINICIAN = "http://www.va.gov/fhir/extns/dstu2/documentreference-clinician";
/**
* The document 'from time' used by DSTU2.
*/
public static final String DSTU2_DOC_FROM_TIME = "http://www.va.gov/fhir/extns/dstu2/document-from-time";
/**
* The document 'to time' used by DSTU2.
*/
public static final String DSTU2_TO_TIME = "http://www.va.gov/fhir/extns/dstu2/to-time";
/**
* The authorization time used by DSTU2.
*/
public static final String DSTU2_AUTHORIZATION_TIME = "http://www.va.gov/fhir/extns/dstu2/authorization-time";
/**
* The document reference number used by DSTU2.
*/
public static final String DSTU2_DOCREF_DUC_NUM = "http://www.va.gov/fhir/extns/dstu2/documentreference-document-number";
}