mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Removed CDR from the text literal
This commit is contained in:
parent
7f8ac36ce0
commit
b5da1068a2
@ -21,13 +21,14 @@ package ca.uhn.fhir.mdm.api;
|
||||
*/
|
||||
|
||||
public class MdmConstants {
|
||||
|
||||
/**
|
||||
* TAG system for Golden Resources which are managed by HAPI MDM.
|
||||
*/
|
||||
|
||||
public static final String SYSTEM_MDM_MANAGED = "https://hapifhir.org/NamingSystem/managing-mdm-system";
|
||||
public static final String CODE_HAPI_MDM_MANAGED = "HAPI-MDM";
|
||||
public static final String DISPLAY_HAPI_MDM_MANAGED = "This Golden Resource can only be modified by Smile CDR's MDM system.";
|
||||
public static final String DISPLAY_HAPI_MDM_MANAGED = "This Golden Resource can only be modified by HAPI MDM system.";
|
||||
public static final String CODE_NO_MDM_MANAGED = "NO-MDM";
|
||||
public static final String HAPI_ENTERPRISE_IDENTIFIER_SYSTEM = "http://hapifhir.io/fhir/NamingSystem/mdm-golden-resource-enterprise-id";
|
||||
public static final String ALL_RESOURCE_SEARCH_PARAM_TYPE = "*";
|
||||
|
Loading…
x
Reference in New Issue
Block a user