![JAR search and dependency download from the Maven repository](/logo.png)
io.github.linuxforhealth.hl7.resource.deserializer.TemplateFieldNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hl7v2-fhir-converter Show documentation
Show all versions of hl7v2-fhir-converter Show documentation
FHIR converter is a Java based library that enables converting Hl7v2 messages to FHIR resources
/*
* (C) Copyright IBM Corp. 2020
*
* SPDX-License-Identifier: Apache-2.0
*/
package io.github.linuxforhealth.hl7.resource.deserializer;
public class TemplateFieldNames {
public static final String TYPE = "type";
public static final String SPEC = "specs";
public static final String DEFAULT_VALUE = "default";
public static final String VARIABLES = "vars";
public static final String REQUIRED = "required";
public static final String EVALUATE = "evaluate";
public static final String REFERENCE = "reference";
public static final String RESOURCE = "resource";
public static final String REFERENCE_RESOURCES = "reference-resources";
public static final String FETCH = "fetch";
public static final String CONSTANTS = "constants";
public static final String CONDITION = "condition";
public static final String VALUE = "value";
public static final String USE_GROUP = "useGroup";
private TemplateFieldNames() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy