Package org.hl7.fhir.r4.profilemodel
Class PEDefinitionExtension
java.lang.Object
org.hl7.fhir.r4.profilemodel.PEDefinition
org.hl7.fhir.r4.profilemodel.PEDefinitionExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
PEDefinition.PEDefinitionElementMode
-
Field Summary
Fields inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
builder, children, definition, name, path, profile, types
-
Constructor Summary
ConstructorDescriptionPEDefinitionExtension
(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, ElementDefinition sliceDefinition, StructureDefinition extension, String ppath) -
Method Summary
Modifier and TypeMethodDescriptiondirectChildren
(boolean allFixed) fhirpath()
This is public to support unit testing - there's no reason to use it otherwiseboolean
void
protected void
makeChildren
(String typeUrl, List<PEDefinition> children, boolean allFixed) mode()
Methods inherited from class org.hl7.fhir.r4.profilemodel.PEDefinition
baseDefinition, children, children, children, children, definition, documentation, fixedValue, getProfile, getSlices, isBaseList, isBasePrimitive, isInFixedValue, isKeyElement, isList, isMustHaveValue, isPrimitive, isProfiled, isRecursing, isSlicer, max, min, name, path, repeats, schemaName, schemaNameWithType, setInFixedValue, setMustHaveValue, setRecursing, setSlicer, setSlices, shortDocumentation, toString, types
-
Constructor Details
-
PEDefinitionExtension
public PEDefinitionExtension(PEBuilder builder, String name, StructureDefinition profile, ElementDefinition definition, ElementDefinition sliceDefinition, StructureDefinition extension, String ppath)
-
-
Method Details
-
listTypes
- Specified by:
listTypes
in classPEDefinition
-
makeChildren
- Specified by:
makeChildren
in classPEDefinition
-
fhirpath
Description copied from class:PEDefinition
This is public to support unit testing - there's no reason to use it otherwise- Specified by:
fhirpath
in classPEDefinition
- Returns:
- used in the instance processor to differentiate slices
-
mode
- Overrides:
mode
in classPEDefinition
-
directChildren
- Overrides:
directChildren
in classPEDefinition
-
isExtension
- Overrides:
isExtension
in classPEDefinition
-