示例#1
0
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "role",
           "CodeableConcept",
           "Indicates specific responsibility of an individual within the care team, such as \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc.",
           0,
           java.lang.Integer.MAX_VALUE,
           role));
   childrenList.add(
       new Property(
           "member",
           "Reference(Practitioner|RelatedPerson|Patient|Organization)",
           "The specific person or organization who is participating/expected to participate in the care team.",
           0,
           java.lang.Integer.MAX_VALUE,
           member));
   childrenList.add(
       new Property(
           "period",
           "Period",
           "Indicates when the specific member or organization did (or is intended to) come into effect and end.",
           0,
           java.lang.Integer.MAX_VALUE,
           period));
 }
示例#2
0
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "identifier",
           "Identifier",
           "Identifier associated with the package/container (usually a label affixed directly).",
           0,
           java.lang.Integer.MAX_VALUE,
           identifier));
   childrenList.add(
       new Property(
           "expiry",
           "dateTime",
           "When the substance is no longer valid to use. For some substances, a single arbitrary date is used for expiry.",
           0,
           java.lang.Integer.MAX_VALUE,
           expiry));
   childrenList.add(
       new Property(
           "quantity",
           "SimpleQuantity",
           "The amount of the substance.",
           0,
           java.lang.Integer.MAX_VALUE,
           quantity));
 }
示例#3
0
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "quantity",
           "Ratio",
           "The amount of the ingredient in the substance - a concentration ratio.",
           0,
           java.lang.Integer.MAX_VALUE,
           quantity));
   childrenList.add(
       new Property(
           "substance",
           "Reference(Substance)",
           "Another substance that is a component of this substance.",
           0,
           java.lang.Integer.MAX_VALUE,
           substance));
 }
示例#4
0
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "type",
           "code",
           "Distinguishes which item is \"source of truth\" (if any) and which items are no longer considered to be current representations.",
           0,
           java.lang.Integer.MAX_VALUE,
           type));
   childrenList.add(
       new Property(
           "resource",
           "Reference",
           "The resource instance being linked as part of the group.",
           0,
           java.lang.Integer.MAX_VALUE,
           resource));
 }