Class NamingSystem.UniqueId

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.NamingSystem.UniqueId
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IIdentifiableElement, ca.uhn.fhir.model.api.IResourceBlock, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase
Enclosing class:
NamingSystem

public static class NamingSystem.UniqueId extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: NamingSystem.uniqueId ()

Definition: Indicates how the system may be identified when referenced in electronic exchange

See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElement
    • getTypeElement

      public ca.uhn.fhir.model.primitive.BoundCodeDt<NamingSystemIdentifierTypeEnum> getTypeElement()
      Gets the value(s) for type (). creating it if it does not exist. Will not return null.

      Definition: Identifies the unique identifier scheme used for this particular identifier.

    • getType

      public String getType()
      Gets the value(s) for type (). creating it if it does not exist. This method may return null.

      Definition: Identifies the unique identifier scheme used for this particular identifier.

    • setType

      public NamingSystem.UniqueId setType(ca.uhn.fhir.model.primitive.BoundCodeDt<NamingSystemIdentifierTypeEnum> theValue)
      Sets the value(s) for type ()

      Definition: Identifies the unique identifier scheme used for this particular identifier.

    • setType

      Sets the value(s) for type ()

      Definition: Identifies the unique identifier scheme used for this particular identifier.

    • getValueElement

      public ca.uhn.fhir.model.primitive.StringDt getValueElement()
      Gets the value(s) for value (id). creating it if it does not exist. Will not return null.

      Definition: The string that should be sent over the wire to identify the code system or identifier system

    • getValue

      public String getValue()
      Gets the value(s) for value (id). creating it if it does not exist. This method may return null.

      Definition: The string that should be sent over the wire to identify the code system or identifier system

    • setValue

      public NamingSystem.UniqueId setValue(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for value (id)

      Definition: The string that should be sent over the wire to identify the code system or identifier system

    • setValue

      Sets the value for value (id)

      Definition: The string that should be sent over the wire to identify the code system or identifier system

    • getPreferredElement

      public ca.uhn.fhir.model.primitive.BooleanDt getPreferredElement()
      Gets the value(s) for preferred (). creating it if it does not exist. Will not return null.

      Definition: Indicates whether this identifier is the \"preferred\" identifier of this type.

    • getPreferred

      Gets the value(s) for preferred (). creating it if it does not exist. This method may return null.

      Definition: Indicates whether this identifier is the \"preferred\" identifier of this type.

    • setPreferred

      public NamingSystem.UniqueId setPreferred(ca.uhn.fhir.model.primitive.BooleanDt theValue)
      Sets the value(s) for preferred ()

      Definition: Indicates whether this identifier is the \"preferred\" identifier of this type.

    • setPreferred

      public NamingSystem.UniqueId setPreferred(boolean theBoolean)
      Sets the value for preferred ()

      Definition: Indicates whether this identifier is the \"preferred\" identifier of this type.

    • getPeriod

      public PeriodDt getPeriod()
      Gets the value(s) for period (). creating it if it does not exist. Will not return null.

      Definition: Identifies the period of time over which this identifier is considered appropriate to refer to the naming system. Outside of this window, the identifier might be non-deterministic

    • setPeriod

      Sets the value(s) for period ()

      Definition: Identifies the period of time over which this identifier is considered appropriate to refer to the naming system. Outside of this window, the identifier might be non-deterministic