Class Element

java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.elementmodel.Element
All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase

public class Element extends Base
This class represents the underlying reference model of FHIR A resource is nothing but a set of elements, where every element has a name, maybe a stated type, maybe an id, and either a value or child elements (one or the other, but not both or neither)
Author:
Grahame Grieve
See Also: