Example #1
0
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "value",
           "decimal",
           "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
           0,
           java.lang.Integer.MAX_VALUE,
           value));
   childrenList.add(
       new Property(
           "comparator",
           "code",
           "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.",
           0,
           java.lang.Integer.MAX_VALUE,
           comparator));
   childrenList.add(
       new Property(
           "unit",
           "string",
           "A human-readable form of the unit.",
           0,
           java.lang.Integer.MAX_VALUE,
           unit));
   childrenList.add(
       new Property(
           "system",
           "uri",
           "The identification of the system that provides the coded form of the unit.",
           0,
           java.lang.Integer.MAX_VALUE,
           system));
   childrenList.add(
       new Property(
           "code",
           "code",
           "A computer processable form of the unit in some unit representation system.",
           0,
           java.lang.Integer.MAX_VALUE,
           code));
 }
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "system",
           "code",
           "Telecommunications form for contact point - what communications system is required to make use of the contact.",
           0,
           java.lang.Integer.MAX_VALUE,
           system));
   childrenList.add(
       new Property(
           "value",
           "string",
           "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).",
           0,
           java.lang.Integer.MAX_VALUE,
           value));
   childrenList.add(
       new Property(
           "use",
           "code",
           "Identifies the purpose for the contact point.",
           0,
           java.lang.Integer.MAX_VALUE,
           use));
   childrenList.add(
       new Property(
           "rank",
           "positiveInt",
           "Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values.",
           0,
           java.lang.Integer.MAX_VALUE,
           rank));
   childrenList.add(
       new Property(
           "period",
           "Period",
           "Time period when the contact point was/is in use.",
           0,
           java.lang.Integer.MAX_VALUE,
           period));
 }
Example #3
0
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "numerator",
           "Quantity",
           "The value of the numerator.",
           0,
           java.lang.Integer.MAX_VALUE,
           numerator));
   childrenList.add(
       new Property(
           "denominator",
           "Quantity",
           "The value of the denominator.",
           0,
           java.lang.Integer.MAX_VALUE,
           denominator));
 }
Example #4
0
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "versionId",
           "id",
           "The version specific identifier, as it appears in the version portion of the URL. This values changes when the resource is created, updated, or deleted.",
           0,
           java.lang.Integer.MAX_VALUE,
           versionId));
   childrenList.add(
       new Property(
           "lastUpdated",
           "instant",
           "When the resource last changed - e.g. when the version changed.",
           0,
           java.lang.Integer.MAX_VALUE,
           lastUpdated));
   childrenList.add(
       new Property(
           "profile",
           "uri",
           "A list of profiles (references to [[[StructureDefinition]]] resources) that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].",
           0,
           java.lang.Integer.MAX_VALUE,
           profile));
   childrenList.add(
       new Property(
           "security",
           "Coding",
           "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.",
           0,
           java.lang.Integer.MAX_VALUE,
           security));
   childrenList.add(
       new Property(
           "tag",
           "Coding",
           "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.",
           0,
           java.lang.Integer.MAX_VALUE,
           tag));
 }
Example #5
0
 protected void listChildren(List<Property> childrenList) {
   super.listChildren(childrenList);
   childrenList.add(
       new Property(
           "use", "code", "The purpose of this address.", 0, java.lang.Integer.MAX_VALUE, use));
   childrenList.add(
       new Property(
           "text",
           "string",
           "A full text representation of the address.",
           0,
           java.lang.Integer.MAX_VALUE,
           text));
   childrenList.add(
       new Property(
           "line",
           "string",
           "This component contains the house number, apartment number, street name, street direction, \nP.O. Box number, delivery hints, and similar address information.",
           0,
           java.lang.Integer.MAX_VALUE,
           line));
   childrenList.add(
       new Property(
           "city",
           "string",
           "The name of the city, town, village or other community or delivery center.",
           0,
           java.lang.Integer.MAX_VALUE,
           city));
   childrenList.add(
       new Property(
           "state",
           "string",
           "Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (i.e. US 2 letter state codes).",
           0,
           java.lang.Integer.MAX_VALUE,
           state));
   childrenList.add(
       new Property(
           "postalCode",
           "string",
           "A postal code designating a region defined by the postal service.",
           0,
           java.lang.Integer.MAX_VALUE,
           postalCode));
   childrenList.add(
       new Property(
           "country",
           "string",
           "Country - a nation as commonly understood or generally accepted.",
           0,
           java.lang.Integer.MAX_VALUE,
           country));
   childrenList.add(
       new Property(
           "period",
           "Period",
           "Time period when address was/is in use.",
           0,
           java.lang.Integer.MAX_VALUE,
           period));
 }