Package ca.uhn.fhir.context.support
Class IValidationSupport.CodeValidationIssueCoding
java.lang.Object
ca.uhn.fhir.context.support.IValidationSupport.CodeValidationIssueCoding
- Enclosing interface:
IValidationSupport
Defines codes that can be part of the details of an issue.
There are some constants available (pre-defined) for codes for system http://hl7.org/fhir/tools/CodeSystem/tx-issue-type.
This maps to resource OperationOutcome.issue.details.coding[0].code.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IValidationSupport.CodeValidationIssueCoding
static final IValidationSupport.CodeValidationIssueCoding
static final IValidationSupport.CodeValidationIssueCoding
static final IValidationSupport.CodeValidationIssueCoding
static String
-
Method Summary
-
Field Details
-
TX_ISSUE_SYSTEM
-
VS_INVALID
-
NOT_FOUND
-
NOT_IN_VS
-
INVALID_CODE
-
INVALID_DISPLAY
-
-
Method Details
-
getCode
Retrieve the corresponding code for the details of a validation issue.- Returns:
- the code
-
getSystem
Retrieve the system for the details of a validation issue.- Returns:
- the system
-