Class LOCATABLE

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.ICompositeType
Direct Known Subclasses:
ACTIVITY, ADDRESS, CAPABILITY, COMPOSITION, CONTACT, CONTENT_ITEM, DATA_STRUCTURE, EHR_ACCESS, EHR_STATUS, EVENT, EVENT_CONTEXT, FOLDER, ITEM, PARTICIPATION, PARTY, PARTY_IDENTITY, PARTY_RELATIONSHIP

public abstract class LOCATABLE extends PATHABLE implements org.hl7.fhir.instance.model.api.ICompositeType
The LOCATABLE class defines the pathing capabilities used by nearly all classes in the openEHR reference model, mostly via inheritance of LOCATABLE. The defining characteristics of LOCATABLE objects are that they can locate child objects using paths, and they know their parent object in a compositional hierarchy. The parent feature is defined as abstract in the model, and may be implemented in any way convenient.
See Also:
  • Constructor Details

  • Method Details