public class DataRequirement extends Type implements org.hl7.fhir.instance.model.api.ICompositeType
| Modifier and Type | Class and Description |
|---|---|
static class |
DataRequirement.DataRequirementCodeFilterComponent |
static class |
DataRequirement.DataRequirementDateFilterComponent |
| Modifier and Type | Field and Description |
|---|---|
protected List<DataRequirement.DataRequirementCodeFilterComponent> |
codeFilter
Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data.
|
protected List<DataRequirement.DataRequirementDateFilterComponent> |
dateFilter
Date filters specify additional constraints on the data in terms of the applicable date range for specific elements.
|
protected List<StringType> |
mustSupport
Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation.
|
protected Reference |
profile
The profile of the required data, specified as the uri of the profile definition.
|
protected StructureDefinition |
profileTarget
The actual object that is the target of the reference (The profile of the required data, specified as the uri of the profile definition.)
|
protected CodeType |
type
The type of the required data, specified as the type name of a resource.
|
| Constructor and Description |
|---|
DataRequirement()
Constructor
|
DataRequirement(CodeType type)
Constructor
|
addExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNprotected CodeType type
protected Reference profile
protected StructureDefinition profileTarget
protected List<StringType> mustSupport
protected List<DataRequirement.DataRequirementCodeFilterComponent> codeFilter
protected List<DataRequirement.DataRequirementDateFilterComponent> dateFilter
public DataRequirement()
public DataRequirement(CodeType type)
public CodeType getTypeElement()
type (The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the valuepublic boolean hasTypeElement()
public boolean hasType()
public DataRequirement setTypeElement(CodeType value)
value - type (The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the valuepublic String getType()
public DataRequirement setType(String value)
value - The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.public Reference getProfile()
profile (The profile of the required data, specified as the uri of the profile definition.)public boolean hasProfile()
public DataRequirement setProfile(Reference value)
value - profile (The profile of the required data, specified as the uri of the profile definition.)public StructureDefinition getProfileTarget()
profile The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The profile of the required data, specified as the uri of the profile definition.)public DataRequirement setProfileTarget(StructureDefinition value)
value - profile The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The profile of the required data, specified as the uri of the profile definition.)public List<StringType> getMustSupport()
mustSupport (Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available.)public boolean hasMustSupport()
public StringType addMustSupportElement()
mustSupport (Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available.)public DataRequirement addMustSupport(String value)
value - mustSupport (Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available.)public boolean hasMustSupport(String value)
value - mustSupport (Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available.)public List<DataRequirement.DataRequirementCodeFilterComponent> getCodeFilter()
codeFilter (Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data.)public boolean hasCodeFilter()
public DataRequirement.DataRequirementCodeFilterComponent addCodeFilter()
codeFilter (Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data.)public DataRequirement addCodeFilter(DataRequirement.DataRequirementCodeFilterComponent t)
public List<DataRequirement.DataRequirementDateFilterComponent> getDateFilter()
dateFilter (Date filters specify additional constraints on the data in terms of the applicable date range for specific elements.)public boolean hasDateFilter()
public DataRequirement.DataRequirementDateFilterComponent addDateFilter()
dateFilter (Date filters specify additional constraints on the data in terms of the applicable date range for specific elements.)public DataRequirement addDateFilter(DataRequirement.DataRequirementDateFilterComponent t)
protected void listChildren(List<Property> childrenList)
listChildren in class Elementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class Elementorg.hl7.fhir.exceptions.FHIRExceptionpublic DataRequirement copy()
protected DataRequirement typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class Elementpublic boolean equalsShallow(Base other)
equalsShallow in class ElementCopyright © 2014–2018 University Health Network. All rights reserved.