Class Iti65Validator
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator.Support
org.openehealth.ipf.commons.ihe.fhir.iti65.Iti65Validator
- All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator
public class Iti65Validator
extends org.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator.Support
Validator for ITI-65 transactions.
THIS does not work properly yet!
- Since:
- 3.6
- Author:
- Christian Ohr
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator
org.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator.Support -
Field Summary
Fields inherited from interface org.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator
NO_VALIDATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.common.hapi.validation.support.ValidationSupportChainloadStructureDefinitionsv320(ca.uhn.fhir.context.support.IValidationSupport baseValidationSupport, String kind) protected voidvalidateBundleConsistency320(org.hl7.fhir.r4.model.Bundle bundle) Verifies that bundle has expected content and consistent patient referencesprotected voidvalidateBundleConsistency421(org.hl7.fhir.r4.model.Bundle bundle) Verifies that bundle has expected content and consistent patient referencesvoidvalidateRequest(Object payload, Map<String, Object> parameters) Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator.Support
validateResponse
-
Constructor Details
-
Iti65Validator
public Iti65Validator(ca.uhn.fhir.context.FhirContext fhirContext)
-
-
Method Details
-
validateRequest
- Specified by:
validateRequestin interfaceorg.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator- Overrides:
validateRequestin classorg.openehealth.ipf.commons.ihe.fhir.FhirTransactionValidator.Support
-
loadStructureDefinitionsv320
public org.hl7.fhir.common.hapi.validation.support.ValidationSupportChain loadStructureDefinitionsv320(ca.uhn.fhir.context.support.IValidationSupport baseValidationSupport, String kind) -
validateBundleConsistency320
protected void validateBundleConsistency320(org.hl7.fhir.r4.model.Bundle bundle) Verifies that bundle has expected content and consistent patient references- Parameters:
bundle- transaction bundle
-
validateBundleConsistency421
protected void validateBundleConsistency421(org.hl7.fhir.r4.model.Bundle bundle) Verifies that bundle has expected content and consistent patient references- Parameters:
bundle- transaction bundle
-