POST api/ContentMonographDocument

Returns all sections of either the Adult (General) or Pediatric/Neonatal monograph related to a drug/product/item, based on supplied filters. A Pediatric filter allows you to identify whether to return Adult (General) or Pediatric/Neonatal monographs.


Request Information

URI Parameters

None.

Body Parameters

ContentMonographDocumentRequest
NameDescriptionTypeAdditional information
DrugIdentifier The drug identifer to retrieve the monograph for. MonographDrugIdentifier

Required

PediatricFilter Indicates whether to return Pediatric/Neonatal or Adult (General) professional drug monograph. Enter one of the valid values. (NOTE: Values are case-sensitive.) Valid Values: ‘true’ (return Pediatric monograph), ‘false’ (default value) (return Adult monograph). boolean

None.

AccessToken Temporary access token from the GSDD Auth API. Used to validate your license.

Note: Access tokens are temporary and may be invalidated early for various reasons, including—but not limited to—site maintenance and security updates. If a token is invalidated prematurely, simply request new tokens via the AccessToken method in the GSDD Auth API. This is a rather rare occurrence, but should be planned for and handled by the consuming application.
string

Required

Request Formats

application/json, text/json

Sample:
{
  "DrugIdentifier": {
    "IdType": "NDC11",
    "Id": "12345-6789-01"
  },
  "PediatricFilter": true,
  "AccessToken": "T25lX0hhcHB5X0FuZF9TYXRpc2ZpZWRfR1NERF9DdXN0b21lcl9TYW1wbGVfQWNjZXNzVG9rZW4="
}

Response Information

Resource Description

ContentMonographDocumentResponse
NameDescriptionTypeAdditional information
Title The monograph title (Clinical Pharmacology Professional Drug Monograph name). string

Required

IndicationSpecificDosing Outlines conditions where the drug can be used, as well as the dosing information. Indication terms provides a list of FDA-approved indications as well as ”off-label” (non-FDA-approved) indication terms. Each indication discussion is formatted such that the indication information is presented first, then the route of administration, which may be product specific, and then the dosing information is broken down by patient populations as outlined below: Definitions of Age Groups: Adults: 18 years of age and older, Elderly: 65 years of age and above, Adolescents: 13-18 years of age, Children: 1-12 years of age, Infants: 1 month to 1 year of age, Neonates: Full-term newborn 0-4 weeks of age; may also apply to a premature neonate whose postconceptional age is 42-46 weeks (age listed is postnatal age unless otherwise specified) Premature neonates: Neonates born at less than 38 weeks gestation MonographIndications

None.

ContraindicationsAndPrecautions Represents conditions where a drug should not be used; describes any contraindications the patient may experience or is discouraged from doing. Contraindications are absolute conditions where a drug should not be used. Precautions are conditions where a drug can be used, albeit with caution. (NOTE: Pregnancy and Breast-Feeding content is not applicable for Pediatric Drug Monographs.) MonographContraindications

None.

PregnancyAndLactation Pregnancy and Lactation information for the drug. MonographPregnancyLactation

None.

Interactions Interaction information for the drug. string

None.

AdverseReactions The adverse reactions listed for each monograph have been reported in product labeling or have been established clinically for the monograph drug(s). Where possible, the adverse reaction (ADR) incidence rate is provided; however, even this information is limited due to the relatively small or restricted populations usually reported. In many cases, the ADR incidence rates are reported only for a specific dose in a specific patient population being treated for a targeted disease state, therefore limiting the applicability of the information across large, diverse populations and diseases. In general, adverse reactions are included as standardized terms in any of the following situations: From clinical trial data reported in the FDA-approved product labeling, if adverse reaction (ADR) occurred at a higher incidence in patients treated with the drug than in patients treated with placebo (or the control drug) and at least at a rate of 1% within the population tested or is associated with serious morbility/mortality. Data is available to support a causal relationship between the drug and the ADR. The ADR has been reported during use of the drug and is likely to be drug-related based on knowledge of the pharmacology of the drug and knowledge of adverse reactions reported with other drugs in the same pharmacologic class. MonographAdverseReactions

None.

Description A high-level overview of the drug product, why the patient is taking the drug, and what the drug treats. MonographDescription

None.

MechanismOfAction Summary of drug mechanism of action and pharmacodynamics. MonographBasicSection

None.

Pharmacokinetics A summary of the pharmacokinetics of the drug, based upon dosage form and method of administration. Includes discussion of absorption, distribution, metabolism, and excretion, as well as important considerations for special populations (e.g., pediatrics, elderly, females) and disease states (e.g., hepatic dysfunction, renal dysfunction). MonographPharmacokinetics

None.

Pharmacogenomics Summary of the pharmacogenomics of the drug. Describes how inherited variations in genes affect drug behavior and explores the ways these variations can be used to predict a patient’s response to a drug. MonographBasicSection

None.

Administration Explains how the patient should take this medication. The Administration section outlines administration instructions and warnings for all available dosage forms associated with the drug. In addition to administration information, this section also includes important regarding product preparation information, such as reconstitution and/or dilution instructions and extemporaneous preparations where the formula is well documented. MonographAdministration

None.

MonitoringParameters The monitioring parameters for the drug. MonographMonitoring

None.

MaximumDosageLimits Maximum Dosage Limits section includes maximum daily dosage amounts, based on patient population, as well as dosing information for renal and/or hepatic disease. MonographMaximumDosageLimits

None.

DosageAdjustmentGuidelines The Dosage Adjustment Guidelines section provides information regarding alterations in therapy that may be necessary, based on comorbid or physiological situations (e.g., heart failure, renal/hepatic disease). MonographDosageAdjustmentGuidelines

None.

References Refernces for the drug monograph. Collection of MonographReference

None.

Response Formats

application/json, text/json

Sample:
{
  "Title": "Sample Title text.",
  "IndicationSpecificDosing": {
    "GeneralInformation": "Sample GeneralInformation text.",
    "Indications": [
      {
        "RelatedIndications": [
          {
            "Heading": "Sample Heading text.",
            "IndicationCodes": [
              {
                "GSTermId": 1,
                "GSTermName": "Sample GSTermName text.",
                "IsOffLabel": true
              },
              {
                "GSTermId": 2,
                "GSTermName": "Sample GSTermName text.",
                "IsOffLabel": true
              }
            ],
            "Routes": [
              {
                "Heading": "Sample Heading text.",
                "Text": "Sample Text text.",
                "RouteCodes": [
                  {
                    "Code": 1,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  },
                  {
                    "Code": 1,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  }
                ],
                "RouteAgeGroups": [
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 3,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 4,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  },
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 5,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 6,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  }
                ],
                "GenericProductClinicals": [
                  {
                    "GenericProductClinicalId": 7,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 8,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 9,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 10,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 11,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 12,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  }
                ]
              },
              {
                "Heading": "Sample Heading text.",
                "Text": "Sample Text text.",
                "RouteCodes": [
                  {
                    "Code": 1,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  },
                  {
                    "Code": 1,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  }
                ],
                "RouteAgeGroups": [
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 13,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 14,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  },
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 15,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 16,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  }
                ],
                "GenericProductClinicals": [
                  {
                    "GenericProductClinicalId": 17,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 18,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 19,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 20,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 21,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 22,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  }
                ]
              }
            ],
            "Text": "Sample Text text.",
            "SectionId": 23
          },
          {
            "Heading": "Sample Heading text.",
            "IndicationCodes": [
              {
                "GSTermId": 24,
                "GSTermName": "Sample GSTermName text.",
                "IsOffLabel": true
              },
              {
                "GSTermId": 25,
                "GSTermName": "Sample GSTermName text.",
                "IsOffLabel": true
              }
            ],
            "Routes": [
              {
                "Heading": "Sample Heading text.",
                "Text": "Sample Text text.",
                "RouteCodes": [
                  {
                    "Code": 2,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  },
                  {
                    "Code": 2,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  }
                ],
                "RouteAgeGroups": [
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 26,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 27,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  },
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 28,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 29,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  }
                ],
                "GenericProductClinicals": [
                  {
                    "GenericProductClinicalId": 30,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 31,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 32,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 33,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 34,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 35,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  }
                ]
              },
              {
                "Heading": "Sample Heading text.",
                "Text": "Sample Text text.",
                "RouteCodes": [
                  {
                    "Code": 2,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  },
                  {
                    "Code": 2,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  }
                ],
                "RouteAgeGroups": [
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 36,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 37,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  },
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 38,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 39,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  }
                ],
                "GenericProductClinicals": [
                  {
                    "GenericProductClinicalId": 40,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 41,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 42,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 43,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 44,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 45,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  }
                ]
              }
            ],
            "Text": "Sample Text text.",
            "SectionId": 46
          }
        ],
        "Heading": "Sample Heading text.",
        "IndicationCodes": [
          {
            "GSTermId": 47,
            "GSTermName": "Sample GSTermName text.",
            "IsOffLabel": true
          },
          {
            "GSTermId": 48,
            "GSTermName": "Sample GSTermName text.",
            "IsOffLabel": true
          }
        ],
        "Routes": [
          {
            "Heading": "Sample Heading text.",
            "Text": "Sample Text text.",
            "RouteCodes": [
              {
                "Code": 1,
                "Name": "Sample Name text.",
                "IsOffLabel": true
              },
              {
                "Code": 1,
                "Name": "Sample Name text.",
                "IsOffLabel": true
              }
            ],
            "RouteAgeGroups": [
              {
                "Heading": "Sample Heading text.",
                "DosageDescription": "Sample DosageDescription text.",
                "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                "AgeGroups": [
                  {
                    "AgeGroupId": 49,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  },
                  {
                    "AgeGroupId": 50,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  }
                ]
              },
              {
                "Heading": "Sample Heading text.",
                "DosageDescription": "Sample DosageDescription text.",
                "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                "AgeGroups": [
                  {
                    "AgeGroupId": 51,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  },
                  {
                    "AgeGroupId": 52,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  }
                ]
              }
            ],
            "GenericProductClinicals": [
              {
                "GenericProductClinicalId": 53,
                "Name": "Sample Name text.",
                "IsOffLabel": true,
                "Products": [
                  {
                    "ProductId": 54,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 55,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  }
                ]
              },
              {
                "GenericProductClinicalId": 56,
                "Name": "Sample Name text.",
                "IsOffLabel": true,
                "Products": [
                  {
                    "ProductId": 57,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 58,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  }
                ]
              }
            ]
          },
          {
            "Heading": "Sample Heading text.",
            "Text": "Sample Text text.",
            "RouteCodes": [
              {
                "Code": 1,
                "Name": "Sample Name text.",
                "IsOffLabel": true
              },
              {
                "Code": 1,
                "Name": "Sample Name text.",
                "IsOffLabel": true
              }
            ],
            "RouteAgeGroups": [
              {
                "Heading": "Sample Heading text.",
                "DosageDescription": "Sample DosageDescription text.",
                "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                "AgeGroups": [
                  {
                    "AgeGroupId": 59,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  },
                  {
                    "AgeGroupId": 60,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  }
                ]
              },
              {
                "Heading": "Sample Heading text.",
                "DosageDescription": "Sample DosageDescription text.",
                "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                "AgeGroups": [
                  {
                    "AgeGroupId": 61,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  },
                  {
                    "AgeGroupId": 62,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  }
                ]
              }
            ],
            "GenericProductClinicals": [
              {
                "GenericProductClinicalId": 63,
                "Name": "Sample Name text.",
                "IsOffLabel": true,
                "Products": [
                  {
                    "ProductId": 64,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 65,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  }
                ]
              },
              {
                "GenericProductClinicalId": 66,
                "Name": "Sample Name text.",
                "IsOffLabel": true,
                "Products": [
                  {
                    "ProductId": 67,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 68,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  }
                ]
              }
            ]
          }
        ],
        "Text": "Sample Text text.",
        "SectionId": 69
      },
      {
        "RelatedIndications": [
          {
            "Heading": "Sample Heading text.",
            "IndicationCodes": [
              {
                "GSTermId": 70,
                "GSTermName": "Sample GSTermName text.",
                "IsOffLabel": true
              },
              {
                "GSTermId": 71,
                "GSTermName": "Sample GSTermName text.",
                "IsOffLabel": true
              }
            ],
            "Routes": [
              {
                "Heading": "Sample Heading text.",
                "Text": "Sample Text text.",
                "RouteCodes": [
                  {
                    "Code": 2,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  },
                  {
                    "Code": 2,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  }
                ],
                "RouteAgeGroups": [
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 72,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 73,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  },
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 74,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 75,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  }
                ],
                "GenericProductClinicals": [
                  {
                    "GenericProductClinicalId": 76,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 77,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 78,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 79,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 80,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 81,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  }
                ]
              },
              {
                "Heading": "Sample Heading text.",
                "Text": "Sample Text text.",
                "RouteCodes": [
                  {
                    "Code": 2,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  },
                  {
                    "Code": 2,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  }
                ],
                "RouteAgeGroups": [
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 82,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 83,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  },
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 84,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 85,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  }
                ],
                "GenericProductClinicals": [
                  {
                    "GenericProductClinicalId": 86,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 87,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 88,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 89,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 90,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 91,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  }
                ]
              }
            ],
            "Text": "Sample Text text.",
            "SectionId": 92
          },
          {
            "Heading": "Sample Heading text.",
            "IndicationCodes": [
              {
                "GSTermId": 93,
                "GSTermName": "Sample GSTermName text.",
                "IsOffLabel": true
              },
              {
                "GSTermId": 94,
                "GSTermName": "Sample GSTermName text.",
                "IsOffLabel": true
              }
            ],
            "Routes": [
              {
                "Heading": "Sample Heading text.",
                "Text": "Sample Text text.",
                "RouteCodes": [
                  {
                    "Code": 1,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  },
                  {
                    "Code": 1,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  }
                ],
                "RouteAgeGroups": [
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 95,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 96,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  },
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 97,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 98,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  }
                ],
                "GenericProductClinicals": [
                  {
                    "GenericProductClinicalId": 99,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 100,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 101,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 102,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 103,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 104,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  }
                ]
              },
              {
                "Heading": "Sample Heading text.",
                "Text": "Sample Text text.",
                "RouteCodes": [
                  {
                    "Code": 1,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  },
                  {
                    "Code": 1,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true
                  }
                ],
                "RouteAgeGroups": [
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 105,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 106,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  },
                  {
                    "Heading": "Sample Heading text.",
                    "DosageDescription": "Sample DosageDescription text.",
                    "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                    "AgeGroups": [
                      {
                        "AgeGroupId": 107,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 1,
                        "MaxAge": 20,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      },
                      {
                        "AgeGroupId": 108,
                        "AgeGroupName": "Sample AgeGroupName text.",
                        "MinAge": 2,
                        "MaxAge": 30,
                        "AgeUnit": "Sample AgeUnit text.",
                        "Gender": "Female",
                        "IsOffLabel": true
                      }
                    ]
                  }
                ],
                "GenericProductClinicals": [
                  {
                    "GenericProductClinicalId": 109,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 110,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 111,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 112,
                    "Name": "Sample Name text.",
                    "IsOffLabel": true,
                    "Products": [
                      {
                        "ProductId": 113,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 114,
                        "IsOffLabel": true,
                        "IsOffMarket": true
                      }
                    ]
                  }
                ]
              }
            ],
            "Text": "Sample Text text.",
            "SectionId": 115
          }
        ],
        "Heading": "Sample Heading text.",
        "IndicationCodes": [
          {
            "GSTermId": 116,
            "GSTermName": "Sample GSTermName text.",
            "IsOffLabel": true
          },
          {
            "GSTermId": 117,
            "GSTermName": "Sample GSTermName text.",
            "IsOffLabel": true
          }
        ],
        "Routes": [
          {
            "Heading": "Sample Heading text.",
            "Text": "Sample Text text.",
            "RouteCodes": [
              {
                "Code": 2,
                "Name": "Sample Name text.",
                "IsOffLabel": true
              },
              {
                "Code": 2,
                "Name": "Sample Name text.",
                "IsOffLabel": true
              }
            ],
            "RouteAgeGroups": [
              {
                "Heading": "Sample Heading text.",
                "DosageDescription": "Sample DosageDescription text.",
                "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                "AgeGroups": [
                  {
                    "AgeGroupId": 118,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  },
                  {
                    "AgeGroupId": 119,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  }
                ]
              },
              {
                "Heading": "Sample Heading text.",
                "DosageDescription": "Sample DosageDescription text.",
                "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                "AgeGroups": [
                  {
                    "AgeGroupId": 120,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  },
                  {
                    "AgeGroupId": 121,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  }
                ]
              }
            ],
            "GenericProductClinicals": [
              {
                "GenericProductClinicalId": 122,
                "Name": "Sample Name text.",
                "IsOffLabel": true,
                "Products": [
                  {
                    "ProductId": 123,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 124,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  }
                ]
              },
              {
                "GenericProductClinicalId": 125,
                "Name": "Sample Name text.",
                "IsOffLabel": true,
                "Products": [
                  {
                    "ProductId": 126,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 127,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  }
                ]
              }
            ]
          },
          {
            "Heading": "Sample Heading text.",
            "Text": "Sample Text text.",
            "RouteCodes": [
              {
                "Code": 2,
                "Name": "Sample Name text.",
                "IsOffLabel": true
              },
              {
                "Code": 2,
                "Name": "Sample Name text.",
                "IsOffLabel": true
              }
            ],
            "RouteAgeGroups": [
              {
                "Heading": "Sample Heading text.",
                "DosageDescription": "Sample DosageDescription text.",
                "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                "AgeGroups": [
                  {
                    "AgeGroupId": 128,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  },
                  {
                    "AgeGroupId": 129,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  }
                ]
              },
              {
                "Heading": "Sample Heading text.",
                "DosageDescription": "Sample DosageDescription text.",
                "AbbreviatedDescription": "Sample AbbreviatedDescription text.",
                "AgeGroups": [
                  {
                    "AgeGroupId": 130,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  },
                  {
                    "AgeGroupId": 131,
                    "AgeGroupName": "Sample AgeGroupName text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "IsOffLabel": true
                  }
                ]
              }
            ],
            "GenericProductClinicals": [
              {
                "GenericProductClinicalId": 132,
                "Name": "Sample Name text.",
                "IsOffLabel": true,
                "Products": [
                  {
                    "ProductId": 133,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 134,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  }
                ]
              },
              {
                "GenericProductClinicalId": 135,
                "Name": "Sample Name text.",
                "IsOffLabel": true,
                "Products": [
                  {
                    "ProductId": 136,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 137,
                    "IsOffLabel": true,
                    "IsOffMarket": true
                  }
                ]
              }
            ]
          }
        ],
        "Text": "Sample Text text.",
        "SectionId": 138
      }
    ]
  },
  "ContraindicationsAndPrecautions": {
    "Headline": "Sample Headline text.",
    "GeneralInformation": "Sample GeneralInformation text.",
    "ContraindicationsAndPrecautions": [
      {
        "Headline": "Sample Headline text.",
        "GeneralInformation": "Sample GeneralInformation text.",
        "ContraindicationAndPrecautionGSTerms": [
          {
            "GSTermId": 139,
            "GSTermName": "Sample GSTermName text.",
            "DrugSet": [
              {
                "Drugs": [
                  {
                    "GenericProductClinicalId": 140,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 141,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 142,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 143,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 144,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 145,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  }
                ],
                "ContraindicationAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ],
                "PrecautionAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ]
              },
              {
                "Drugs": [
                  {
                    "GenericProductClinicalId": 146,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 147,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 148,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 149,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 150,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 151,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  }
                ],
                "ContraindicationAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ],
                "PrecautionAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ]
              }
            ]
          },
          {
            "GSTermId": 152,
            "GSTermName": "Sample GSTermName text.",
            "DrugSet": [
              {
                "Drugs": [
                  {
                    "GenericProductClinicalId": 153,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 154,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 155,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 156,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 157,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 158,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  }
                ],
                "ContraindicationAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ],
                "PrecautionAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ]
              },
              {
                "Drugs": [
                  {
                    "GenericProductClinicalId": 159,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 160,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 161,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 162,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 163,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 164,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  }
                ],
                "ContraindicationAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ],
                "PrecautionAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ]
              }
            ]
          }
        ],
        "SectionId": 165
      },
      {
        "Headline": "Sample Headline text.",
        "GeneralInformation": "Sample GeneralInformation text.",
        "ContraindicationAndPrecautionGSTerms": [
          {
            "GSTermId": 166,
            "GSTermName": "Sample GSTermName text.",
            "DrugSet": [
              {
                "Drugs": [
                  {
                    "GenericProductClinicalId": 167,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 168,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 169,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 170,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 171,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 172,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  }
                ],
                "ContraindicationAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ],
                "PrecautionAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ]
              },
              {
                "Drugs": [
                  {
                    "GenericProductClinicalId": 173,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 174,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 175,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 176,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 177,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 178,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  }
                ],
                "ContraindicationAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ],
                "PrecautionAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 1,
                    "MaxAge": 20,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ]
              }
            ]
          },
          {
            "GSTermId": 179,
            "GSTermName": "Sample GSTermName text.",
            "DrugSet": [
              {
                "Drugs": [
                  {
                    "GenericProductClinicalId": 180,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 181,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 182,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 183,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 184,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 185,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  }
                ],
                "ContraindicationAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ],
                "PrecautionAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ]
              },
              {
                "Drugs": [
                  {
                    "GenericProductClinicalId": 186,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 187,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 188,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  },
                  {
                    "GenericProductClinicalId": 189,
                    "Name": "Sample Name text.",
                    "Products": [
                      {
                        "ProductId": 190,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      },
                      {
                        "ProductId": 191,
                        "Name": "Sample Name text.",
                        "IsOffMarket": true
                      }
                    ]
                  }
                ],
                "ContraindicationAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ],
                "PrecautionAgeGroups": [
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  },
                  {
                    "Name": "Sample Name text.",
                    "MinAge": 2,
                    "MaxAge": 30,
                    "AgeUnit": "Sample AgeUnit text.",
                    "Gender": "Female",
                    "BoxedWarning": true
                  }
                ]
              }
            ]
          }
        ],
        "SectionId": 192
      }
    ]
  },
  "PregnancyAndLactation": {
    "Pregnancy": {
      "GeneralInformation": "Sample GeneralInformation text.",
      "ContraindicatedGSTerms": [
        {
          "GSTermId": 193,
          "GSTermName": "Sample GSTermName text.",
          "DrugSet": [
            {
              "Drugs": [
                {
                  "GenericProductClinicalId": 194,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 195,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 196,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                },
                {
                  "GenericProductClinicalId": 197,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 198,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 199,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                }
              ],
              "ContraindicationAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ],
              "PrecautionAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ]
            },
            {
              "Drugs": [
                {
                  "GenericProductClinicalId": 200,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 201,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 202,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                },
                {
                  "GenericProductClinicalId": 203,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 204,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 205,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                }
              ],
              "ContraindicationAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ],
              "PrecautionAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ]
            }
          ]
        },
        {
          "GSTermId": 206,
          "GSTermName": "Sample GSTermName text.",
          "DrugSet": [
            {
              "Drugs": [
                {
                  "GenericProductClinicalId": 207,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 208,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 209,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                },
                {
                  "GenericProductClinicalId": 210,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 211,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 212,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                }
              ],
              "ContraindicationAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ],
              "PrecautionAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ]
            },
            {
              "Drugs": [
                {
                  "GenericProductClinicalId": 213,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 214,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 215,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                },
                {
                  "GenericProductClinicalId": 216,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 217,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 218,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                }
              ],
              "ContraindicationAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ],
              "PrecautionAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ]
            }
          ]
        }
      ],
      "SectionId": 219
    },
    "Breastfeeding": {
      "GeneralInformation": "Sample GeneralInformation text.",
      "ContraindicatedGSTerms": [
        {
          "GSTermId": 220,
          "GSTermName": "Sample GSTermName text.",
          "DrugSet": [
            {
              "Drugs": [
                {
                  "GenericProductClinicalId": 221,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 222,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 223,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                },
                {
                  "GenericProductClinicalId": 224,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 225,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 226,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                }
              ],
              "ContraindicationAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ],
              "PrecautionAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ]
            },
            {
              "Drugs": [
                {
                  "GenericProductClinicalId": 227,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 228,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 229,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                },
                {
                  "GenericProductClinicalId": 230,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 231,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 232,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                }
              ],
              "ContraindicationAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ],
              "PrecautionAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 1,
                  "MaxAge": 20,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ]
            }
          ]
        },
        {
          "GSTermId": 233,
          "GSTermName": "Sample GSTermName text.",
          "DrugSet": [
            {
              "Drugs": [
                {
                  "GenericProductClinicalId": 234,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 235,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 236,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                },
                {
                  "GenericProductClinicalId": 237,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 238,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 239,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                }
              ],
              "ContraindicationAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ],
              "PrecautionAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ]
            },
            {
              "Drugs": [
                {
                  "GenericProductClinicalId": 240,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 241,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 242,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                },
                {
                  "GenericProductClinicalId": 243,
                  "Name": "Sample Name text.",
                  "Products": [
                    {
                      "ProductId": 244,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    },
                    {
                      "ProductId": 245,
                      "Name": "Sample Name text.",
                      "IsOffMarket": true
                    }
                  ]
                }
              ],
              "ContraindicationAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ],
              "PrecautionAgeGroups": [
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                },
                {
                  "Name": "Sample Name text.",
                  "MinAge": 2,
                  "MaxAge": 30,
                  "AgeUnit": "Sample AgeUnit text.",
                  "Gender": "Female",
                  "BoxedWarning": true
                }
              ]
            }
          ]
        }
      ],
      "SectionId": 246
    },
    "SectionId": 247
  },
  "Interactions": "Sample Interactions text.",
  "AdverseReactions": {
    "GeneralInformation": "Sample GeneralInformation text.",
    "Headline": "Sample Headline text.",
    "AdverseReactions": [
      {
        "Headline": "Sample Headline text.",
        "GeneralInformation": "Sample GeneralInformation text.",
        "AdverseReactionGSTerms": [
          {
            "GSTermId": 248,
            "GSTermName": "Sample GSTermName text.",
            "BoxedWarning": true,
            "Drugs": [
              {
                "GenericProductClinicalId": 249,
                "Name": "Sample Name text.",
                "Products": [
                  {
                    "ProductId": 250,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 251,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  }
                ]
              },
              {
                "GenericProductClinicalId": 252,
                "Name": "Sample Name text.",
                "Products": [
                  {
                    "ProductId": 253,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 254,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  }
                ]
              }
            ],
            "Gender": "Female",
            "Onset": "Early",
            "Severity": "Severe",
            "IncidenceFrom": 1.234,
            "IncidenceTo": 1.234,
            "IncidenceInclusive": true,
            "Reported": true
          },
          {
            "GSTermId": 255,
            "GSTermName": "Sample GSTermName text.",
            "BoxedWarning": true,
            "Drugs": [
              {
                "GenericProductClinicalId": 256,
                "Name": "Sample Name text.",
                "Products": [
                  {
                    "ProductId": 257,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 258,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  }
                ]
              },
              {
                "GenericProductClinicalId": 259,
                "Name": "Sample Name text.",
                "Products": [
                  {
                    "ProductId": 260,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 261,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  }
                ]
              }
            ],
            "Gender": "Female",
            "Onset": "Early",
            "Severity": "Severe",
            "IncidenceFrom": 1.234,
            "IncidenceTo": 1.234,
            "IncidenceInclusive": true,
            "Reported": true
          }
        ],
        "SectionId": 262
      },
      {
        "Headline": "Sample Headline text.",
        "GeneralInformation": "Sample GeneralInformation text.",
        "AdverseReactionGSTerms": [
          {
            "GSTermId": 263,
            "GSTermName": "Sample GSTermName text.",
            "BoxedWarning": true,
            "Drugs": [
              {
                "GenericProductClinicalId": 264,
                "Name": "Sample Name text.",
                "Products": [
                  {
                    "ProductId": 265,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 266,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  }
                ]
              },
              {
                "GenericProductClinicalId": 267,
                "Name": "Sample Name text.",
                "Products": [
                  {
                    "ProductId": 268,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 269,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  }
                ]
              }
            ],
            "Gender": "Female",
            "Onset": "Early",
            "Severity": "Severe",
            "IncidenceFrom": 1.234,
            "IncidenceTo": 1.234,
            "IncidenceInclusive": true,
            "Reported": true
          },
          {
            "GSTermId": 270,
            "GSTermName": "Sample GSTermName text.",
            "BoxedWarning": true,
            "Drugs": [
              {
                "GenericProductClinicalId": 271,
                "Name": "Sample Name text.",
                "Products": [
                  {
                    "ProductId": 272,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 273,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  }
                ]
              },
              {
                "GenericProductClinicalId": 274,
                "Name": "Sample Name text.",
                "Products": [
                  {
                    "ProductId": 275,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  },
                  {
                    "ProductId": 276,
                    "Name": "Sample Name text.",
                    "IsOffMarket": true
                  }
                ]
              }
            ],
            "Gender": "Female",
            "Onset": "Early",
            "Severity": "Severe",
            "IncidenceFrom": 1.234,
            "IncidenceTo": 1.234,
            "IncidenceInclusive": true,
            "Reported": true
          }
        ],
        "SectionId": 277
      }
    ]
  },
  "Description": {
    "ShortDescription": "Sample ShortDescription text.",
    "Text": "Sample Text text.",
    "SectionId": 278
  },
  "MechanismOfAction": {
    "Text": "Sample Text text.",
    "SectionId": 279
  },
  "Pharmacokinetics": {
    "RouteSpecificPharmacokinetics": [
      {
        "Name": "Sample Name text.",
        "Description": "Sample Description text."
      },
      {
        "Name": "Sample Name text.",
        "Description": "Sample Description text."
      }
    ],
    "SpecialPopulations": [
      {
        "Name": "Sample Name text.",
        "Description": "Sample Description text."
      },
      {
        "Name": "Sample Name text.",
        "Description": "Sample Description text."
      }
    ],
    "Text": "Sample Text text.",
    "SectionId": 280
  },
  "Pharmacogenomics": {
    "Text": "Sample Text text.",
    "SectionId": 281
  },
  "Administration": {
    "GeneralInformation": "Sample GeneralInformation text.",
    "RouteSpecificAdministrations": [
      {
        "AdministrationDetails": [
          {
            "Name": "Sample Name text.",
            "Description": "Sample Description text."
          },
          {
            "Name": "Sample Name text.",
            "Description": "Sample Description text."
          }
        ],
        "Name": "Sample Name text.",
        "Description": "Sample Description text."
      },
      {
        "AdministrationDetails": [
          {
            "Name": "Sample Name text.",
            "Description": "Sample Description text."
          },
          {
            "Name": "Sample Name text.",
            "Description": "Sample Description text."
          }
        ],
        "Name": "Sample Name text.",
        "Description": "Sample Description text."
      }
    ],
    "SectionId": 282
  },
  "MonitoringParameters": {
    "Parameters": [
      "Sample Parameters text.",
      "Sample Parameters text."
    ],
    "Text": "Sample Text text.",
    "SectionId": 283
  },
  "MaximumDosageLimits": {
    "AgeGroups": [
      {
        "Name": "Sample Name text.",
        "MaxDosage": "Sample MaxDosage text."
      },
      {
        "Name": "Sample Name text.",
        "MaxDosage": "Sample MaxDosage text."
      }
    ],
    "Text": "Sample Text text.",
    "SectionId": 284
  },
  "DosageAdjustmentGuidelines": {
    "HepaticImpairment": "Sample HepaticImpairment text.",
    "RenalImpairment": "Sample RenalImpairment text.",
    "Text": "Sample Text text.",
    "SectionId": 285
  },
  "References": [
    {
      "ReferenceId": 286,
      "PubMedId": 287,
      "Text": "Sample Text text."
    },
    {
      "ReferenceId": 288,
      "PubMedId": 289,
      "Text": "Sample Text text."
    }
  ]
}