protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "item",
           "Resource(Medication)",
           "Identifies one of the items in the package.",
           0,
           java.lang.Integer.MAX_VALUE,
           item));
   childrenList.add(
       new Property(
           "amount",
           "Quantity",
           "The amount of the product that is in the package.",
           0,
           java.lang.Integer.MAX_VALUE,
           amount));
 }
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "item",
           "Resource(Substance|Medication)",
           "The actual ingredient - either a substance (simple ingredient) or another medication.",
           0,
           java.lang.Integer.MAX_VALUE,
           item));
   childrenList.add(
       new Property(
           "amount",
           "Ratio",
           "Specifies how many (or how much) of the items there are in this Medication.  E.g. 250 mg per tablet.",
           0,
           java.lang.Integer.MAX_VALUE,
           amount));
 }
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "container",
           "CodeableConcept",
           "The kind of container that this package comes as.",
           0,
           java.lang.Integer.MAX_VALUE,
           container));
   childrenList.add(
       new Property(
           "content",
           "",
           "A set of components that go to make up the described item.",
           0,
           java.lang.Integer.MAX_VALUE,
           content));
 }
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "form",
           "CodeableConcept",
           "Describes the form of the item.  Powder; tables; carton.",
           0,
           java.lang.Integer.MAX_VALUE,
           form));
   childrenList.add(
       new Property(
           "ingredient",
           "",
           "Identifies a particular constituent of interest in the product.",
           0,
           java.lang.Integer.MAX_VALUE,
           ingredient));
 }