
Package org.hl7.fhir.r5.conformance
Class CapabilityStatementUtilities
java.lang.Object
org.hl7.fhir.r5.conformance.CapabilityStatementUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanType
merge
(BooleanType targetBool, BooleanType importedBool, String context) protected BooleanType
merge
(BooleanType targetBool, BooleanType importedBool, String maxConformance, String context) protected void
mergeCS
(CapabilityStatement targetCS, CapabilityStatement importedCS, String maxConformance) void
mergeExpectations
(Element target, Element source, String maxConformance) resolveImports
(CapabilityStatement targetCS) resolveImports
(CapabilityStatement targetCS, Map<String, String> importedUrls, String conformance)
-
Constructor Details
-
CapabilityStatementUtilities
-
-
Method Details
-
resolveImports
public CapabilityStatement resolveImports(CapabilityStatement targetCS) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
resolveImports
public CapabilityStatement resolveImports(CapabilityStatement targetCS, Map<String, String> importedUrls, String conformance) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
mergeCS
protected void mergeCS(CapabilityStatement targetCS, CapabilityStatement importedCS, String maxConformance) -
merge
protected BooleanType merge(BooleanType targetBool, BooleanType importedBool, String context) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
merge
protected BooleanType merge(BooleanType targetBool, BooleanType importedBool, String maxConformance, String context) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
mergeExpectations
-
fixMax
-